/**
 *	Ausrichtung
 */
body {
	text-align: center;	
}

div#layout_wrapper_outer {
	width: 900px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	background-color: #fff;
}

div#layout_wrapper_inner {
	position: relative;
	width: 900px;
	background-color: #fff;
}


/**
 *	Kopfzeile
 */
div#layout_header {
	position: relative;
	height: 68px;
}

h1#img_slogan {
	float: left;
	width: 461px;
	height: 68px;
	margin-left: 153px;
	padding: 0;
	background: url(../px/slogan.gif) no-repeat;
}
h1#img_slogan_en {
	float: left;
	width: 461px;
	height: 68px;
	margin-left: 153px;
	padding: 0;
	background: url(../px/slogan_en.gif) no-repeat;
}
h1#img_slogan span,
h1#img_slogan_en span { display: none; }

div#img_logo {
	position: absolute;
	top: -10px;
	right: 21px;
	width: 204px;
	height: 65px;
}
div#img_logo img { border: 0; }


/**
 *	Hauptnavigation
 */
div#layout_navi_main {
	clear: both;
	height: 19px;
	position: relative;
	border-bottom: 5px solid #fff;
	background-color: #0a3968;
}


/**
 *	allgemeiner Inhaltsbereich
 */
div#layout_body {
	clear: both;
	height: 417px;
	overflow: hidden;
	background-color: #fff;
}

div#layout_content_left {
	float: left;
	width: 148px;
	height: 417px;
	background-color: #cce9f8;
}

div#layout_navi_sub {
	width: 148px;
	height: 380px;
}

div#layout_fulltext {
	width: 148px;
	text-align: center;
}
form#frmFulltextSearch {}
form#frmFulltextSearch input#searchword {
	width: 112px;
	height: 13px;
	border: 1px solid #0a3968;
	color: #0a3968;
	font-size: 8pt;
}


/**
 *	Fussbereich
 */
div#layout_footer {
	clear: both;
	height: 19px;
}

div#layout_footer_left {
	float: left;
	width: 148px;
}

div#layout_footer_right {
	float: right;
	width: 282px;
}

