@charset "utf-8";
/* CSS Document */

body {
	background-color:#283746;
	background-image:url(../_standards/mainBack.gif);
	background-repeat:repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #313131;
}

a, a:link, a:visited, a:active {
	font-weight:bold 
	}

a:hover {
	text-decoration:underline;
}
	

#wrapper {
	margin:0 auto;
	width: 828px;
	height:auto !important

}

#content {
	position:relative;
	top:0px;
	width:828px;
	
}

.red {
	color:#F00;
}

#header {
	position:relative;
	top:70px;
	height:194px;
	width:828px;
}

#navleiste 	{
	background-image:url(../_standards/navLeiste.png);
	background-repeat:no-repeat;
	position:relative;
	top:59px;
	height:21px;
	width:828px;
	color: #FFF;
}

#mainText {
	background-image: url(../_standards/mainTextBack.png);
	background-repeat: repeat-y;
	position:relative;
	left:0px;
	top:59px;
	height:100%;
	width:728px;
	overflow:hidden;
	padding-left:50px;
	padding-right:50px; 
	padding-bottom:35px;

}


		#mainText h1 {
			font-size:16px;
			font-weight:bold;
		}
		
		#mainText h2 {
			font-size:14px;
			font-weight:bold;
		}

		#mainText img{
			float:left;
			border:1px solid #313131;
			margin: 0px 10px 0px 0px; 
			
		}
		
		#mainText a, a:link, a:visited, a:active {
		color: #313131;
		font-weight:bold;
		text-decoration:none;
	}

		#mainText a:hover {
			text-decoration:underline;
		}


#red {color:#F00;}


#footer {
	background-image:url(../_standards/footerBack.png);
	background-repeat:no-repeat;
	position:relative;
	left:0px;
	top:59px;
	height:35px;
	width:828px;
	padding-left:34px;
	color: #FFF;
}

#footer a, a:link, a:visited, a:active {
	font-weight:normal;
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover {
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}