body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/topbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a, a:visited, a:active {
	color:#226D3B;
	text-decoration:none;
	}
a:hover	{
	text-decoration:underline;
	}
#main {
	width: 900px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	margin-top: 15px;
	background-color: #FFFFFF;
}
#spacer {
	height: 100px;
	width:100%;
	}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	color:#266D3B;
	width: 900px;
	height: 50px;
	border-bottom: 1px dotted #266D3B;
	padding-top: 25px;
}
#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #266D3B;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	text-align: left;
	width: 500px;
	float: left;
}
#content {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-size: 14px;	
	line-height: 150%;
	background-image: url(img/conresbg.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
	}
#content h2 {
	font-size: 16px;
	color: #266D3B;
	margin: 0px;
	padding: 0px;
	}
#content h2 a, a:hover, a:active, a:visited {
	text-decoration:none;
	color:	#266D3B;
	}
#content h3 {
	font-size:14px;
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}	
#content ul{
	padding: 0px 0px 0px 40px;
	margin: 15px 0px 0px 0px;
}
#content ul li{
	list-style-image: url(img/li.gif);
	margin-bottom: 10px;
}	
.green  {
	color:#266D3B;
	}
	.lbox {
	width: 250px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
	}
.lbox table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}	
.impressum {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.impressum ul{
	padding: 0px 0px 0px 40px;
	margin: 15px 0px 0px 0px;
	}
.impressum ul li{
	list-style-image: url(img/li.gif);
	margin-bottom: 10px;
	}
.right {
	float: right;
	text-align: right;
}
.left {	float:left; }
.kontakt {
	height: 600px;
	}
/*****************************************************/
/*FUER STARTSEITE*/
/*****************************************************/		
#startlogo{
	width: 900px;
	text-align: center;
	}
#start {
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: #333333;
}
#index {
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-size: 14px;
	line-height: 150%;
	}
#willkommensbild {
	top:100px;
	left:50px;
	position:relative;
	}
/*****************************************************/
/*FUER NETZWERK UND REFERENZEN*/
/*****************************************************/	
#netzwerk {
	text-align:center;
	width:900px;
	background-image: url(img/conresbg.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
	padding-bottom:150px;
	position: absolute;
	}
#netzwerk ul {
	padding:0px 0px 0px 45px;
	margin: 0 auto;
	}

#netzwerk img{
	border:none;
	}
#netzwerk img a{
	border:none;
	}	
/*****************************************************/
/*NAVIGATION*/
/*****************************************************/	
#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
}
#nav {
	width: 900px;
	margin: 0 auto;
	height: 60px;
	background-color: #226D3B;
	padding: 10px 10px 10px 10px;
	background-image: url(img/dockbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#ticker {
	background-color:#FFFFFF;
	width:920px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14;
	padding-bottom: 2px;
	}
#ticker a, a:visited, a:active {
	color:#226D3B;
	text-decoration:none;
	}
#ticker a:hover {
	text-decoration:underline;
	}		
/*****************************************************/
/*FUER THEMA*/
/*****************************************************/	
#thema {
font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-size: 14px;
	line-height: 150%;
	}	
#thema ul {
	padding:0px;
	margin: 0px;
	}	
#thema ul li{
	list-style: none;
	margin-bottom:10px;
	}


/* TinyMCE specific rules */
body.mceContentBody {
   	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-size: 14px;
	line-height: 150%;
	background-image:none;
}
body.mceContentBody h2 {
	font-size: 16px;
	color: #266D3B;
	margin: 0px;
	padding: 0px;
	}
body.mceContentBody h2 a, a:hover, a:active, a:visited {
	text-decoration:none;
	color:	#266D3B;
	}
body.mceContentBody h3 {
	font-size:14px;
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}	
body.mceContentBody ul{
	padding: 0px 0px 0px 40px;
	margin: 15px 0px 0px 0px;
}
body.mceContentBody ul li{
	list-style-image: url(img/li.gif);
	margin-bottom: 10px;
}
/*******************/
/*Font-Size Changer*/
/*******************/
.fontsize{
	font-size:14px;
	color:#666666;
	margin-top:4px;
	}
.fontsize a, a:hover, a:active, a:visited {
	color:#666666;
	text-decoration:none;
	}	
/*******************/
/*Thema Button*/
/*******************/
.thema_button {
	position: absolute;
	margin-top: -16px;
	}
	

