body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background: url("data/background.gif");
background-position:bottom left;
background-repeat:no-repeat;
}

#oben {
position: absolute;
top: 0px;
left: 0px;
width: 620px;
height: 9px;
background: url("data/backgroundoben.gif");
background-position:top left;
background-repeat:no-repeat;
}

#logo{
position: absolute;
top: 190px;
left: 100px;
}


#navi{
position: absolute;
top: 264px;
left: 300px;
text-align: right;

}

#content{
position: absolute;
top: 260px;
left: 100px;
width: 521px;
;
background: #fff ;
background-position : bottom;
background-repeat:no-repeat;
}

.logo{
width: 200px;
padding:0 0 20px  320px;
}


h1 {

font: normal 12px  Arial, Helvetica, Verdana, sans-serif;
font-weight:bold;
line-height:15px;
color:#515c64;
margin: 20px 0 0 10px;

}

p {

font: normal 11px  Arial, Helvetica, Verdana, sans-serif;
line-height:15px;
color:#515c64;
margin: 5px 25px 15px 10px;

}

.trenner {

font-size: 9px;

}


a:hover, a:active {
color:#27a22d;

}

a{
color: #515c64;
text-decoration: none; 
	 
}


@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 11px  Arial, Helvetica, Verdana, sans-serif;
	line-height:15px;
	color:#fff;
	background-color: #7e868b;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding: 2px 15px 2px 15px;
}


.TabbedPanelsTabHover {
	background-color: #606a70;
}


.TabbedPanelsTabSelected {
	background-color: #eaedf0;
	border-bottom: 1px solid #EEE;
	font: bold 11px  Arial, Helvetica, Verdana, sans-serif;
	line-height:15px;
	color:#515c64;
	padding: 2px 15px 2px 15px;
}


.TabbedPanelsTab a {
	color: #TabbedPanelsTa;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	background-color: #f7fafc;
}


.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #fdfdfd;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #f7f5f5;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

