@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #b2b0a1;
}
#mainContainer {
	width: 780px;
	height: 502px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	background-color: #6E3630;
	background-image: url(img/graphic/header770x60.jpg);
	position: absolute;
	height: 60px;
	width: 770px;
	top: 5px;
	left: 5px;
}
#menu {
	background-color: #999999;
	background-image: url(img/graphic/grafik_04.jpg);
	color:#FFFFFF;
	position: absolute;
	height: 21px;
	width: 770px;
	top: 70px;
	left: 5px;
}

#contentContainer {
	position:absolute;
	width: 770px;
 	height: 375px;
	top: 96px;
	left: 5px;
	
}

#leftContent {
	background-color: #8DA0AA;
	position: absolute;
	width: 230px;
	height: 375px;
	left: 0px;
	color: #FFFFFF;
}
#centerContent {
	position: absolute;
	width: 300px;
	left: 235px;
	font-size: 14px;
	color: #6F3531;


	padding-top:: 20px;
	height: 375px;
	text-align: left;

}
#rightContent {
	background-color: #8DA0AA;
	position: absolute;
	width: 230px;
	height: 375px;
	right: 0px;
	color: #FFFFFF;
}


#footer {
	position: absolute;
	width: 770px;
	height: 21px;
	background-color:#999999;
	background-image: url(img/graphic/grafik_04.jpg);
	top: 476px;
	left: 5px;
	color:#FFFFFF;
}
a{
	color: #FF0000;
	
	
	}
	
#menu a{
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	}
.menuLink{
	position: relative;
	left: 5px;
	top: 3px;
}
.footerTxt {
	position: absolute;
	top: 3px;
	width: 750px;
	text-align: center;
}
h1 {
	font-size: 20px;
}
.statement {
	font-style: italic;
	text-align: center;
	margin: 15px;
}

.centerContent {
	text-align: center;
	margin: 15px;
}

.contentText {
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

