html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;

}
h1,h2,h3,h4,p,form {
	margin:0px;
}
a {
	color:#F59314;
	text-decoration:none;
}
a:hover {
	color:#F59314;
	text-decoration:underline;
}

/* ***** CONTAINER ***** */
#Head1{
	width:980px;
	height:75px;
	margin:0px auto;
	border-left:1px solid #F7DEBD;
	border-right:1px solid #F7DEBD;
	background-image: url(../../grafik/bg/bgcontent.gif);
	background-repeat: repeat-y;

}
#Logo {
	float:right;
	width:210px;
	height:75px;
margin:30px 20px 0px 0px;
font-size:1.3em;
font-weight:normal;
}
#Head2 {
	width:980px;
	height:290px;
	margin:0px auto;
	border-left:1px solid #F7DEBD;
	border-right:1px solid #F7DEBD;
	background-image: url(../../../bilder/imagebilder/head_green.jpg);
	background-repeat: no-repeat;

}
#Head2 #Farbbalken {
	width:223px;
	height:290px;
	margin-left:735px;
	background-color:#F59314;
	-moz-opacity:0.3;
        opacity:0.3;
	filter:alpha(opacity=30);
}
#ContentAll {
	width:980px;
	margin:0px auto;
	border-left:1px solid #F7DEBD;
	border-right:1px solid #F7DEBD;
	background-image: url(../../grafik/bg/bgcontent.gif);
	background-repeat: repeat-y;

}
#Left {
	float:left;
	width:160px;
	height:230px;
}
#Menue {
	width:160px;
	background-color: #003984;

}
#Content {
	float:left;
	width:515px;
	margin:30px 0px 0px 30px;
}
#Content h1 {
	font-size:1.2em;
	color:#003984;
	margin-bottom:15px;
}
#Content h2 {
	font-size:1.2em;
	color:#000000;
	margin-bottom:6px;
}
#Content .fliesstext {
	margin-bottom:15px;
}
#Content .bildleiste {
	margin:12px 0px 0px 0px;
}
#Content .bildleiste .bildLinks{
	float:left;
	width:320px;
        overflow:hidden;
}
#Content .bildleiste .bildRechts{
	float:right;
	width:160px;
        overflow:hidden;
}
#Content .bildleiste .bildRechts img{
	position:relative;
	top:0px;
	left:-80px;
}
#FooterContent {
	margin:12px 0px 0px 0px;
	border-top:1px solid #003984;
	padding:3px 0px 0px 0px;
}
#Right {
	float:left;
	width:225px;
	margin:0px 0px 0px 30px;
}
#RightContent {
	width:185px;
	margin:30px 0px 0px 20px;
}
#RightContent h1 {
	font-size:1.2em;
	color:#003984;
margin-bottom:3px;
}
#Right #RightContent #Newsliste {
	
}
#Right #RightContent #Newsliste .newsblock{
	border-bottom:1px solid #003984;
	margin-bottom:8px;
}
#Right #RightContent #Newsliste .newsblock h2{
	font-size:1.0em;
	color:#F59314;
	margin-bottom:8px;
}
#Right #RightContent #Newsliste .newsblock .newstext{
	margin-bottom:8px;
}
#Right #RightContent #Newsliste .newsblock .newsbilder{
	margin-bottom:8px;
}
#Right #RightContent #Newsliste .newsblock .newsbilder .links{
	float:left;
}
#Right #RightContent #Newsliste .newsblock .newsbilder .rechts{
	float:right;
}
#Right #RightContent #Newsliste .newsblock .newslink {
	width:100%;
	text-align:right;
	margin:0px 0px 3px 0px;
}
#FooterPage {
	width:980px;
	height:60px;
	margin:0px auto;
	border-left:1px solid #F7DEBD;
	border-right:1px solid #F7DEBD;
	border-bottom:1px solid #F7DEBD;
}
#FooterIcons {
	float:right;
	width:225px;
	height:34px;
	margin:22px 20px 0px 0px;
	text-align:center;
}
.block{
	margin:20px 0px 0px 0px;
}
/* ----- CONTAINER ----- */

/* ***** MISC ***** */
.clear {
	clear:both;
}

