/* --layout-- */
#center {
	width: 864px;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	display: block;
	background-color: #cfd4e9;
	background-image: url(/images/layout/background.gif);
	background-repeat: no-repeat;
}

#header {
	width: 854px;
	height: 78px;
	padding: 27px 0 0 10px;
	float: left;
}

#page {
	width: 864px;
	min-height: 100%;
	float: left;
}

#navigation {
	width: 121px;
	height: 100%;
	float: left;
}

#subnavigation {
	width: 241px;
	height: 100%;
	float: left;
}

#content {
	width: 502px;
	float: left;
}

#titel {
	width: 502px;
	height: 105px;
	padding:3px 0 0 23px;
	font-weight: bold;
	position: relative;
}

#inhalt {
	width: 467px;
	padding: 8px 10px 20px 25px;
	overflow-y: auto;
	overflow-x: hidden;
}

.print_einblend {
	display: none;	
}