﻿body {
	background-color:#ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#333333;
	min-height:101%;
}

.titel {
	color:#333333;
}
a {
	color:#333333;
}

#divall_save_zentriert {
	background-color:#ffffff;
	margin:0 auto;
	width:960px;
	padding:0 0 0 0;
}

#divall {
	background-color:#ffffff;
	width:960px;
	padding:0 0 0 0;
}

#divcontainer {
	float:left;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	border-top: 0;
	border-bottom: 0;
	padding: 0 10px 0 10px;
	min-height:1050px;
 }

#divmainmenu {
	float:left;
	font-size:12px;
	width:130px;
	margin-left:40px;
}

#divsitetitle {
	font-size:20px;
	color:#333333;
	padding-top:57px;
	padding-bottom:54px;
	width:650px;
	margin-left:40px;
}

.sitetitlegrey{
	color:#666666;	
}

#divheaderimage {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:12px;
	height:260px;
	width:520px;
	z-index:0;
}

#divcontent {
	float:left;
	width:520px;
	margin:30px 0px 0px 0px;
}

#divmiddle {
	width:520px;
	float:left;
	margin:0 0 0 0;
}

#divmiddletitel {
	width:520px;
	float:left;
	color:#333333;
	margin:0 0 0 0;
}

#divtitlespalte1bis3 {
	width:52px;
	float:left;
	margin: 0 0 10px 0;
}

#divtitlespalte1und2 {
	width:340px;
	float:left;
	margin: 0 0 10px 0;
}

#divtitlespalte1 {
	width:160px;
	float:left;
	margin: 0 0 10px 0;
}

#divtitlespalte2 {
	margin:0 0 10px 20px;
	width:160px;
	float:left;
}

#divtitlespalte3 {
	margin:0 0 10px 20px;
	width:160px;
	float:left;
	color:#333333;
}

#divmiddletext{
	display:block;
	float:left;
	overflow:hidden;
	margin:0 0 0 0;
}

#divright{
	width:160px;
	float:left;
	margin-left:20px;
}

#divspalte1 {
	margin:0 0 0 0;
	width:160px;
	float:left;
}

#divspalte2 {
	margin:0 0 0 20px;
	width:160px;
	float:left;
}

#divspalte3 {
	margin:0 0 0 20px;
	width:160px;
	float:left;
}

#divspalte1bis3 {
	margin:0 0 0 0;
	width:520px;
	float:left;
}

#divspalte1und2 {
	margin:0 0 0 0;
	width:340px;
	float:left;
}

.thumbrow1 {
	border:0px;
}

.thumb {
	border:0px;
	margin-top:18px;
}

#divthumbcolumn {
	border:0px;
	margin-right:20px;
	width:70px;
	float:left;
	font-size:8px;
}

#divthumbcolumnright {
	border:0px;
	width:70px;
	float:left;
	font-size:8px;
}



/* ################## Main Menue ################## */

#divmainmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;

}

/* ################## 1. Ebene ################## */

#divmainmenu ul li a {
	display:block;
	padding:3px 0px 3px 0px;
	text-decoration:none;
	width:130px;
}

#divmainmenu ul li a:visited {
	color:#999999;
}

#divmainmenu ul li a:link {
	color:#999999;
}

#divmainmenu ul li a:hover {
	color:#333333;
}

#divmainmenu ul li.active a:visited {
	color:#333333;
}

#divmainmenu ul li.active a:link {
	color:#000000;
}




