* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../img/wallpaper.jpg) left top;
}

a {
	color: #003485;
}

#page {
	width: 100%;
	margin-top: 16px;
}

#container {
	margin: 0 15px;
	width: 815px;
	float: left;
	position: relative;
}


/* -=- KOPFBEREICH -=- */

#header {
	margin-top:16px;
	float: left;
	width: 815px;
	padding-bottom: 10px;
	background-color: #fff;
}

#ticker {
	float:left;
	margin-top:20px;
	margin-left: 20px;
	width:473px;
	border-top: 1px solid #D7DBEB;
	border-bottom: 1px solid #D7DBEB;
	color: #000;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
}

#ticker a:link, #ticker a:visited {
	color: #333;
	text-decoration: none;
}

#ticker a:hover, #ticker a:focus {
	text-decoration: underline;
}

#ticker ul {
	list-style-type: none;
	color: #333;
	font-size: 95%;
	font-weight: bold;
}

#ticker li {
	display: none;
}

#ticker li.active {
	display: block;
}

#logo {
	float:left;
	margin-top:15px;
	margin-left: 5px;
	display: inline;
	width: 142px;
}

#logo img {
	display:block;
}

#date {
	clear:right;
	float: right;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 150%;
	margin-right: 10px;
	margin-top: 11px;
	text-transform: lowercase;
	display: inline;
}

#date {
	text-decoration: none;
}

#date .day {
	font-size: 200%;
}

#smalldates {
	margin-right: 10px;
	margin-bottom: -5px;
	float: right;
	clear: right;
}

#smalldates a {
	text-decoration: none;
}

#smalldates .day {
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #D3DCEA;
	float: left;
	font-size: 0.8em;
	text-align: center;
	padding: 0.2em 0;
	width: 2.65em;
}

#smalldates .day .dayofweek {
	font-size: 120%;
	font-weight: bold;
	display: block;
}

#smalldates .day.first-child {
	border-left: 1px solid #D3DCEA;
}

/* -=- WERBEBANNER -=- */

#adspace-banner {
	text-align: right;
	width: 815px;
}

#adspace-contentad { 
	margin: 1em 0; 
	clear: both;
	padding:20px 0px 0px !important;
	text-align:center !important;
}

#adspace-skyscraper {
	position: absolute;
	top: 0;
	left: 840px;
	padding-right: 15px;
}

#textad {
	margin: 15px;	
}

#textad p {
	margin-bottom:.5em;	
}


/* -=- INHALTSBEREICH -=- */ 

#wrapper {
	float:left;
	width: 815px;
	background: #fff url(../img/content-bg.png) 0 10px;
}

#left {
	border-top:10px solid #fff;  
	float:left;
	width:151px;
}

#main {
	float:left;
	width:513px;
	height:100%;
	padding-bottom: 30px;
}

#content { padding: 0 15px; }

#right {
	border-top:10px solid #fff; 
	float:left;
	width:151px;
}

#right a.logout {
	position: absolute;
	color: white;
	margin: 3px 15px;
	text-decoration: none;
	font-weight: bold;
}



/* -=- NAVIGATION LINKS UND RECHTS -=- */

.nav ul {
	padding-top: 22px;
	background: #2E5899 url(../img/nav-top-left-bg.png) no-repeat top;
}

.nav.right ul {
	background-image: url(../img/nav-top-right-bg.png);
	border-bottom: 2px solid #003485;
}

.nav.right ul ul { border-bottom-width: 0; }

.nav ul ul {
	padding: 0;
	background: none;
}

.nav li {
	font-size:100%;
	background: #D3DCEA;
	border-bottom: 1px solid #E9F0FA;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
} 

.nav li a {
	text-decoration: none;
	color: #525578;
}

#navigation li a,
#rightnavigation li a {
	padding: 6px 15px 9px 15px;
	display: block;
}

#rightnavigation li a {
	padding-left: 10px;
}

#navigation li a:hover,
#navigation li a:focus,
#rightnavigation li a:hover,
#rightnavigation li a:focus {
	background-color: #003485;
	color: #fff;
}

#navigation li.active-path a {
	padding: 3px 10px;
}

#navigation li.active-path ul li a {
	padding-right: 5px;
}

.nav li.active-path {
	background: #2E5899;
	padding: 5px;
}

.nav li.active-path a {
	background: #2E5899;
	padding: 3px 10px 3px 10px;
	display: block;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #D7DBEB;
}

.nav li.active-path span.a {
	background: #fff;
	color: #525578;
	display: block;
	padding: 3px 10px 4px 10px;  /* padding-bottom 4px wegen border-bottom 1px bei li.active-path a */;
	font-weight: bold;
}

.nav li.active-path ul {
	margin-top: 10px;
	background: none;
}

.nav li.active-path ul li {
	text-transform: none;
	text-align: right;
	color: #fff;
	font-weight: normal;
	border: none;
	padding: 1px 0 2px 0;
	background: #2E5899;
}

.nav.right li.active-path ul li { text-align: left; }

.nav li.active-path ul li a {
	color: #fff;
	background: #2E5899;
	padding-right: 5px;
	font-weight: normal;
	border: none;
}

.nav li.active-path ul li.active-path span.a {
	display: block;
	padding: 3px 5px 3px 10px;
	background: #fff;
	font-weight: bold;
}

.nav li.active-path ul li.active-path ul { margin-bottom: 1.5em; }
.nav li.active-path ul li.active-path ul li { background: #E9F0FA; }
.nav li.active-path ul li.active-path ul li a { background: #E9F0FA; color: #525578; }
.nav li.active-path ul li.active-path ul li a:hover { background: #fff; }
.nav.right ul ul { border-bottom: 0; }

#navigation.nav ul {
	border-bottom: 2px solid #003485;
}

#navigation.nav ul ul {
	border-bottom: 0;
}

#rightsysnav.nav ul,
#sysnav.nav ul {
	padding: 0;
	background: #D3DCEA;
	border-bottom: 2px solid #003485;
}

#rightsysnav ul li,
#sysnav ul li {
	text-transform: none;
	border: 0;
	font-weight: normal;
	background: none;
	padding: 5px 0 5px 15px;
}

#rightsysnav ul li {
	padding-left: 10px;
}

#sysnav.nav ul li.active-path {
	padding: 5px 0 5px 5px;
}

#rightsysnav.nav ul li.active-path {
	padding: 5px 5px 5px 0;
}

#rightsysnav.nav ul li.active-path a,
#sysnav.nav ul li.active-path a {
	background: none;
	color: #525578;
	border-bottom: 1px solid #525578;
}

#rightsysnav.nav ul li.active-path span.a,
#sysnav.nav ul li.active-path span.a {
	margin-bottom: 0;
}

#rightsysnav.nav ul li.active-path span.a {
	padding-left: 10px;
}

#rightsysnav.nav ul ul,
#sysnav.nav ul ul {
	border: none;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#rightsysnav.nav ul li.active-path ul li a,
#sysnav.nav ul li.active-path ul li a {
	background: none;
	color: #525578;
	border: none;
	padding-top: 0;
}



/* -=- MAIN CONTENT -=- */

#main div.title {
	padding: 0 15px;  
	font-family: Georgia, serif;
	letter-spacing: 0.4em;
	font-weight: normal;
	font-size: 140%;
	color:#fff;
	background: #003485 url(../img/title-bg.png) no-repeat top;
	height:27px; 														/* TODO */
	line-height: 27px;													/* TODO */
	width: auto;
}


#content ol#breadcrumbs {
	font-size: 75%;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style-type:none;
}
#content ol#breadcrumbs li {
	display: inline;
	color: #616487;
	background: url(../img/breadcrumbs-bg.png) no-repeat left center;
	padding: 0 5px 0 7px;
	position: relative;
	margin-left: 0;
}
#content ol#breadcrumbs li a { text-decoration: underline; color: #525578; }
#content ol#breadcrumbs li.first-child { background: none; padding-left: 0; position: relative; }
#content ol#breadcrumbs li span.a { color: #616487; }

#content ol.pager { 
	list-style-type: none; 
	margin: 1em 0 1.5em 0; 
	float: left;
	width: 100%;
}

#content ol.pager li { 
	float: left;
	padding: 0px 4px;
	border-left: 1px solid #CCC;
}
#content ol.pager li.first-child {
	border-left: 0;
	padding-left: 0;
}
#content ol.pager a, #content ol.pager a:hover, #content ol.pager a:focus { color: #525578; text-decoration: none; }
#content ol.pager li span.a { font-weight: bold; color: #003485; }

#content img.tipp { margin-left: 0.5em; }

#content p { margin-top: 1.5em; line-height: 1.5em; }
#content #map { margin-top: 1.5em; }

#content a { color: #FE5705; text-decoration: none; }
#content a:hover, #main p a:active { text-decoration: underline; }

#content ul, #content ol { margin: 0 0 1em 30px; padding: 0; }
#content ul { list-style-type: none; margin-left: 15px; }
#content ul li { 
	margin-left: 0; 
	line-height: 1.5em; 
	background: url(../img/list-icon.png) no-repeat left center;
	padding-left: 1.25em;
}
#content ol li { line-height: 1.5em; }

#content span.description  { font-size: 0.75em; line-height: 1.3em; margin-bottom: 0.5em; display: block; }

#content table { 
	margin-top: 1.5em;
	border-top: 1px solid #003485;
	border-right: 1px solid #003485;
	border-collapse: collapse;
	line-height: 1.5em;
}
#content table caption { 
	text-align: left;
	margin: 0.5em 15px 1.25em 0; 
	font-size: 90%;
	line-height: 1.6667em; 
	caption-side: bottom;    /* IE kann's nicht */
	font-style: italic;  
}
#content table tr.even { background-color: #E9F0FA; }
#content table th { text-align: center; padding: 0.6944em 0.5em 0.6944em 0.5em; background-color: #D3DCEA; border-left: 1px solid #003485; border-bottom: 1px solid #003485; }
#content table td { padding: 0.5em 0.5em 0.8889em 0.5em; border-left: 1px solid #003485; border-bottom: 1px solid #003485; }	
	

/* -=- FUSSBEREICH -=- */

#footer {
	clear: both;
	width: auto;
	height: 50px;
	background: url(../img/footer-bg.png) no-repeat left top;
}

#page-end-nav { margin-left: 151px; width: 513px; }
#page-end-nav ul { padding: 0 15px; padding-top: 1em; float: left; list-style-type: none; width: 483px; }
#page-end-nav li { float: left; }
#page-end-nav li.home { float: right; }
#page-end-nav li a { font-size: 90%; color: #525578; text-transform: lowercase; }



/* -=- ARTICLES -=- */

#content h1.archive { margin-top: 1.9em; margin-bottom: 0.4076em; }

#content div.article .issue { 
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
}              

#content div.article p {
	margin-top: 0;
}

#content ul.article-list, #content ul.archive-list { 
	list-style-type: none;
	margin: 0;
}

#content ul.article-list li { background: none; padding-left: 0; }

#content a.locationname { font-weight: bold; }

/* -=- KLEINANZEIGEN -=- */

#content div.kleinanzeige { margin-bottom: 3em; }

#content div.kleinanzeige div.rubrik {
	float: right;
	margin-left: 0.3em;
	font-size: 75%;
	background: #999;
	color: #fff;
	padding: 0.2em 0.4em;
	text-transform: uppercase;
	font-weight: bold;
}

#content div.kleinanzeige p { margin: 0; }

#content table.eigeneKleinanzeigen {
	margin: 1em -4px;
	padding: 0;
	width: 488px;
}

#content table.eigeneKleinanzeigen td {
	vertical-align: top;
}


/* Flashes */

div.flash {
	margin: 1em -5px;
	padding: 15px;
	color: #525578;
	border-bottom: 3px solid #FFF;
	width: 463px;
}

div.flash.success {
	background-color: #CFC;
	border-bottom-color: #44B333;
}

div.flash.failure {
	background: #FCC;
	border-bottom-color: #F53C00;
}

div.flash.neutral {
	background: #E1E6F0;
        color: #525578;
        border-bottom-color: #8A8DAD;
}

#content div.flash h2 {
	margin-top: 0;
}

#content div.flash ul {
	margin: 0.5em;
}

#content div.flash ul li {  
	margin: 0;
}


