/* --------------------------------------------
Atlantic Garni Template
Author: Nadja Macht
Version: (1) 02. November 2007
----------------------------------------------- */

.body {
	text-align:left; 
	background:url('http://www.atlantic-wangerooge.de/img/body_bg.gif') 0 0 repeat;
	padding:0;
	margin:0;
	color:#50535A; 
	font-family: Verdana, Tahoma, sans-serif;
}

/*  Typo
----------------------------------------------- */

a { color:#B31719; text-decoration:underline;}
a:hover { text-decoration:none; }


div.hr {
	margin:10px 0;
}

ul, li {
	list-style:none;
	margin:0;
	padding:0;
}

div#content ul li,
div.bg_sidebar ul li {
	background:url("http://www.atlantic-wangerooge.de/img/text_bullet2.gif") no-repeat 0 4px;
	padding:0 0 0 20px;
}
/* --------------------------------------------*/
/*  Layout */
/*---------------------------------------------- */
div#container {
	width:880px;
	margin:0 auto;
	margin-top:15px;
	text-align:left;
	padding:0 0 20px 0;
}

div#container div#top {
	width:880px;
	height:8px;
	background:url('http://www.atlantic-wangerooge.de/img/top.png') 0 0 no-repeat;
}

div#container div#content_bg {
	width:840px;
	padding:15px 20px 0 20px;
	background:url('http://www.atlantic-wangerooge.de/img/content_bg.png') 0 0 repeat-y;
}

div#container div#bot {
	width:880px;
	height:8px;
	background:url('http://www.atlantic-wangerooge.de/img/bot.png') 0 0 no-repeat;
}

div#header {
	position:relative;
	width:840px;
	margin:0 0 20px 0;		
	float:left;
}


div#header_img {
	width:581px;
	position:relative;
	margin:;
	float:right;
	padding:2px;
	border:1px solid #cccccc;
}

div#header_img img {
	border:1px solid #cccccc;
}

h1#logo a span {display:none;}

h1#logo a {
	margin:50px 0 0 10px;
	display:block;
	float:left;
	width:208px;
	height:65px;
	background:url('http://www.atlantic-wangerooge.de/img/logo.gif') 0 0 no-repeat;
}

div.c {
	clear:both;
}


div#content {
	width:575px;
	float:right;
	background:url('http://www.atlantic-wangerooge.de/img/bg_content.gif') no-repeat right top;
	margin:0 18px 0 0;
}

div#sidebar {
	width:200px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	color:#999999;
	font-size:11px;
}

div#sidebar h1 {
	font-size:14px;
}

div.bg_sidebar {
		background:url('http://www.atlantic-wangerooge.de/img/bg_sidebar.gif') no-repeat 0 0;
		padding:10px 0 0 0;

}


/* ---------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------- */
div#footer {
	background:url("http://www.atlantic-wangerooge.de/img/bg_footer.gif") no-repeat top right; 
	margin:10px 0 0 0;
	border-top:1px solid #cccccc;
	font-size:11px;
	color:#999999;
}

div.footer_left {
	float:left;
	width:235px;
	}

div.footer_right {
	float:left;
	padding:0 0 0 15px;
}

div#contentfooter {
	width:820px;
	padding: 0 0 20px 25px;
}



div#main_menu {
	width:840px;
	background:url('http://www.atlantic-wangerooge.de/img/main_menu_bg.gif') repeat-x 0 0;
	float:left;
	padding:15px 0 15px 0;
	margin:0;
}

ul#mainNav1 {
	margin:0 0 0 20px;
	padding:0;
	list-style-type:none;
	line-height:100%;
	
	}

ul#mainNav1 li {
	padding:0;
	margin:0 0 0 1px;
	list-style-type:none;
	display:inline;
}

ul#mainNav1 li a {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	display:block;
	float:left;
	padding:8px 30px 10px 30px; 
	color:#50535A;	
	font-style:italic;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	border-right:1px solid #cccccc;
}

ul#mainNav1 li a.current,
ul#mainNav1 li a:hover{
	background:url('http://www.atlantic-wangerooge.de/img/leuchtturm.gif') no-repeat 5px 0px;
}


div#navigation {
	width:190px;
	background:url('http://www.atlantic-wangerooge.de/img/box_bg.jpg') repeat-x 0 0 #ffffff;
	float:left;

} 

div#navigation  div.left_bottom {
	padding:0 0 0 1px;
}

/*  Navigation
----------------------------------------------- */


ul#mainNav2,
ul#mainNav3 {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:100%;
}


ul#mainNav2 {
	padding:0 0 18px 0;
}

ul#mainNav2 li,
ul#mainNav3 li  {
	background:none;
	display:inline;
}

ul#mainNav2,
ul#mainNav3 {background:url('http://www.atlantic-wangerooge.de/img/menue_border.gif') no-repeat left bottom;}

ul#mainNav2 li a {
	display:block;
	white-space:nowrap;
	font-size:14px;
	font-weight:normal;
	color:#50535A;	
	font-style:italic;
	text-decoration:none;
	background:none;
	margin:0;
	padding:8px 0 8px 5px;
	border-bottom:1px solid #cccccc;
}

ul#mainNav3 li a  {
	display:block;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	color:#50535A;	
	font-style:italic;
	text-decoration:none;
	background:none;
	margin:0;
	padding:6px 0 6px 20px;
	border-bottom:1px solid #cccccc;
}


ul#mainNav2 li a.current,
ul#mainNav2 li a:hover,
ul#mainNav3 li a.current,
ul#mainNav3 li a:hover {
	color:#E26262;
}

