html{
	margin:0;
	padding:0;
	color: #584C44;
	background-color: #ffffff;
}

body{
	margin:0;
	padding:0 0 0 20px;
}

div.website{
	width:960px;
	overflow:hidden;
}



/* ############################################################ */
/* #### Navigation oben (Kontakt, Impressum, Suche) ########### */

div#topnav{
	line-height:18px;
	height:20px;
	text-align:right;
	padding-right:15px;
	background-image: url(images/bg_topnav.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}



/* ############################################################ */
/* #### Header ################################################ */

div#header{
	padding-bottom:10px;
	background-image: url(images/bg_header.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#header div{
	background-position: 216px 0px;;
	background-repeat: no-repeat;
}



/* ############################################################ */
/* #### Spalten ############################################### */

div#columns12{
	float:left;
	width:492px;
	overflow:hidden;
	padding-top:23px;
}
div#columns34{
	float:right;
	width:451px;
	overflow:hidden;
	padding-top:23px;
}

div#column1{
	float:left;
	width:200px;
	overflow:hidden;
}
div#column2{
	float:right;
	width:276px;
	overflow:hidden;
}
div#column3{
	float:left;
	width:276px;
	overflow:hidden;
}
div#column4{
	float:right;
	width:159px;
	overflow:hidden;
}

div#column1,
div#column2,
div#column3,
div#column4{
	background-image: url(images/bg_column.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

div.clearer{ clear:both; }



/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div{
	font-size: 12px;
	line-height:1.4em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
}

h1{
	border-top:1px solid #C1B7B0;
	margin:0 0 1em 0;
	padding:0;
	font-size:1em;
	line-height:19px;
	background-image: url(images/bg_h1.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}


p{	margin: 0 0 1em 0; }


a{
	color:#06A3C9;
	background-color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div#topnav a{
	color:#6DC0CA;
	background-color:inherit;
}


span.important{
	color:#F98300;
	background-color:inherit;
}


img{
	border:none;
}



/* ############################################################ */
/* #### IE7 CSS-styled-content Probleme lösen ################# */

/* für Text mit Bild */

	DIV.csc-textpic-imagewrap { margin-bottom: 2px;}

/* für Bildreihen */

	DIV.csc-textpic-imagerow {margin-top: 5px; margin-bottom: 5px;}



/* ############################################################ */
/* #### Formulare ############################################# */


fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:5px;
}


/* Indexed-Search Suchformular auf Suchseite */

	div.tx-indexedsearch-searchbox table td{ padding: 0 3px 3px 0; }



/* ############################################################ */
/* #### Hauptnavigation ####################################### */

ul.nav{
	margin:0;
	padding:0 0 20px 0;
	list-style-type:none;
}

ul.nav li{
	margin:0;
	padding:0;
	display:block;
}
ul.nav li.sec { padding: 0 0 0 16px; }

ul.nav li a{
	border-top:1px solid #FFFFFF;
	display:block;
	padding:0;
	color:#584C44;
	background-color:inherit;
	line-height:19px;
}
ul.nav li.first a{
	border-top:1px solid #C1B7B0;
}

ul.nav li a.act,
ul.nav li a.cur{
	font-weight:bold;
}

ul.nav li a.cur,
ul.nav li a:hover{
	border-top:1px solid #C1B7B0;
	line-height:19px;
	background-image: url(images/bg_h1.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration:none;
}


