/* CSS Document */


html,body {
	background-image:url(../img/seiteBGTop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EFEFEF;
	font-family: 'Droid Sans', sans-serif;
}


#site {
	background-image: url(../img/seiteBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width:900px;
	min-height:700px;
	
}

#menu {float:left;
width:207px;
margin-left:12px; 
margin-top:38px;
padding-left:50px;
text-align:left;}


#content { float:right;
width:550px;
margin-top:38px;
background-image:url(../img/headergeasmt.jpg);
background-repeat:no-repeat;
background-position:top left;
padding-right:50px;
margin-left:22px;}

#content .contenttext { font-size:14px;
color:#000066;
line-height:1.5em;}

.text14black { font-size:14px;
color:#000000;
line-height:1.5em;}

.text22blue { font-size:22px;
color: #006;
line-height:1.5em;}

.text16blue { font-size:16px;
color: #2C2C66;
line-height:1.5em;}

.text16red { font-size:16px;
color: #900;
line-height:1.5em;}
.text16blueBold { font-size:16px;
color: #2C2C66;
line-height:1.7em;
font-weight:700;}
.text20blue { font-size:20px;
color: #2C2C66;
line-height:1.8em;}

#menu li {
	list-style-image:url(../img/menuQuadrat.jpg);
	list-style-type:square;
	margin-left:23px;
	font-size:16px;
	line-height:1.9em;
}

#menu li a { color:#000066;
text-decoration:none;
}

#menu li a:hover { color: #900;
text-decoration:none;
}

#menu li.active {
	list-style-image: url(../img/menuQuadratActive.jpg);
	list-style-type:square;
	margin-left:23px;
	font-size:16px;
	line-height:1.9em;
}

#menu li.active a { color: #900;
text-decoration:none;
}

#menu li.active a:hover { color: #900;
text-decoration:none;
}

#infobox {width:195px;
height:450px;
background-image:url(../img/infoboxes.jpg);
background-repeat:no-repeat;
padding-left:12px;
padding-top:16px;}

#infobox a { color:#2C2C66;
text-decoration:none;
}

#infobox a:hover { color: #900;
text-decoration:none;
}

#content ul {

	list-style-type:circle;
	margin-left:23px;
	font-size:16px;
	line-height:1.9em;
	color:#000066;
	
}
#content ul ul {

	list-style-type: disc;
	margin-left:23px;
	font-size:16px;
	line-height:1.9em;
	color:#000066;

}

#content li a { color: #006;  
text-decoration:underline;
}

#content li a:hover { color: #900;
text-decoration:none;
}


.datenschtutz {
	text-align: center;
	margin:0 auto;
	width: 50%;
	padding: 30px;
	margin-top: 20px;
	
	
}

.datenschtutz a {
	text-decoration: none;
	font-size: 12px;
	color: #454545;
}
.datenschtutz a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #4036A8;
}

