html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}

html, body{
	margin:0;
	padding:0;
	color: #666666;
	background-color: #FFFFFF;
}

body{
	position: relative;
	width: 765px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div.website{
	position: relative;
	margin-top:48px;
	padding-bottom:1em;
	width: 765px;
	text-align: left;
}


/* ############################################################ */
/* #### Raster / Seitenaufteilung ############################# */

div.content{
	padding:11px;
	color:#666666;
	background-color:#F1F1F1;
}

table.navigation{
	width:743px;
	height:27px;
	overflow:hidden;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
}

div.frontispiece{
	position:absolute;
	left:11px;
	top:49px;
	width:546px;
	height:180px;
	color:#000000;
	background-color:#FFFFFF;
}
a#signet{
	position:absolute;
	display:block;
	left:568px;
	top:49px;
	width:186px;
	height:180px;
	color:#000000;
	background-color:#FFFFFF;
}

div.columns{
	margin: 202px 0 0 0;
	padding:10px 10px 0 10px;
	background-image: url(images/bg_columns.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div.contentleft{
	float:left;
	width:526px;
	overflow:hidden;
	color:#666666;
	background-color:#ffffff;
}
div.contentright{
	float:right;
	width:171px;
	overflow:hidden;
	color:#666666;
	background-color:#ffffff;
}
div.clearcolumns{
	clear:both;
	height:10px;
	overflow:hidden;
}

div.advertisement{
	margin:11px 0 0 0;
	height:85px;
	width:743px;
	color:#666666;
	background-color:#ffffff;
	overflow:hidden;
}

.strich {
    border-bottom: 1px solid #CCCCCC;
}


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div{
	font-size: 11px;
	line-height:1.5em;
	font-family: arial, helvetica, lucida, sans-serif;
}

h1{
	font-size: 16px;
	line-height:1.5em;
	margin:0 0 1em 0;
	padding:0;
	color: #ba0c1d;
	background-color:inherit;
	font-weight:normal;
	text-transform: uppercase;
	padding-top: 10px;
}

h2{
	font-size:1em;
	line-height:1.5em;
}

a {
	color: #BC001D;
	background-color:inherit;
}


img{ border:none; }


/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:5px;
}
input.csc-mailform-input,
textarea{
	color:inherit;
	background-color:#F1F1F1;
	border:none;
}



