html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}

html, body{
	margin:0;
	padding:0;
	color:#000000;
	background-color:#FFFFFF;
}

body{
	position: relative;
	width: 970px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}


/* ############################################################ */
/* #### Raster / Seitenaufteilung ############################# */

div#website{
	position: relative;
	width:970px;
	text-align: left;
}
div#inner{
	padding: 0 15px 0 15px;
}

div#shortcuts{
	position:absolute;
	top:0;
	left:15px;
	width:940px;
	font-size:9px;
	color:#666666;
	background-color:inherit
}
div#shortcuts a{
	text-decoration:none;
	color:#000000;
	background-color:inherit;
}
div#shortcuts span a{
	color:#666666;
	background-color:inherit;
}


a#logo{
	position:absolute;
	top:70px;
	left:720px;
}

div#langswitch{
	position:absolute;
	top:66px;
	left:605px;
	width:100px;
	text-align:right;
}
div#langswitch a{
	color:#000000;
	text-decoration:none;
}
div#langswitch a:hover,
div#langswitch a.cur{
	color:#FF6600;
}

/* ############################################################ */
/* #### Positionierung der Boxen ############################## */

div#col1,
div#col2,
div#col3,
div#col4,
div#col5,
div#col6,
div#col7,
div#col8{
	background-color:#efefef;
}


div#col1{
	position:absolute;
	overflow:hidden;
	top:130px;
	left:15px;
}
div#col2{
	position:absolute;
	overflow:hidden;
	top:130px;
	left:250px;
}
div#col3{
	position:absolute;
	overflow:hidden;
	top:130px;
	left:485px;
}
div#col4{
	position:absolute;
	overflow:hidden;
	top:130px;
	left:720px;
}


div#col5{
	position:absolute;
	overflow:hidden;
	top:365px;
	left:15px;
}
div#col6{
	position:absolute;
	overflow:hidden;
	top:365px;
	left:250px;
}
div#col7{
	position:absolute;
	overflow:hidden;
	top:365px;
	left:485px;
}
div#col8{
	position:absolute;
	overflow:hidden;
	top:365px;
	left:720px;
}


div.hor1 { width: 220px; }
div.hor2 { width: 455px; }
div.hor3 { width: 690px; }
div.hor4 { width: 925px; }

div.vert1 { height: 220px; }
div.vert2 { height: 455px; }

.vert1 .box{
	height: 220px;
	background-color:#efefef;
}
.vert2 .box{
	height: 455px;
	background-color:#efefef;
}

/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div{
	font-size: 11px;
	line-height:1.4em;
	font-family: verdana, arial, helvetica, lucida, sans-serif;
}

h1,p{
	font-size: 11px;
	line-height:1.4em;
	margin:0;
	padding:0;
}
h2{
	font-size: 11px;
	line-height:1.4em;
	margin:0 0 5px 0;
	padding:0;
}

a{
	color:#FF6600;
	background-color:inherit;
}

img{
	border:none;
}

#main ul{
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	list-style-type: none;
}
#main li{
	padding-left:13px;
	background-image: url(images/dot.gif);
	background-position: 0 6px;
	background-repeat:no-repeat;
}


/* 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:205px;
}



/* ####################################################### */
/* #### Navigation ####################################### */

ul.navigation{
	margin:0;
	padding:0;
	line-height:15px;
	position:absolute;
	left:15px;
}
ul.navigation#seitennavigation{ top:66px; }
ul.navigation#unternavigation{ top:87px; }
ul.navigation#detailnavigation{ top:108px; }

ul.navigation li{
	display:inline;
	margin:0;
	padding:0 5px 0 0;
	list-style-type: none;
	font-weight:bold;
}

ul.navigation li a{
	color:#666666;
	background-color:inherit;
	text-decoration:none;
}
ul.navigation li a.rootline{
	color:#333333;
	background-color:inherit;
}
ul.navigation li a.aktiv,
ul.navigation li a:hover{
	color:#FF6600;
	background-color:inherit;
}