html[xmlns^="http"]{
	overflow-y: scroll; /* Mozilla-Scrollbar */
}

/* ############################################################ */
/* #### allg. Raster / Seitenaufteilung ####################### */

html, body{
	height:100%;
	margin:0;
	padding:0;
	color:#000000;
	background-color:#ffffff;
}

body{
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div#website{
	position: relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto 0 auto;
	padding:0;
	width:990px;
	text-align: left;
	background-color:#cccccc;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/bg_website.gif);
}

div#header{
	height:91px;
	background-color:#ffffff;
}
img#signet{
	position:absolute;
	top:10px;
	left:5px;
}

div#content{
	margin: 0 17px 0 17px;
	padding: 0 18px 0 196px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/bg_content.gif);
	min-height: 360px;
    height: auto !important;
    height: 360px;
}
div#columns{
	padding: 57px 0 20px 0;
	border-bottom:1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/bg_columns.gif);
}

div#leftcolumn{
	float:left;
	width:491px;
	overflow:hidden;
}
div#rightcolumn{
	float:right;
	width:240px;
	overflow:hidden;	
}

div#leftcolumn div.box{
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/bg_leftcolumn.gif);
	background-color:#ffffff;
}
div#rightcolumn div.box{
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/bg_rightcolumn.gif);
	background-color:#ffffff;
}

div.bgtop{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/bg_cols_top.gif);
	padding-top:5px;

}
div#leftcolumn div.bgbottom{
	padding: 0 17px 12px 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/bg_leftcolumn_bottom.gif);
	border-bottom:1px solid #cccccc;
}
div#rightcolumn div.bgbottom{
	padding: 0 17px 12px 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/bg_rightcolumn_bottom.gif);
	border-bottom:1px solid #cccccc;
}

div.clearer{ clear:both; }
div#footer{
	padding:10px 0 10px 0;
}


div#langswitch{
	position:absolute;
	top:68px;
	right:17px;
	text-align:right;
}



/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-size:11px;
	line-height:1.4em;
	font-family: arial, verdana, sans-serif;
}

h1, h2{ margin:0; }

a{
	text-decoration:none;
	color:#990000;
}
div#columns a:hover{
	color:#ffffff;
	background-color:#990000;	
}

img{ border:none; }



.csc-textpic-caption {
	padding-top:5px;
	text-align:center;
}


/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}




form#mailform input,
form#mailform select{
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	margin-bottom: 8px;
	padding-left: 4px;
}
form#mailform select{
	width:200px;
}
.csc-mailform-field textarea{
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	margin-bottom: 8px;
	height: 151px;
	padding-left: 4px;
}

form#mailform input.csc-mailform-submit{
	width:auto;
	background-color:#999999;
	color:#ffffff;
	padding: 4px;
}

/* ############################################################ */
/* #### Preis-Tabellen ######################################## */

table.contenttable-3{
	width:459px;
 	border-collapse:collapse;
	margin-top:1em;
}
table.contenttable-3 td{
	background-color:#cccccc;
	padding: 3px 3px 3px 10px;
	border-bottom:3px solid white;
}



/* ############################################################ */
/* #### Hauptnavigation ####################################### */

ul#nav{
	position:absolute;
	top:100px;
	left:214px;
	width: 738px; /* Breite der Navigation (Breite der einzelnen Bilder addiert) */
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:11px;
	color:#ffffff;
	/* background-color:#efefef; */
}

ul#nav li{
	float: left;
	line-height:20px;
}

ul#nav a{
	display:inline; /* für den I.E.-Mac, sonst stehen die Hauptmenuepunkte untereinander */
	color: #000000;
	text-decoration: none;
	border:1px solid #cccccc;
	border-width: 1px 1px 1px 1px;
}
ul#nav a.act{
	color:#990000;
}
ul#nav li li a{ border:none; }

/* I.E. Hack (ohne gibt es im Safari Probleme beim Hovern von Punkten ohne Unterpunkte) - Der Kommentar nach dem "a" ist der Hack: */
ul#nav a/* */ {
	display:block;
}
ul#nav li a:hover{
	color: #990000;
}

ul#nav li ul {
	position: absolute;
	display: none; /* Menue Ausblenden */
	top: 100%;
	width:134px;
	background-color: #cccccc;
	margin: -1px 0 0 0;
	padding: 0;
	list-style: none;
	z-index:2;
	border:1px solid #999999;
}

/* Bei Hover einblenden: */
ul#nav li:hover ul,
ul#nav li.over ul {
	display: block;
}

ul#nav li       a:hover{ border-color:#999999; }
ul#nav li.nosub a:hover{ border-color:#cccccc; }



ul#nav li li {
	display: block;
	float: left;
	width:134px;
	margin:0;
	padding:0;
	line-height:15px;
}

ul#nav li li a {
	line-height:14px;
	display:block;
	margin: 0 7px 0 7px;
	padding: 2px 1px 2px 1px;
	color: #000000;
	background-color: #cccccc; /* Hintergrundfarbe des Menues */
}
ul#nav li li a:hover {
	color:#ffffff;
	background-color:#990000;
	border:none;
}

ul#nav li > ul{
	top: auto;
	left: auto;
}