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

body{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	background-color:#fffaed;
	background-image:url(bg-body.jpg);
	background-repeat:repeat-x;
}
body{
	text-align: center; /*zentriert divMain in IE 5.5*/
}
form{
	padding:0px;
	margin:0px;
}
#divMain {
	/*position: absolute;
	left: 40px;*/
	width: 1000px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
}
#divBanner{
	height:120px;
	width:1000px;
	float:left;
	background-image:url(bg-banner.jpg)
}
#bannerLink{
	float:right;
	padding-top:26px;
	padding-right:38px;
}
#bannerMenu{
	clear:both;
	float:right;
	padding-top:12px;
	padding-right:38px;
}
#divDisplayHeight{
height:440px;
float:left;
}
#divDisplay{
	width:1000px;
	background-color:#FFFFFF;
	background-image:url(bg-content.jpg);
	background-repeat:repeat-x;
}
#divMenuHeight{
height:440px; float:left;
}
#divMainMenu {
	float:left;
	width:150px;
	padding-left:10px;
	padding-top:30px;
	background-image:url(bg-menu.jpg);
	background-repeat:no-repeat;
}
#divMainMenu a {

	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
#divContent {
	width: 840px;
	float: right;
	color:#333333;
}
#divTopLeft{
	float:left;
	width:370px;
}
#divTopRight{
	float:right;
	padding-right:15px;
	width:450px;
	text-align:center;
}
#divBannerLeft,#divBannerRight {
	text-align:center;
}
#divTextDispLeft{
	float:left;
	width:45px;
}
#divTextDispRight{
	float:left;
	width:45px;
}
#divTextDispHeight{
float:left;
}
#divTextDispCenter{
	width:280px;
	float:left;
	padding-top:20px;
}
#divMainContent {
	float: left;
	padding-top:10px;
	padding-left:45px;
	padding-right:20px;
	color:#333333;
}
#divFooter {
	text-align:center;
}
.footer, .footer a {
	font-size:10px;
	font-weight:normal;
}
.footer a {
	text-decoration:underline;
}
.emptyRow {
	height: 8px;
	clear: both;
}
.borderHorz {
	height: 3px;
	background-image: url(strich.jpg);
	background-repeat: no-repeat;
}
.Spacer10 {
	width: 10px;
	float: left;
}
.MenuItem {
	float:left;
}
.Clearer {
	clear:both;
}
.header1 {
	font-size: 14px;
	font-weight: bold;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
}
.header3 {
	font-size: 14px;
	font-weight: bold;
}
h2, h3{
	font-size: 16px;
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#333333;
}
a:hover, #divMainMenu a:hover {
	color: #9779a5;
}
#bannerLink, #bannerLink a{
	color:#000000;
}
.content{
	color:#333333;
}
.standardzelle {
text-decoration: none;
}
