@import 'reset.css';

body, td, div {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	line-height: 18px;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg_verticalstripes.gif) repeat-y;
	color: #000;
}

a {
	color: #0076B0;
	text-decoration: none;
}

#main {
	width: 972px;
	_width: 1002px;
}

	#head {
		height: 115px;
		position: relative;
		background: #fff url(../img/bg_header.gif) 0 0 repeat-x;
	}
		#logo {
			position: absolute;
			left: 189px;
		}
		
		#adresse {
			position: absolute;
			width: 550px;
			left: 423px;
			top: 9px;
			
			text-align: right;
			font-size: 11px;
			color: #859966;
		}
		#adresse a {
			padding-left: 9px;
			background: transparent url(../img/icn_arrow_right.gif) 0 50% no-repeat;
		}
		#adresse a:hover {
			color: #859966;
		}
		#utilities {
			position: absolute;
			top: 75px;
			left: 18px;
			color: #859966;
			font-size: 11px;
		}
		#utilities a {
			color: #859966;
		}
		#utilities a:hover {
			color: #0076B0;
		}
		
		#hauptnavigation {
			position: absolute;
			top: 65px;
			height: 32px;
			_height: 33px;
			left: 188px;
			border-bottom: 1px solid #0076B0;
		}
			
			#hauptnavigation a {
				display: block;
				position: relative;
				top: 5px;
				float: left;
				width: 130px;
				height: 27px;
				background: #eef5e3 url(../img/bg_nav_0.jpg) 0 bottom no-repeat;
				border-left: 1px solid #fff;
				overflow: hidden;
				text-align: center;
				line-height: 30px;
				color: #859966;
			}
			#hauptnavigation a:hover,
			#hauptnavigation a.selected {
				background-position: 0 top;
				background-repeat: repeat-y;
				height: 32px;
				top: 0;
				line-height: 33px;
				color: #0076B0;
				font-weight: bold;
			}
			#hauptnavigation a.selected + a,
			#hauptnavigation a:hover + a {
				border-left: 1px solid #859966 !important;
			}
			#hauptnavigation a.last {
				width: 128px;
			}
	
	#corpus {
		overflow: hidden;
	}
		
		
		#navigation {
			float: left;
			width: 217px;
		}
		
			#home {
				margin: 0 32px 0 12px;
				font-size: 11px;
				line-height: 16px;
			}
			#home img {
				display: block;
			}
			#navigation #home a {
				color: #0076B0;
				padding: 0 0 0 9px;
				border: none;
				margin: 0;
				background: transparent url(../img/icn_arrow_right.gif) 0 50% no-repeat;
			}
			#navigation #home a:hover {
				color: #859966;
			}

			
			#main #navigation a.sub {
				padding: 3px 0 3px 25px;
				border-bottom: none;
			}
			#main #navigation a.sub:hover,
			#main #navigation a.subselected:hover,
			#main #navigation a.subselected {
				color: #0076B0;
				background: transparent url(../img/icn_arrow_right.gif) 16px 50% no-repeat;
				padding: 3px 0 3px 25px;
				border-bottom: none;
				
			}
			
			#main #navigation a.sublast {
				border-bottom: 1px dotted #0076B0;
				padding: 3px 0 3px 25px;
			}
			#main #navigation a.sublast:hover {
				color: #0076B0;
				background: transparent url(../img/icn_arrow_right.gif) 16px 50% no-repeat;
			}
			#main #navigation a.subselectedlast {
				color: #0076B0;
				background: transparent url(../img/icn_arrow_right.gif) 16px 50% no-repeat;
				border-bottom: 1px dotted #0076B0;
				padding: 3px 0 3px 25px;
			}
				#main #navigation a.subselectedlast:hover {
				color: #0076B0;
				background: transparent url(../img/icn_arrow_right.gif) 16px 50% no-repeat;
				border-bottom: 1px dotted #0076B0;
				padding: 3px 0 3px 25px;
			}
			
			#navigation a {
				display: block;
				padding: 10px 0 9px 16px;
				margin-right: 31px;
				border-bottom: 1px dotted #0076B0;
				color: #859966;
			}
			#main #navigation a:hover,
			#main #navigation a.selected	{
				background-color: #dbe5cc;
				color: #0076B0;
			}
			
			#main #navigation a.selected	{
				background-color: #dbe5cc;
				background-image: none;
				color: #0076B0;
			}
			
			
			
		#content {
			float: left;
			width: 538px;
			_overflow: hidden;
		}
			
			/*#content * {
				margin-right: 28px;
			}
			#content a {
				margin-right: 0;
			}*/
			
			.breadcrumbs {
				overflow: auto;
				font-size: 10px;
				border-bottom: 1px dotted #0076B0;
				color: #0076B0;
			}
			.breadcrumbs a {
				color: #859966;
				padding-left: 0;
				background: none;
			}
			.breadcrumbs.withicon a,
			#content a {
				color: #0076B0;
				padding-left: 9px;
				background: transparent url(../img/icn_arrow_right.gif) 0 50% no-repeat;
			}
			
			.breadcrumbs.withicon a:hover,
			#content p a:hover {
				color: #859966;
			}

			
			h1 {
				margin: 8px 0 20px 0;
				font-weight: bold;
				font-size: 14px;
			}
			h4 {
				margin: 8px 0 0 0;
				
				font-size: 11px;
				font-weight: bold;
				color: #959595;
			}
			#content p {
				margin-bottom: 1.5em;
				overflow: hidden;
			}
			#content p img {
				display: block;
				float: left;
				margin-right: 15px;
			}
			
			li {
				margin-left: 18px;

			}
			ul {
				margin-left: 0;
				padding-left: 0;
				text-indent: 0;
			}
			
		#sidebar {
			float: left;
			width: 217px;
			overflow: hidden;
		}
			
			#sidebar h3 {
				color: #0076B0;
				padding: 5px 0 5px 13px;
				border-top: 1px dotted #0076B0;
				border-bottom: 1px dotted #0076B0;
				font-weight: bold;
			}
			
			
			#sidebar a {
				display: block;
				padding: 4px 6px 7px 25px;
				color: #0076B0;
				background: transparent url(../img/icn_arrow_right.gif) 16px 9px no-repeat;
				
				font-size: 11px;
			}
			
			#sidebar a:hover,
			#sidebar a.selected {
				color: #859966;
			}
			
			p.quer {
				margin: 2px 9px 0px 15px;
				font-size: 12px;
				color: #000000;
				overflow: hidden;
			}
			
			div.meldungen {
				margin: 6px 13px 0 13px;
				overflow: hidden;
			}
			.ra {
				margin: 6px 13px 5px 13px;
				overflow: hidden;
				_height: 62px;
			}
			.ra img {
				float: left;
				margin-right: 7px;
				margin-bottom: 
			}
			.ra p {
				float: left;
				height: 62px;
				margin-top: -2px;
				font-size: 11px;
				color: #aaa;
				line-height: 15px;
				width: 135px;
			}
			#sidebar div.meldungen a,
			#sidebar .ra a {
				display: inline;
				padding: 0 0 0 9px;
				background: transparent url(../img/icn_arrow_right.gif) 0 50% no-repeat;
			}
			

.rightalign span {
	float: right;
}
.rightmargin {
	margin-right: 28px;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.toppad {
	height: 37px;
	background-color: #fff;
}
.topborder {
	border-top: 1px dotted #0076B0;
}
.bottomborder {
	border-bottom: 1px dotted #0076B0;
}