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


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

html, body{
	height:100%;
	margin:0;
	padding:0;
	color:#000000;
	background-color:#ffffe7;
	text-align:center;
}


div#website{
    min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width:1000px;
	text-align: left;
	background-color:#ffffe7;
}

div#header{
	height:160px;
}
div#navigation{
	position:absolute;
	left:300px;
	top:58px;
	width:700px;
}

div#columns{
	padding: 32px 20px 10px 32px;
	background-color:#ffffe7;
}
div#metanav{
	float:left;
	width:145px;
	overflow:hidden;
}
div#content{
	float:right;
	width:680px;
	overflow:hidden;
}

div.clearer{ clear:both; }

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

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

h1{
	font-weight:normal;
	font-size:20px;
	line-height:1.4em;
	margin-top:0;
}

h2{
	font-size:14px;
	line-height:1.4em;
}

a{
	color:#5942a2;
}

div.indent{
	padding-left:15px;
}

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;
}





/* ############################################################ */
/* #### Haupt- & Unternavigation ############################## */

ul.nav{
	margin:0;
	padding:0;
	list-style: none;
	font-weight:bold;
	display:block;
	clear:left;
	height:42px;
}
div#metanav ul.nav { height:auto; }

ul.nav li{
	display:inline;
	line-height:16px;
	margin: 0 10px 0 0;
}
div#metanav ul.nav li{
	display:block;
	margin:0;
}

ul.nav li a{
	display:block;
	padding: 0px 36px 0px 6px;
	line-height:30px;
	margin-right:10px;
	float:left;
	color:#777777;
	background-color:#ffffff;
	border:1px solid #ff7549;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: right 0px;
	background-image: url(images/bg_nav.gif);
}
div#metanav ul.nav li a{
	float:none;
	margin:0 0 10px 0;
}

ul.nav li a:hover{
	background-position: right -100px;
}
ul.nav li a.act,
ul.nav li a.act:hover{
	background-color:#e4e4e4;
	background-position: right -200px;
}

