html[xmlns^="http"]{
	overflow-y: scroll; /* Mozilla-Scrollbar */
}

html, body{
	margin:0;
	padding:0;
	height:100%;
	color:#000000;
	background-color:#efefef;
	font-family: georgia, times, serif;
}

body{
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div#website{
    min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	width:980px;
	background-image: url(images/bg_website.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
	color:#000000;
	background-color:#FFFFFF;
}

/* ############################################################ */
/* #### Raster / Seitenaufteilung ############################# */

div#header{
	height:160px;
	overflow:hidden;
	background-position: top right;
	background-repeat: no-repeat;
}

img#signet{
	position:absolute;
	left:20px;
	top:65px;
}
img#fackel{
	position:absolute;
	left:325px;
	top:3px;
}

div#columns{
	padding-left:10px;
}

div.navcolumns{
	float:left;
	width:295px;
	overflow:hidden;
}
div.navcolumns .float-left,
div.navcolumns .float-right{
	width:145px;
}

div.contentcolumns{
	float:right;
	width:665px;
	padding-bottom:1em;
	overflow:hidden;
}
.sitemap{
	background-image: url(images/bg_sitemap.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.zweispalterfarbig{
	background-image: url(images/bg_zweispalterfarbig.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div.singlecolumn{
	margin: 0 9px 0 10px;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}

#breadnstatic div{
	font-family: arial, verdana, helvetica, lucida, sans-serif;
	font-size:11px;
	line-height:2.5em;
}
#breadnstatic a{
	color:#000000;
}
#breadnstatic .float-right{
	text-align:right;
}

.size-s{
	width:202px;
	overflow:hidden;
}
.size-s-front{
	width:215px;
	overflow:hidden;
}
.size-m{
	width:313px;
	overflow:hidden;
}
.size-l{
	width:424px;
	overflow:hidden;
}
.size-l-front{
	width:440px;
	overflow:hidden;
}

div.clearer{
	clear:both;
}


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-size: 12px;
	line-height: 1.4em;
}

h1{
	font-size:18px;
	color:#B5BF38;
	line-height:1.2em;
}
h2{
	font-size:13px;
}

p{
	margin-top:0;
}

a{
	text-decoration:none;
	color:#AAB42D;
}

.sitemap a{
	color:#000000;
}
.sitemap ul{
	margin:0;
	padding:0 0 20px 0;
	list-style: none;
}
.sitemap ul li,
.sitemap ul ul{
	margin:0;
	padding:0;
	list-style: none;
}
.sitemap ul li li{
	padding: 0 0 0 20px;
}
.sitemap ul li li li{
	padding: 0 0 0 10px;
}
.sitemap ul li a{
	background-image: url(images/bg_sitemap_a.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}
.sitemap ul li li a{
	padding:0;
	background-image:none;
}

table{
	border-collapse: collapse;
}
td{
	vertical-align:top;
	padding:0 1em 0 0;
}

dd.csc-textpic-caption{
	padding-top:0.5em;
}

.align-right{
	text-align:right;
}

img{
	border:none;
}


/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:3px;
}
.csc-mailform-field textarea, input.csc-mailform-input{
	width:300px;
}

/* IE Abstands-Bug beheben */
.csc-textpic-clear{
	height:0px;
}
div.csc-textpic{
	padding-bottom:1px;
}
div.csc-textpic-imagewrap dl.csc-textpic-image{
	margin:0px !important;
}
dl.csc-textpic-image img{
	display:block;
}


form td, form th{
	padding-top:3px;
	padding-right:3px;
}

/* ############################################################ */
/* #### Galerie ############################################### */

div.galerieimg{
	width:202px;
	height:202px;
	overflow:hidden;
	background-position: center center;
	background-repeat:no-repeat;
}

div.galerieimg a {
	display:block;
	width:202px;
	height:202px;

}
div.galerieimg a img{
	visibility:hidden;
}

p.galerieimg-caption{
	margin: 5px 0 10px 0;
}

/* ############################################################ */
/* #### Boxen ################################################# */

div.bigfrontbox{
	background-image: url(images/bg_bigfrontbox_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	border-bottom:1px solid #ffffff;
}
div.bigfrontbox div.inner{
	background-image: url(images/bg_bigfrontbox_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding:10px 40px 10px 10px;
}
div.cebox p{
	margin:0;
}
div.cebox h1{
	margin:0 0 0.5em 0;
}


div.threefrontboxes{
	background-image: url(images/bg_threefrontboxes_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	border-bottom:1px solid #ffffff;
}
div.threefrontboxes div.inner{
	padding-top:10px;
	background-image: url(images/bg_threefrontboxes_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.size-s-front div.boxcontent{
	padding:0 10px 10px 10px;
}
div.size-s-front div.last{
	margin-right:20px;
}


/* ############################################################ */
/* #### Haupt-/Unter-Navigation ############################### */

ul#hauptnavigation,
ul#unternavigation,
ul#unternavigation ul{
	margin:0;
	padding:0;
	list-style: none;
	line-height:19px;
}

ul#unternavigation{
    height: 240px;
	min-height:240px;
	background-image: url(images/bg_unternavigation.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
ul#hauptnavigation,
ul#unternavigation{
	margin-bottom:40px;
}

ul#hauptnavigation li,
ul#unternavigation li{
	margin:0;
	padding:0;
	line-height:19px;
}

ul#hauptnavigation a{
	display:block;
	color:#000000;
	background-color:#DCE8A7;
	border-bottom:1px solid #B5BF37;
	padding: 0 0 0 10px;
}
ul#hauptnavigation li.last,
ul#hauptnavigation li.last-logedin{
	border-top: 10px solid #EEF4D6;
}
ul#hauptnavigation li.last a{
	background-image: url(images/locked.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#B5BF37;
	font-weight:bold;
}
ul#hauptnavigation li.last-logedin a{
	background-image: url(images/unlocked.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#B5BF37;
	font-weight:bold;
}
ul#unternavigation li a,
ul#unternavigation li span{
	display:block;
	padding: 0 0 0 10px;
	color:#000000;
	background-color:#EEF4D6;
	border-bottom:1px solid #ffffff;
}
ul#unternavigation li li a{
	padding: 0 0 0 25px;
}
ul#hauptnavigation a.act,
ul#hauptnavigation a:hover,
ul#unternavigation a.cur,
ul#unternavigation a:hover{
	background-color:#B5BF37;
}
ul#hauptnavigation a.act,
ul#unternavigation a.act,
ul#unternavigation a.cur{
	font-weight:bold;
}

ul#unternavigation li li a.cur,
ul#unternavigation li li a.act{
	font-weight:normal;
}


ul#hauptnavigation li#suchfeld{
	padding: 10px 0 0 10px;
	background-color:#EEF4D6;
	border-bottom:1px solid #B5BF37;
}
ul#hauptnavigation li#suchfeld div{
	height:49px;
	overflow:hidden;
}
ul#hauptnavigation li#suchfeld form{
	margin:0;
}
input#txtsearch{
	width:120px;
	border-top:1px solid #DCE8A7;
	border-left:1px solid #DCE8A7;
	border-right:none;
	border-bottom:none;
}

