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

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

body{ text-align:center; }

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


div#distance { 
	width:1px;
	height:50%;
	margin-bottom:-384px; /* half of container's height */
	float:left;
}


div#website {
	margin: 0 auto;
	text-align:left;
	clear:left;
	height:768px;
	width:970px;
	position:relative;
	background-color:#fffdea;
}
div#innersite{
	padding-top:24px;
	margin: 0 5px 0 5px;
}
div#maincontent{
	position:relative;
	height:720px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
body.blue div#maincontent{ background-color:#caebf5; }
body.brown div#maincontent{ background-color:#d38e65; }


img.fm-bw{
	position:absolute;
	right: 35px;
	bottom: 23px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
body.blue img.fm-bw{ background-image: url(images/bw-fm-logo-blue.gif); }
body.brown img.fm-bw{ background-image: url(images/bw-fm-logo-brown.gif); }

img.switchbtn{
	position:absolute;
	right:0;
	bottom:130px;
}


div#navigation{
	position:relative;
	height:168px;
	overflow:hidden;
}
div#navigation img{
	position:absolute;
	left:0;
	bottom:13px;
}



div#subnav{
	float:left;
	width:190px;
	overflow:hidden;
}
div#contentcolumns{
	width:721px;
	float:right;
	overflow:hidden;
}
div#leftcol{
	float:left;
	width:380px;
	overflow:hidden;
}
div#rightcol{
	float:right;
	width:300px;
	overflow:hidden;
}

div#columns{ padding-left:25px; }




div.clearer{ clear:both; }

/* ############################################################ */
/* #### Meta-Navigation ####################################### */

div#metanav{
	font-size:10px;
	line-height:22px;
}
div#metanav a{
	text-decoration:none;
	color:#000000;
}


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

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

h1{
	font-weight:bold;
	font-size:16px;
	line-height:1.3em;
	margin-top:0;
}

h2{
	font-size:11px;
	line-height:1.3em;
}

a {
	color:#009ee0;
	text-decoration:none;
}
body.brown a{ color:#ffab00; }

.leadtext p{
	font-size:13px;
	line-height:1.3em;
	font-weight:bold;
}
body.blue .leadtext p{ color:#009ee0; }
body.brown .leadtext p{ color:#ffffff; }

img{ border:none; }


div#leftcol ul{
	margin-left:0;
	padding-left:0;
	list-style: none;
}
div#leftcol li{
	display:block;
	padding-left:9px;
	background-position: 0 6px;
	background-repeat: no-repeat;
}
body.blue div#leftcol li{ background-image: url(images/bg_li_blue.gif);  }
body.brown div#leftcol li{ background-image: url(images/bg_li_brown.gif);  }

/* 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,
.tx-guestbook-field textarea{
	width:300px;
}




/* ############################################################ */
/* #### Unternavigation ####################################### */


div#subnav ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}


div#subnav li{
	margin:0;
	padding:0;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
}

div#subnav ul a{
	text-decoration:none;
	color:#ffffff;
}

body.blue div#subnav ul a:hover,
body.blue div#subnav ul a.cur{
	color:#009ee0;
}
body.brown div#subnav ul a:hover,
body.brown div#subnav ul a.cur{
	color:#ffab00;
}


/* ############################################################ */
/* #### Breadcrumb ############################################ */

p#breadcrumb{
	margin:0 0 7px 0;
	font-size:9px;
}
body.blue p#breadcrumb,
body.blue p#breadcrumb a{
	color:#009ee0;
	text-decoration:none;
}
body.brown p#breadcrumb,
body.brown p#breadcrumb a{
	color:#ffffff;
	text-decoration:none;
}


