@charset "utf-8";

#page {
	margin: 20px auto;
	width:100%;
	max-width: 992px;
	min-width:440px;
	border: 3px solid white;
	
	background-color:#FFF;
	
	box-shadow: 0px 0px 20px rgb(102, 102, 102);
	-webkit-box-shadow: 0px 0px 20px rgb(102, 102, 102);
	-moz-box-shadow: 0px 0px 20px rgb(102, 102, 102);
	border-collapse:separate;
	
    behavior: url(/ext/pie/PIE.php);
}

#page2 {
	width: auto;
	border: 14px solid #ec6825;
}

.toplevelbox {
	display:block;
	width:100%;	
}

#menu {
	height:160px;
	border-bottom:solid 18px #ececec;
}

#logobox {
	display:block;
	float:right;
	padding:9px 19px 0 0;
}
#logobox img {
	width: 100%;
	max-width: 395px;
}

#header {
	position:relative;
}
#header img {
	width:100%;
	max-width:964px;
}
#header .headertext {
	position:absolute;
	display:block;
	top:37px;
	left:0;
	width:400px;
	padding: 6px 20px;
	background-color:#EC6825;
	font-size:24px;
	font-family: 'OswaldBold', Tahoma, Ubuntu, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#FFF;
}

#content {
	background-color: #ffffff;
}

#subheader {
	display:block;
	height:30px;
	width:100%;
	background-color:#ECECEC;
	margin-bottom:20px;
	color:#575656;
	font-size:12px;
	font-family: 'OswaldLight', Tahoma, Ubuntu, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-weight:normal !important;
}
#subheader,
#subheader #headericons a,
#subheader #breadcrumbs h3 a {
	color:#575656 !important;
	font-size:11px;
	font-family: 'OswaldBook', Tahoma, Ubuntu, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-weight:normal !important;
}
#subheader #headericons {
    float: right;
    margin:0;
	padding:6px;
	padding-right:24px;
    vertical-align: middle;
}
#subheader #headericons a {
	text-decoration:none;
}
#subheader #headericons #drucken {
	display:block;
	height:18px;
	padding-right:32px;
	background-image:url(images/icon-drucken.png);
	background-repeat:no-repeat;
	background-position:right;
}
#subheader #breadcrumbs {
	display:block;
	padding-top:4px;
	padding-left:25px;
}
#subheader #breadcrumbs h3, #breadcrumbs .breadcrumbstrenner {
	margin:0 1px;
	display:inline;
}
#subheader #breadcrumbs .breadcrumbstrenner {
}
#subheader #breadcrumbs h3 a {
    text-decoration: underline;
}
#subheader #breadcrumbs h3.active a {
    text-decoration: none;
}

#footer {
	background-color:#EC6825;
	background-position:0px 10px;
	padding-top:40px;
}
#footerbottomline {
	margin:0;
	padding:0;
	height:4px;
}
#footer,
#footerbottomline {
	background-image:url(images/footer-line.png);
	background-repeat:repeat-x;	
}

#footer {
	padding-bottom:20px;
}
#footer .footerbox {
	position: relative;
	display:inline-block;
	zoom:1; *display:inline; /* ie7 fix */
	vertical-align:top;
	margin-left:25px;
	margin-bottom:16px;
	width:284px;
}
#footer .footerbox ul {
	margin:0;
	margin-left:16px;
	padding:0;
	list-style-position:outside;
	list-style-image:url(images/listitem.png);
}
#footer .footerbox li,
#footer .footerbox p {
	margin:0;
	margin-bottom:8px;
	font-family: 'RamblaRegular', Tahoma, Ubuntu, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color:#FFF;
	font-size:14px;
}
#footer .footerbox p {
	line-height:1.4;	
}
#footer .footerbox a {
	color:#FFF;
}