html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}

html{
	margin:0;
	padding:0;
	height:100%;
	color:#000000;
	background-color:#50545F;
}

body{
	margin:0;
	padding:0;
	position: relative;
    height:100%;
	width: 762px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div#website{
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width:762px;
	text-align: left;
	color:#373535;
	background-color:#ffffff;
}

body,
div#website{
	background-image: url(images/bg_website.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
body.layout_1, body.layout_1 div#website{ background-image: url(images/bg_website_singlecolumn.gif); }

div#innersite{
	padding:0 1px 20px 1px;
}

div#footer{
    position: absolute;
    bottom: 0 !important;
    bottom: -0px;
    height: 20px !important;
    width: 762px;
    overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/bg_footer.gif);
}
body.layout_1 div#footer{ background-image: url(images/bg_footer_singlecolumn.gif); }

/* ############################################################ */
/* #### Raster / Seitenaufteilung ############################# */

div#signet{
	text-align:right;
	height:45px;
	background-color:#ffffff;
}

div#header{
	height:171px;
	overflow:hidden;
	background-color:#000000;
}

div#content{
	padding: 25px 0 0 0;
	background-image: url(images/bg_content.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
body.layout_1 div#content{ background-image: url(images/bg_content_singlecolumn.gif); }


div#columns{
	padding:10px 20px 25px 30px;
}

div#contentcolumns{
	float:right;
	width:545px;
}

div#maincontent{
	float:left;
	width:370px;
	overflow:hidden;
}

div#marginalia{
	float:right;
	width:150px;
	overflow:hidden;
}

div#navigation{
	float:left;
	width:135px;
	overflow:hidden;
}

div.clearer{
	clear:both;
	height:0px;

}


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-family: arial, verdana, helvetica, lucida, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#1a171b;
}
#contentcolumns a{
	font-weight:bold;
	font-style:italic;
}


h1{
	margin:0 0 0 0;
	padding:0;
	font-size: 11px;
	font-style:bold;
	line-height: 1.4em;
}

h2{
	font-size:11px;
	line-height:1.4em;
	margin:0 0 0 0;
	padding:0;
}

p{ margin-top:0; }

div#marginalia p{
	padding:0 0 0 20px;
	background-image: url(images/square.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

img{
	border:none;
}

ul.csc-bulletlist{
	list-style: none;
	margin-left:0;
	padding-left:0;
}
ul.csc-bulletlist li{
	margin-left:0;
	padding-left:6px;
	background-image: url(images/pfeil.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

div.hr{
	margin: 0.7em 0 0.7em 0;
	height:1px;
	background-image: url(images/linie.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

/* 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;
}






/* ############################################################ */
/* #### Navigation ############################################ */

div#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#navigation a{
	display:block;
	font-weight:normal;
}

div#navigation ul ul a{
	display:block;
	padding-left:5px;
	font-weight:normal;
}

div#navigation a:hover,
div#navigation a.act,
div#navigation a.cur{
	font-weight:bold;
}











