@charset "utf-8";

/*****************************************************
/ Stile für die Startseite überschreiben
*****************************************************/
/* Seitenstruktur **********/
#container #col_left, #container #col_right {
	display: none;
}
#container #content {
	margin-left: 211px;
	margin-right: 216px;
}

/* Headerbereich **********/
#header {
	height: 290px;
}
#header_logo {
	left: 245px;
	top: 80px;
}
#header_logo a {
	width: 541px;
	height: 62px;
	background: url(../img/header_logo_home.gif) no-repeat;
}
#header_searcharea {
	right: auto;
	left: 201px;
	top: 180px;
	background-image: url(../img/header_form_bg_home.gif);
}
#header #header_nav_type {
	width: 585px;
	top: 260px;
	left: 200px;
	text-align: right;
	border-bottom: 0;
}
#header #header_nav_type ul {
	position: absolute;
	right: 0;
	top: 0;
}
#header #header_nav_type li a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 13px;
}
#header #header_nav_type li.topkat div {
	padding: 3px 0;
	font-weight: normal;
	font-size: 13px;
}
.ie6 #header #header_nav_type li.alle {
	display: none;
	position: relative;
}
#header #header_nav_type li.alle a {
	padding-left: 20px;
	background: url(../img/header_nav_alle.gif) no-repeat 8px 8px;
}
#header #header_nav_type li.alle ul {
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
	width: auto;
	background-color: white;
	border: 1px solid #dadada;
	z-index: 99;
	list-style-type: disc;
	text-align: left;
	padding: 10px;
	padding-left: 30px;
	margin-left: 15px;
	color: #dadada;
	white-space: nowrap;
}
#header #header_nav_type li.alle:hover ul {
	display: block;
}
#header #header_nav_type li.alle ul li {
	float: none;
	border-left: 0;
}
#header #header_nav_type li.alle ul a {
	padding: 0;
	background-image: none !important;
	border: 0 !important;
	font-weight: bold;
}
#header #header_nav_type li.alle ul ul {
	position: static;
	width: auto;
	border: 0;
	padding: 0;
}
#header #header_nav_type li.alle ul ul a {
	font-weight: normal;
}

/* Ergebnisanzeige Startseite **********/
#search_result_leer {
	height: 50px;
}
@media print {
	/* Seitenstruktur **********/
	#container #content {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* Headerbereich **********/
	#header {
		height: auto;
	}
	#header_logo {
		position: static;
	}
	#header_logo a {
		display: inline;
		background-image: none;
	}
}