

/*  CSS Layout
----------------------------------------------- */

div#container { 
	position:relative;
	width:990px;
	padding:0;
	margin:20px auto 0 auto;
	}
	
div#top{
	width:990px;
	height:17px;
	padding:0;	
	background:url('http://www.lotsenviertel.de/img/top.gif') left bottom no-repeat;
}

div#header {
	width:990px;
	padding:0;	
	background:url('http://www.lotsenviertel.de/img/header_bg.gif') left bottom repeat-y;
	float:left;
}

h1#logo span {
	visibility:hidden;
}

h1#logo a {
	position:absolute;
	top:55px;
	left:20px;
	display:block;
	float:left;
	width:192px;
	height:81px;
	background:url('http://www.lotsenviertel.de/img/logo.gif') 0 0 no-repeat;
	text-decoration:none;
}

div#emo {
	border:1px solid #BCA533;
	padding:2px;
	float:right;
	width:728px;
	margin:10px 20px 10px 0;
	display:inline;
}

div#emo .n {padding:0px;}

div#border {
	clear:both;
	width:978px;
	height:11px;
	margin:0 auto 0 auto;
	background:url('http://www.lotsenviertel.de/img/border.gif') 0 0 repeat-x;
}

div#wrapper {
	width:990px;
	clear:both;
	background:url('http://www.lotsenviertel.de/img/content_bg.gif') 0 0 repeat-y;
	float:left;
}

div#sidebar {
	width:190px;
	float:right;
	margin:0;
	}

div#navigation {
	width:210px;
	float:left;
}

div#content {
	float:left;
	width:580px;	
}

div#footer {
	clear:both;
	width:978px;
	height:108px;
	margin:0 auto 0 auto;
	margin-top:1px;
	background:#113E69;
	color:#CFD8E1;
	background:url('http://www.lotsenviertel.de/img/footer_bg.gif') 0 0 repeat-x;
	}
	
div#footer a {
	color:#CFD8E1;
}

div#bottom {
	clear:both;
	width:990px;
	height:81px;
	background:url('http://www.lotsenviertel.de/img/bottom.gif') 0 0 no-repeat;
	}


/* gutter */
div#sidebar .gutter { padding:20px 15px 20px 0; }
div#navigation .gutter { padding:0 0 30px 6px; }
div#content .gutter { padding:20px 10px 20px 20px; }
div#footer .gutter { padding:30px 20px; }


/*  MainNav Level 1
----------------------------------------------- */

ul#mainNav1 {
	list-style:none;
	margin:0;
	padding:20px 0 15px 0;
	line-height:100%;
	width:208px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul#mainNav1 li {
	display:inline;
	list-style:none;
}

ul#mainNav1 li a {
	display: block;
	margin:0;
	padding:10px 0 10px 15px;
	text-decoration:none;
	border-bottom:1px solid #0D2D4D;
	color:#DBCA79;
}


ul#mainNav1 li a:hover {
	color:#ffffff;
}

ul#mainNav1 li a.current {
	font-weight:bold;
	background:url('http://www.lotsenviertel.de/img/menu_bg.gif') 15px 4px no-repeat;
	padding:10px 0 10px 40px;
}



/*  SunbNav Level 2
----------------------------------------------- */

ul#mainNav2 {
	margin:0;
	padding:0 0 12px 0;
	display:block;
	list-style:none;
}

ul#mainNav2 li {
	display:inline;
	list-style:none;
}


ul#mainNav2 li a,
ul#mainNav2 li a:visited {
	display:block;
	margin:0;
	padding:6px 8px 4px 25px;
	text-decoration:none;
	font-weight:normal;
	border:none;
	background:none;
}

ul#mainNav2 li a:hover {
	color:#ffffff;
}

ul#mainNav2 li a.current {
	color:#ffffff;
	font-weight:bold;
}

/*  SunbNav Level 3
----------------------------------------------- */

ul#mainNav3 {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}

ul#mainNav3 li {
	display:inline;
}

ul#mainNav3 li a {
	display:block;
	margin:0;
	padding:6px 8px 4px 35px;
	text-decoration:none;
	font-weight:normal;
	border:none;
	background:none;
}


ul#mainNav3 li a:hover,
ul#mainNav3 li a.current { 
	color:#fffffff;
	}

