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


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

html, body{
	margin:0;
	padding:0;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
}

div.website{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width:991px;
	text-align: left;
}
div#main div.website {
	padding-top:10px;
	/* background-color:#eceae5; */
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#header{
	height: 170px;
	overflow:hidden;
}

img#signet{
	position:absolute;
	left:747px;
	top:84px;
}

div#main{
	background-color:#dbd8d1;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#content{
    min-height: 505px;
    height: auto !important;
    height: 505px;
}

div#contentcolumns{
	padding: 40px 0 0 59px;
}
div#leftcontent{
	float:left;
	width:640px;
	overflow:hidden;
}
div#rightcontent{
	float:right;
	width:246px;
	overflow:hidden;
}

div#navigation{
	position:absolute;
	left:59px;
	top:0;
	width:640px;
	color:#ffffff;
	background-color:#bebc03;
	font-size:11px;
	line-height:1.8em;
}

div#footer{
	color:#ffffff;
	background-color:#b2aca0;
	padding-left:73px;
	height:36px;
	overflow:hidden;
	line-height:36px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:11px;
}

div.clearer{ clear:both; }



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

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

div#rightcontent,
div#rightcontent div,
div#rightcontent li,
div#rightcontent th,
div#rightcontent td{ 
	font-size:11px;
	line-height:1.3em;
}

div#rightcontent p{
	margin: 7px 0 7px 0;
	line-height:1.3em;
}

h1{
	font-weight:normal;
	font-size:14px;
	line-height:1.3em;
}

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

a{
	color:#006633;
	text-decoration:none;
}

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

img{ border:none; }


div#content ul{
	margin-left:0;
	padding-left:0;
}
div#content li{
	margin-left:0;
	padding-left:12px;
	background-image: url(images/bg_li.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

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



/* ############################################################ */
/* #### Navigation ############################################ */


ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	color:#ffffff;
	/* font-weight:bold; */
}

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

ul#nav a{
	display:block; /* für den I.E.-Mac, sonst stehen die Hauptmenuepunkte untereinander */
	float:left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 17px 0 19px;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#nav a.act,
ul#nav a:hover{	color:#4f473a; }

ul#nav li.last a{ background-image:none; }


/* ############################################################ */
/* #### Bildwechsel ########################################### */

div.thumbs{
	padding-top:14px;
}
div.thumbs img{
	margin-right: 8px;
}
div.thumbs img.last{
	margin-right: 0;
}




