html[xmlns^="http"]{
	overflow-y: scroll; /* Mozilla-Scrollbar */
}

html, body{ height:100%; }

html{
	margin:0;
	padding:0;
	color:#541214;
	background-color:#ffffff;
	font-family: verdana, arial, helvetica, lucida, sans-serif;
}

/* ############################################################ */
/* #### allg. Raster / Seitenaufteilung ####################### */

body{
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	padding:0;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div#website{
    min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	width:980px;
	text-align: left;
}

div#inner{ padding: 0 0 22px 0; }

div#footer{
    position: absolute;
    bottom: 0 !important;
    bottom: -0px;
    height: 22px !important;
	overflow:hidden;
	line-height:22px;
    width: 980px;
    overflow: hidden;
	color:#541214;
	background-color:#FFF8E7;
}
div#footer div.inner{
	padding: 0 15px 0 15px;
	line-height:22px;
}
div#footer a{
	color:#541214;
	text-decoration:none;
}

div.clearer{ clear:both; }
div.lastclearer{ clear:both; height:32px; }


/* ############################################################ */
/* #### Footer ################################################ */

div#langswitch{
	float:left;
	width:400px;
	font-size:9px;
	line-height:22px;
}
div#langswitch img{
	margin-bottom:-1px;
}
div#metanav{
	float:right;
	width:400px;
	text-align:right;
	font-size:9px;
	line-height:22px;
}

/* ############################################################ */
/* #### Header ################################################ */

div#header{
	height:161px;
	overflow:hidden;
	position:relative;
	background-color:#FFF8E7;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/bg_header.gif);
}
body.home div#header { height:304px; }

div#startImgWrapper{
	background-repeat: no-repeat;
	background-position: left top
}

img#signet{
	position:absolute;
	left:557px;
	top:29px;
}
body.home img#signet{ top:103px; }

ul#mainnav{
	position:absolute;
	left:0;
    bottom:0;
	width:490px;
	margin:0;
	padding:0;
	list-style: none;
	line-height:32px;
}
ul#specialnav{
	position:absolute;
	left:490px;
    bottom:0;
	width:490px;
	margin:0;
	padding:0;
	list-style: none;
	line-height:32px;
}

/* ############################################################ */
/* #### Content-Spalten ####################################### */

div#category{
	padding-top:20px;
	font-size:9px;
}
div#category a{
	color:#6C1A1C;
	text-decoration:none;
}

div#content{
	float:left;
	width:637px;
}
body.home div#content{
	width:646px;
	padding-top:48px;
}

div#leftcontent{
	float:left;
	width:310px;
}
div#rightcontent{
	float:right;
	width:310px;
}

div#marginalia{
	float:right;
	width:155px;
}
body.home div#marginalia{
	width:310px;
	padding-top:48px;
}

div#maincontent{
	float:right;
	width:807px;
}

div#subnav{
	border-top:1px solid #541214;
	float:left;
	width:156px;
}


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-size:12px;
	line-height:1.4em;
}

span.important{ color:#A0D7DD; }

a{
	color:#541214;
}

h1{
	font-size:16px;
	line-height:1.4em;
	color:#EC9630;
	margin-top:0;
}

h2{
	font-size:12px;
	line-height:1.4em;
	margin-top:0;
}


h1 a{ color:#EC9630; }



h1 a,
h2 a{
	text-decoration:none;
}



img{ border:none; }

table {
	border-collapse:collapse;
	width:100%;
}
td{	vertical-align:top; }
td.td-0{ width:154px; }



/* BOXEN */

div.overviewbox,
div.overviewboxnoimg{
	background-color:#FFF8E7;
	border-bottom:1px solid #541214;
	margin-bottom:25px;
}
div.overviewboxnoimg{
	padding: 0 0 20px 8px;
}
div.overviewbox img{
	margin:0;
	padding:0;

}
div.overviewbox h1,
div.overviewboxnoimg h1{
	font-size:12px;
	padding:2px 0 1px 0;
	margin:0;
	line-height:1.4em;
}
div.overviewbox p,
div.overviewboxnoimg p{
	font-size:10px;
	padding-right:8px;
	margin:0;
	line-height:1.4em;
}


div.contentbox{
	background-color:#FFF8E7;
	padding: 0 8px 10px 0;
	margin-bottom:25px;
}
div.contentbox h1{
	padding-top:5px;
}

div.contentboxnoimg{
	background-color:#FFF8E7;
	padding: 0 8px 10px 8px;
	margin-bottom:25px;
}
div.contentboxnoimg h2{
	padding-top:5px;
}

/* ############################################################ */
/* #### Haupt- + Spezial-Navigation ########################### */

ul#mainnav li,
ul#specialnav li{
	float: left;
	list-style-type: none;
	line-height:32px;
}

ul#mainnav li a,
ul#specialnav li a{
	display: block;
	float: left;
	text-decoration: none;
	color: #541214;
}

ul#mainnav li a{
    padding: 0 10px 0 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/bg_nav.gif);
}

ul#specialnav li a{
    padding: 0 10px 0 30px;
	background-repeat: no-repeat;
	background-position: left bottom;

}

ul#mainnav li.last a{
	background-image:none;
}
ul#mainnav li a:hover,
ul#mainnav li a.act{
	background-color:#F1D8AD;
	background-image: url(images/bg_nav_act.gif);
}
ul#mainnav li.last a:hover,
ul#mainnav li.last a.act{
	background-image: url(images/bg_nav_act_last.gif);
}


ul#specialnav li#navnews a{	background-image: url(images/bg_nav_news.gif); }
ul#specialnav li#navnews a:hover,
ul#specialnav li#navnews a.act{
	background-image: url(images/bg_nav_news_act.gif);
}

ul#specialnav li#navcontact a{ background-image: url(images/bg_nav_contact.gif); }
ul#specialnav li#navcontact a:hover,
ul#specialnav li#navcontact a.act{
	background-image: url(images/bg_nav_contact_act.gif);
}

ul#specialnav li#navsearch a{ background-image: url(images/bg_nav_search.gif); }
ul#specialnav li#navsearch a:hover,
ul#specialnav li#navsearch a.act{
	background-image: url(images/bg_nav_search_act.gif);
}

form#searchform{
position:absolute;
	left:750px;
    bottom:4px;
	margin:0;
	padding:0;
}
form#searchform imput{
	margin:0;
	padding:0;
}


/* ############################################################ */
/* #### Unternavigation ####################################### */

div#subnav ul{
	margin:0;
	padding:3px 0 0 0;
	list-style: none;
	display:block;
}
div#subnav ul ul{
	padding: 2px 0 5px 15px;
}

div#subnav li{
	margin:0;
	padding:0;
	line-height:1.6em;
}
div#subnav ul ul li{
	font-size:9px;
	text-transform: uppercase;
}
div#subnav ul ul ul li{
	text-transform: none;
}

div#subnav a{
	color:#EC9630;
	text-decoration:none;
}
div#subnav ul ul a{
	color:#6C1A1C;
}
div#subnav a.act,
div#subnav a:hover{
	font-weight:bold;
}


/* ############################################################ */
/* #### News ################################################## */

div.news-latest-item{
	margin: 0 0 2em 0;
}

div.news-latest-item h2{
	margin:0;
}

div.news-latest-item a{
	text-decoration:none;
}

span.news-latest-date{
	color:#EC9630;
}
