@media screen, projection {
/* Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera */
html { min-height: 100%; padding-bottom: 1px;}
body { min-height: 100%;  }

body {
	padding:10px 0;
}

body { text-align:center; }
.page_margins { text-align:left; margin:0 auto; }

.page_margins {
	width: 950px;
	background: #fff;
}
.page { }

#header {
	color: #000;
	height: 180px;
	position:relative;
	background: #02548e;
}
#kat2 #header {
	background: #f5801c;
}
#kat3 #header {
	background: #ac2000;
}
#header #teaser {
	width: 668px;
	height: 130px;
	padding: 25px 15px;
	color: #fff;
	border-right: 2px solid #fff;
	background: url(/css/files/bg_header.jpg) no-repeat;
}
#header #teaser img {
	position: relative;
	top: -25px;
	left: -15px;
}
#header #teaser h1 {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

#header a#logo {
	position: absolute;
	display: block;
	top: 74px;
	left: 700px;
	width: 250px;
	height: 84px;
	background: #fff url(/css/files/logo.gif) no-repeat;
	text-indent: -9999em;
}
#kat2 #header a#logo {
	background: #fff url(/css/files/logo_orange.gif) no-repeat;
}
#kat3 #header a#logo {
	top: 62px;
	height: 96px;
	background: #fff url(/css/files/logo_rot.gif) no-repeat;
}


/* #topnav wird innerhalb von #header absolut positioniert */
#topnav { 
	background:transparent; 
	color:#aaa; 
	position:absolute;
	top:10px;
	right:10px; /* LTR */
	text-align:right; /* LTR */
}

#search {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 40px;
	overflow: hidden;
	float: left;
	background: #02548e;
}
#search fieldset {
	margin: 0;
	padding: 0;
}
#search legend {
	display: none;
}
#search label {
	color: #fff;
}
#search input {
	width: 137px;
	line-height: 17px;
	height: 17px;
	padding: 2px 5px;
	border: 0;
}
#search #submit {
	margin-left: 10px;
	margin-top: 5px;
	width: 25px;
	height: 30px;
	border: 0;
	text-indent: -9999em;
	background: url(/css/files/lupe.gif) no-repeat;
}
#kat2 #search #submit {
	background: url(/css/files/lupe_orange.gif) no-repeat;
}
#kat3 #search #submit {
	background: url(/css/files/lupe_rot.gif) no-repeat;
}

#main {
	background:#fff; padding-top: 2px;
	position: relative;
}

#footer {
	background: #fff;
	border-top: 5px solid #b4b3b6;
	padding: 10px 0;
    line-height:1.5em;
}

/* Absicherung korrekte Positionierung */
#header, #nav, #main, #footer { clear:both; }

/*
* |-------------------------------|
* | #header 950px                 |
* |-------------------------------|
* | #col1               | #col3   |
* | 700px               | 250px   |
* |-------------------------------|
* | #footer                       |
* |-------------------------------|
*/


#col1 {
	width:700px;
}
#col1_content {
	padding: 0 0 20px;
}

#col3 {
	width: 250px;
	margin-left: 700px;
	margin-right: 0;
}
#col3_content {
	background: url(/css/files/verlauf.gif) repeat-y;
	padding: 20px 0 20px 20px;
}

#line {
	height: 10px;
	width: 698px;
	background: #02548e;
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
	behavior: url(/css/pie/PIE.php);
}
#kat1 #line {
	display: none;
}
#kat2 #line {
	background: #f5801c;
}
#kat3 #line {
	background: #ac2000;
}

#topnav a { color:#999; font-weight:normal; background:transparent; text-decoration:none; }
#topnav a:focus,
#topnav a:hover,
#topnav a:active { text-decoration:underline; background-color:transparent; }

#footer a { color:#999; background:transparent; font-weight:bold; }
#footer a:focus,
#footer a:hover,
#footer a:active {color:#4D87C7; background-color:transparent; text-decoration:underline; }

/* Skiplinks */
#skiplinks a.skip:focus,
#skiplinks a.skip:active { 
	color:#fff; 
	background:#333; 
	border-bottom:1px #000 solid;
	padding:10px 0;
	text-decoration:none;
}
}