/* ##### GENERAL CONFIGURATION ##### */

body {
	background:url(../img/bg-body-rot.gif) repeat-x;
	padding:0px;
	margin:0px;
}
#outer {
	width: 992px;
	min-height:200px;
	background:url(../img/bg-body-blau.gif) no-repeat;
}

.clearer {clear:both;}

/* ##### HEADER CONFIGURATION ##### */
#header-logo {
	height:165px;
	width: 992px;
}

.logo {padding:20px 0 0 357px;}
.logo a img {border:0px;}

#header {
	height:313px;
	width: 992px;
	padding:0 0 5px 0;
}

#header-left {
	background-color:#d0e0f6;
	height:313px;
	width: 744px;
	float:left;
}

#header-right {
	height:313px;
	width: 247px;
	float:left;
	background:url(../img/start-bg-header-right.gif) no-repeat;
}

#header-right .top {
	height:220px;
}

#header-right .top img {
	margin:35px 0 0 15px;
}

#header-right .bottom {
	height:60px;
}

#header-right .bottom div.searchbox {
	padding:20px 0px 0px 20px;
}

#header-right .bottom input.absenden {
	margin:0 0 0 0;
}

#header-right .bottom input {
	border:1px solid #043a80;
	background:#1b59a7;
	color:#72a2df;
}

#header-right .bottom .searchbox-suchfeld {
	float:left;
}

#header-right .bottom .searchbox-absenden {
	float:left;
	margin-left:5px;
}

#header-left ul#mainnavigation {
	margin:220px 0 0 20px;
	padding:0px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
}

#header-left ul#mainnavigation li {
	float:left;
	background:url(../img/bg-button.png);
	margin:0 1px 0 0;
	list-style:none;
	text-transform:uppercase;
}

#header-left ul#mainnavigation li a {
	padding:20px 0 0 30px;
	width:110px;
	height:35px;
	display:block;
	background:url(../img/pfeil-button.gif) no-repeat 15px 25px;
	color:#646567;
	text-decoration:none;
}

#header-left ul#mainnavigation li a:hover {
	color:#d92644;
}

#header-left ul#mainnavigation li.mainnav_akt a {
	padding:20px 0 0 30px;
	width:110px;
	height:30px;
	border-bottom:5px solid #d92644;
	display:block;
	background:url(../img/pfeil-button.gif) no-repeat 15px 25px;
	color:#d92644;
	text-decoration:none;
}

/* ##### CONTENT CONFIGURATION ##### */
#content {
	width: 992px;
	padding:35px 0 0 215px;
}

#content {color:#789dcc; font-family:arial; font-size:12px;}

#content a {color:#789dcc;}