/*globale Definitionen*/

body {
	font: normal normal 11px verdana,arial, tahoma, helvetica,san-serif;
	color: #fff;
	background: #e4e6e7 url(images/body_bg.gif) repeat-y;
	margin: 0px;
	height: 100%;
}
* html  body {
	height: 100%;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #42454b;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 7px 0 0 0;
	padding: 0.1em 0.1em ;
	background: #ff0000;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0 0;
	color: #acbdd1;
}
*+html p {
	margin: 10px 0;
}


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

#main_page {
	/*margin-left: auto;
	margin-right: auto; /*Zentrierung für Opera, Firefox und IE7*/
	/*background: #e4e6e7;*/
	width: 100%;
	height: 100%;
	/*text-align: left /*Rückstellung der Textausrichtung auf Links*/
}
#header {
	width: 810px;
	height: 27px;
	background: #e30202;
	position: relative;	
	left: 33px; top: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 10px;
	text-align: right;
	padding: 10px 26px 0px 0px;
}

#banner {
	width: 836px;
	height: 248px;
	background: #e30202 url(images/banner.jpg);
	position: absolute;	
	left: 33px; top: 38px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#verlauf {
	width: 100%;
	height: 248px;
	background: transparent url(images/verlauf.gif) repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menucont {
	width: 206px;
	/*height: 100%;*/
	float: left;	
	margin-left: 33px;
	background: transparent url(images/menu_verlauf.gif) no-repeat left top;
	font-size: 11px;
	border-left: 1px solid #fff;
}
*html #menucont {
	margin-left: 17px;
	border: none;
}


#clr {
	clear: both;
	visibility: hidden;
}

/*Classes*/

.header_table {
	margin-left: 260px;
}
.header_table a{
	text-decoration: none;
}
.header_table a:hover{
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Navigation links*/

.menu {
	width: 206px;
}
.menu_top {
	width: 180px;
	height: 19px;
	margin: 60px 0 -1px 0;
	padding: 5px 0 0 26px;
	font-size: 11px;
	color: #fff;
	background: #063f64;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.news_feld {
	width: 180px;
	height: 19px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 26px;
	font-size: 11px;
	color: #fff;
	background: #4d4d4d;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.news_table {
	margin-left: 23px;
	color: #063f64;
}

.news_table a{
	color: #063f64;
	font-size: 10px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Inhaltsbereich*/

		#content 
		{
			width: 630px;
			float: left;
			border-right: 1px solid #fff;
			background: transparent url(images/content_top.gif) repeat-x;
			color: #42454b;
			margin: 0 0 35px 0;
		}

		.content_top 
		{
			margin: 25px 0 0 40px;
			width: 490px;
			font-size: 12px;
			line-height: 140%;
		}
		*+html .content_top 
		{
			margin: 10px 0 0 40px;
		}
		*html .content_top 
		{
			margin: 10px 0 0 40px;
		}
		.content_left {
			float: left;
			width: 241px;
			height: 175px;
			margin: 5px 15px 0px 35px;
			padding: 1.1em;
			color: #fff;
			background: transparent url(images/verlauf.gif) repeat-x;
		}
		*html .content_left {
			margin: 15px 15px 0px 15px;
			height: 185px;
		}
		*html .content_right {
			margin-top: 15px;
			height: 189px;
		}
		.content_right {
			float: left;
			width: 241px;
			height: 175px;
			margin: 5px 0px 0px 0px;
			padding: 1.1em;
			color: #fff;
			background: transparent url(images/verlauf.gif) repeat-x;
		}
		.news {
			width: 490px;
			margin: 0 0px 0px 40px;
			color: #42454b;
			font-size: 12px;
			line-height: 140%;
		}
		
		#content a
		{
			color: #fff;
			font-size: 10px;
		}
		#content .news a
		{
			color: #ff0000;
			font-size: 10px;
			text-decoration: underline;
		}
		#content .news a:hover
		{
			text-decoration: none;
		}
		.content_bottom 
		{
			clear: both;
			background: transparent url(images/content_bot.gif) no-repeat;
			height: 50px;
			margin-top: 25px;
		}
		.line 
		{
			clear: both;
			height: 1px;
			border-bottom: 1px dashed #aab2b9;
			margin: 0 2.5em;
			padding: 1em 0;
		}


