html, body {
	color: #ffffff;
	background: #546689;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100.01%;
}

body { text-align: center; }

/* Zentrierter Container  */
.center_con_outer {
	width: 65.625em; /* 1050px */
	margin: 0px auto;
	text-align: center;
}

/* Zentrierter Container  */
.center_con {
	width: 59.375em; /* 950px */
	margin: 0px auto;
	text-align: left;
	border-left: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
}

/* Hauptnavigations Container  */
#hauptnavi_con {
	color: #ffffff;
	background: #546689;
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 0px;
	text-align:right;
	position: relative;
	right: -3px;
	top: 0px;
	margin-bottom: 2.5em; /* 40px */
}
#hauptnavi_con ul,
#hauptnavi_con li {
	margin: 0px;
	padding: 0px;
	display:inline;
}

/* Titel Container  */
#titel_con {
	position: relative;
	left: -2px;
	padding-top: 10px;
	text-align: left;
	font-weight: 900;
	font-size: 2em; /* 32px */
	text-transform: uppercase;
	background-color: #546689;
}

#option_con {
	float: right;
	position:relative;
	width: auto;
	padding: 5px 10px 0px 20px;
}
#option_con input{
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* Oranger Container  */
#orange_con {
	background: #ff9933;
	margin: 15px auto 20px;
	padding: 0px;
	min-height: 8.75em;  /* 140px */
	width: 65.625em; /* 1050px */
}

* html #orange_con {
	height: 8.75em;  /* 140px */
}

/* Texteinbindungs Container  */
#text_einb {
	width: 59.375em; /* 950px */
	margin: 0px auto;
	text-align:center;
overflow: hidden;
height: 8.75em;  /* 140px */
}
#text_einb  img{
	height: 8.75em;  /* 140px */
}

#text_einb .img_left img {
	float:left;
	width: 14.375em; /* 230px */
}
#text_einb .img_right img {
	float:right;
	width: 23.125em; /* 370px */
}
#text_einb .img_center img {
	display: block;
	margin-left: 2.63em;  /* 42px */
	width: 16.5625em; /* 265px */
}

#text_einb .img_4er_1 img,
#text_einb .img_4er_2 img,
#text_einb .img_4er_3 img {
	float:left;
	width: 13.4375em; /* 215px */
	margin-right: 1.875em; /* 30px */
}

#text_einb .img_4er_3 img {
	margin-right: 0px;
}
#text_einb .img_4er_4 img {
	float:right;
	width: 13.4375em; /* 215px */
}

/* Linker Container  */
#left_con {
	width: 12.5em; /* 200px */
	padding-left: 5px;
	float:left;
}
* html #left_con {
	width: 12.8125em; /* 205px */
}

#suche {
	margin: 0px 0px 10px;
	padding: 3px 5px;
	border: 1px #ffffff solid;
	display:inline-block;
	width: 12.8125em; /* 205px */
}
input.suche {
	color: #ffffff;
	background:#546689;
	width: 80%;
	border: 0px none;
	font-size: 100%;
	vertical-align: top;
	margin-top: 3px;
}

input.suchenbutton {
	width: 20px;
	height: 19px;
}

#subnav_con, #right_con {
	margin-top: 10px;
}
#subnav_con ul,
#subnav_con li {
	margin: 0px;
	padding: 0px;
	display:inline;
}
/* Rechter Container  */
#right_con {
	width: 12.5em; /* 200px */
	padding-right: 5px;
	float:right;
}
* html #right_con {
	width: 12.8125em; /* 205px */
}

/* Main Container  */
#main_con {
	width: 31.25em; /* 500px */
	margin: 0px 13.13em; /* 210px */
	padding-top: 10px;
	min-height: 250px;
}
* html #main_con {
	height: 250px;
}

/* Quicknav Container  */
#quick_con {
	color: #ffffff;
	background: #546689;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.01em;
	clear: both;
	padding: 30px 20px 0px;
}
#quick_con ul,
#quick_con li {
	margin: 0px;
	padding: 0px;
	display:inline;

}

/* Beim Drucken ausgeblendete Elemente */
@media print {
	#hauptnavi_con,
	#titel_con,
	#orange_con,
	#left_con,
	#right_con,
	#quick_con {
		display:none;
	}

	#center_con,
	#main_con {
		width: 17cm;
		float: none;
		margin: 0px;
		padding: 0px;
		border: 0px none;
	}
}