html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	width: 100%;
/*	text-align: center; */
	position: relative;
}
.SkinObject {
	font-weight: bold;
	font-size: 1em;
	color: #0c2290;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}
A.SkinObject:link {
	text-decoration: none;
	color: #0c2290;
}

A.SkinObject:visited  {
	text-decoration: none;
	color: #0c2290;
}

A.SkinObject:active   {
	text-decoration: none;
	color: #0c2290;
}

A.SkinObject:hover    {
	text-decoration: none;
	color: #0c2290;
}
.clearer{
clear: both;
font-size: 1px;
padding: 0px;
margin: 0px;
height: 1px;
	}
#Huelle {
	text-align: left;
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	padding: 0;
	margin: 0;
	background-image: url(gfx/li.jpg);
	background-repeat: repeat-y;
}
#Kopf {
	width: 100%;
	background-image: url(gfx/hd_norm.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	height: 100px;
	overflow: hidden;
}

#Kopf h1{
	margin: 0;
	margin-top: 5px;
	margin-left: 8px;
	font-size: 1.9em;
	color: #0c2290;
	visibility: hidden;
	font-weight: bolder;
	text-align: left;
}

#Highlight{
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#Hauptbereich{
	margin: 0px;
	padding: 0px;
}

#LSpalte {
	width: 17%;
	float: left;
	padding-top: 100px;
	text-align: left;
	background-image: url(gfx/li_norm.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#Inhalt {
width: 60%;
float: left;
text-align:left;
background-color:#FFF;
min-height:650px;
height:auto !important;  /* für moderne Browser */
height:650px;  /*für den IE */
}
#Inhalt img {
	margin: 5px;
}

#RSpalte {
	padding-top: 0px;
	width: 20%;
	float: left;
	text-align: left;
	overflow: auto;
	font-size: 0.8em;
}
 /* [CONTROLPANEL] */
.ControlPanel{
background-color:transparent;
}

/* [Menue 1] -root */
#Menue_1
{
margin: 10px 0 0 30px;
padding: 0;
width:100%;
background: transparent;
}

ul#Menue_1 
{
border: 0;
margin: 0;
padding: 0;
}

#Menue_1 li
{
list-style-type: none;
display: block;
float: left;
padding: 0;
margin: 0;
width: 9em;
border-right: 1px solid #bbb;
}

#Menue_1 li a
{
background: #eee;
width: 100%;
border: 0px;
border-left: 8px solid #bbb;
border-right: 8px solid #eee;
padding: 3px;
margin: 0 0 0 0;
text-decoration: none;
display: block;
font-size:0.8em;
font-weight:bold;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
color: #0c2290;

}
html>body #Menue_1 li a {
width: auto;
}

#Menue_1 li a:hover
{
text-decoration:underline;
background: yellow;
border-left: 8px solid #bbb;
border-right: 8px solid #0c2290;
}

/* [Menue 2] -child */

.Menue_2
{
margin: 0 0 10px 0;
padding: 0;
width:100%;
background: #eee;
}

ul .Menue_2 
{
border: 0;
margin: 0;
padding: 0;
}

.Menue_2 li
{
list-style-type: none;
display: block;
padding: 0;
margin: 0;
border: 0;
border-left: 8px solid #bbb;
border-top: 1px solid #bbb;
}

.Menue_2 li a
{
background: #eee;
border-right: 8px solid #eee;
padding:5px;
margin:0;
color:#039;
text-decoration: none;
display: block;
font-size:0.8em;
font-weight:bold;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
width:100%; 
}

html>body .Menue_2 li a
{
width:auto;
}

.Menue_2 li a:hover
{
color:#0c2290;
text-decoration:underline;
background: yellow;
border-right: 8px solid #0c2290;
}

/* Breadcrump */
#BC {
margin:0;
padding:5px;
border-left: 8px solid #0c2290;
clear:both;
background: #eee;
font-size:0.8em;
border-bottom:1px solid #0c2290;
border-top:1px solid #0c2290;
}

#BC a.SkinObject{
font-weight:normal;
}

#BC  a:hover
{
	text-decoration: underline;
}

/* Login */
#Fuss {
	width: 100%;
	clear: both;
	text-align: left;
	position: absolute;
	bottom: 0;
	margin: -1px;
	background: #eee;
	border-bottom: 1px solid #0c2290;
	border-top: 1px solid #0c2290;
	z-index: 1000;
	position:fixed;
}

#Login {
padding: 5px;
border-left: 8px solid #0c2290;
margin:0;
font-size: 0.8em;
}
#Login a{
font-weight:bold;
}
#Login  a:hover
{
text-decoration:underline;
}
