* {
	outline: none;
	margin: 0;
	padding: 0;
}

p, h2, h3, h4, ul {
	margin-bottom: 15px;
}

li ul {
	margin-bottom: 2px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: url(../images/layout/body-background.jpg) repeat-y center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

a img {
	border: 1px solid #333;
}

a {
	color: #E41E2F;
	text-decoration: none;
}

.indent {
	margin-left: 38px;
}

.noindent {
	margin-left: 0;
}

#content-left a.bigLink:hover {
	color: #fff;
	padding: 5px; 
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #c11523;
}

#content-left a:hover {
	padding: 0;
	color: #c3c3c3;
}

#content-left .noHover a:hover {
	padding: 0;
}

#content-left #euroweb a:hover {
	background: none;
	padding: 0;
}

a[href*=".pdf"] {
	background: url(../images/download.png) 5px 5px no-repeat #c11523;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-right: 6px;
	font-weight: bold;
	color: #fff;
	float: right;
}

#content-left a[href*=".pdf"]:hover {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-right: 6px;
	background-color: #F7F6FB;
	color: #c11523;
}

#content-left a:hover img {
	background: none;
}

.clear {
	clear: both;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto;
	background: url(../images/layout/sidebar.jpg) no-repeat top right;
}

	#header-container {
		width: 100%;
		height: 300px;
	}
	
		#logo {
			width: 250px;
			height: 160px;
			background: url(../images/layout/logo.jpg) no-repeat center;
			position: relative;
			top: 47px;
			left: 60px;
			z-index: 1100;
		}
		
			#logo a {
				display: block;
				width: 100%;
				height: 100%;
				text-indent: -9999px;
			}
		
		ul#navigation {
			list-style-type: none;
			position: absolute;
			top: 233px;
			padding-left: 60px;
			height: 19px;
			width: 422px;
			color: #fff;
			font-size: 14px;
			z-index: 1000;
		}
		
			#navigation li {
				float: left;
				padding-right: 10px;
				padding-left: 10px;
				border-right: 1px solid #fff;
				border-right: expression((this.parentNode.lastChild == this)? "none" : "1px solid #fff" );
			}
			
				#navigation li:last-child {
					border: none;
				}
			
				#navigation li a {
					color: #fff;
					text-decoration: none;
				}
				
					#navigation li a:hover {
						text-decoration: underline;
					}
		
		#sub-navigation {
			list-style-type: none;
			position: absolute;
			top: 233px;
			left: 50%;
			margin-left: 230px;
			z-index: 9999;
			top: 0;
			width: 260px;
			color: #fff;
		}
		
			#sub-navigation li {
				float: left;
				padding: 5px;
				padding-top: 11px;
				padding-bottom: 9px;
			}
			
				#sub-navigation li a {
					color: #fff;
					text-decoration: none;
				}
				
				#sub-navigation li a:hover {
					text-decoration: underline;
				}
				
				#sub-navigation li.active a:hover {
					text-decoration: none;
				}
				
				#sub-navigation li.active {
					background: #cd1b2a;
				}
	
	#slideshow {
		position: absolute;
		left: 50%;
		margin-left: 98px;
		top: 122px;
		z-index: 100;
		background: url(../images/layout/slideshow.png) no-repeat top left;
		width: 351px;
		height: 245px;
	}
	
		#slideshow img {
			position: absolute;
			top: 0;
			left: 0;
			height: 246px;
			display: none;
		}
	
	#moerser {
		background: url(../images/layout/header-overlay.png) no-repeat center;
		width: 908px;
		height: 401px;
		position: absolute;
		top: 25px;
		left: 50%;
		margin-left: -480px;
		z-index: 900;
	}
	
	#notdienst {
		background: url(../images/layout/notdienst.png) no-repeat top left;
		width: 335px;
		height: 118px;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 318px;
		z-index: 1200;
	}
	
		#notdienst a {
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
		}

/* content */

.bigtext {
	font-weight: bold;
	font-size: 14px;
}

	#content-container {
		width: 100%;
		height: auto;
		padding-top: 27px;
		margin-bottom: 50px;
	}
	
		#content-left, #content-right {
			float: left;
			position: relative;
			z-index: 10000;
		}
		
		#content-left {
			width: 400px;
			padding-left: 55px;
			padding-right: 60px;
		}
		
			#content-left ul li{
				list-style-type: none;
				background: url(../images/layout/li.jpg) no-repeat 0 3px;
				padding-left: 20px;
			}
		
		#content-right {
			width: 330px;
			padding-left: 55px;
			top: 110px;
			color: #fff;
			line-height: 20px;
			height: auto;
		}
		
			#content-right h2 {
				margin: 0;
				padding: 0;
			}
			
			#content-right p {
				margin-left: 30px;
			}
			
			#content-right a {
				color: #c11523;
				background: #fff;
				text-decoration: none;
				padding: 2px;
				padding-top: 0;
				width: auto;
			}
			
			#content-right a:hover {
				color: #fff;
				background: none;
				text-decoration: underline;
			}
			
			#content-right .underline {
				border-bottom: 1px solid #fff;
				display: block;
				width: 255px;
			}

