body {
	margin: 20px;
	background-color: #0080c0;
	font-family: Arial;
	
}
#kopf {
	
	margin-left:10px;
  
 
}
#kopf h1 {
}
#div_menu {
	clear: left;
	border-top: 0px solid #669999;
	position: absolute;
	top: 160px;
	left: 20px;
	width: 130px;
	height: 300px;
}
#menue1 {
	width: 150px;
	margin: 0 auto;
}
#menue1 #abstand1 {
	border: 1px solid;
	border-color: #ffffff #304e6a #304e6a #ffffff;
	background: #e7d5b5;
	padding: 5px 10px;
}
#schalter1 a {
	display: block;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	width: 120px;
	font-weight: bold;
	text-align: right;
	margin: 3px 0;
	background-color: #e0d0b0;
}
#schalter1 a:link {
	color: #304e6a;
}
#schalter1 a:visited {
	color: #369;
}
#schalter1 a:hover {
	border: 1px solid;
	border-color: #eeeeee #304e6a #304e6a #eeeeee;
	background-color: #d0c0a0;
	color: #fff;
}
#schalter1 a:active {
	color: #c00;
}
#schalter1 a .pfeil1 {
	display: none;
}
#schalter1 a:hover .pfeil1 {
	display: inline;
	color: #c00;
}
#menue1 .toc1 {
	color: #757575;
	font-size: 85%;
	font-weight: bold;
	margin: 0 5px 5px;
}
#menue1 .copy1 {
	color: #757575;
	font-size: 80%;
	font-weight: normal;
	margin: 5px 0 0;
	text-align: right;
}
#menue1 .space1 {
	font-size: 1px;
	margin: 3px 0;
}


#inhalt {
position: absolute;
	top: 160px;
	clear: left;
	margin-left: 160px;
		margin-right: 10px;
	
}
#inhalt h1 {
	
	color: #000080;
	text-align: center;
}

#inhalt p{
color: black;
text-align: justify;
}
.dkpschrift {
	font-size: 3em;
	color: #FF0017;
}
.bild_re {
	text-align: left;
	float: right;
	letter-spacing: normal;
	border: 1;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-style: italic;
	font-weight: normal;
	border-color: #000000;
	padding: 5;
	margin: 10px;
}
.kopfzeile {
	background: #e7d5b5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	padding: 1px;
	margin-bottom: 5px;
}



 div#rechts {
float:right;
margin-right:10px;
padding:10px;
}



.rss_box {
margin-top:50px;

width: 300px;
background-color: #ffffff; 

}
.rss_title, rss_title a {
margin: 0px 0;
padding: 0;

}
.rss_items {
list-style:none;
margin:0;
padding:0;

}
.rss_item {
margin-bottom: 1em;;
font-size: 12px;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
color: #ff0017;
font-size: 14px;
}
.rss_item a:hover {
color: #cc0017;
}
.rss_date {
font-size: xx-small;
}











.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #804000 url(../system/bilder/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(../system/bilder/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #AE5300; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

