html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
	background-image: url(gfx/li.jpg);
	background-repeat: repeat-y;
	text-align: center;
	position: relative;
}
.SkinObject {
	font-weight: bold;
	font-size: 1em;
	color: #003399;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
A.SkinObject:link {
	text-decoration: none;
	color: #003399;
}

A.SkinObject:visited  {
	text-decoration: none;
	color: #003399;
}

A.SkinObject:active   {
	text-decoration: none;
	color: #003399;
}

A.SkinObject:hover    {
	text-decoration: none;
	color: #003399;
}
#Huelle {
	text-align: left;
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	padding: 0;
	margin: 0;
}
#Kopf {
	width: 100%;
	background-image: url(gfx/bt.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	height: 100px;
	overflow: hidden;
}

#Kopf img{
margin:5px;
float:right;
}

#Kopf h1{
	margin: 0;
	margin-top: 5px;
	margin-left: 8px;
	font-size: 1.9em;
	color: #1F4667;
	font-weight: bolder;
	visibility: hidden;
}
#Kopf h2{
margin:0;
margin-left:8px;
font-size:1.3em;
color: #1F4667;
font-weight:bolder;
visibility: hidden;
}
#Kopf h3{
margin:0;
text-align:center;
font-size:1.3em;
margin-top:12px;
color: #ddd;
font-weight:bolder;
visibility: hidden;
}
#Highlight{
width: 100%;
text-align:left;
margin:0;
padding:0;
background-color:transparent;
}

#Hauptbereich{
	margin: 0px;
	padding: 0px;
}
#LSpalte {
	width: 18%;
	float: left;
	padding-top: 100px;
	text-align: left;
	background-image: url(gfx/wtm_li.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#Inhalt {
width: 60%;
float: left;
text-align:left;
background-color:#FFF;

min-height:600px;
height:auto !important;  /* fr moderne Browser */
height:600px;  /*fr den IE */
}

#RSpalte {
padding-top: 100px;
	width: 21%;
	float: left;
	text-align: left;
	overflow: auto;
	background-image: url(gfx/wtm_re.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}


 /* [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: 12em;
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, helvetica, sans-serif;
color: #003399;
height: 3em;
}
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 #003399;
}

/* [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;
padding:5px;
margin:0;
color:#003399;
text-decoration: none;
display: block;
font-size:0.8em;
font-weight:bold;
font-family: verdana, arial, helvetica, sans-serif;
width:100%;
border-right: 8px solid #eee;
}

html>body .Menue_2 li a
{
width:auto;
}

.Menue_2 li a:hover
{
color:#003399;
text-decoration:underline;
background: yellow;
border-right: 8px solid #003399;
}

/* Breadcrump */
#BC {
margin:0;
padding:5px;
border-left: 8px solid #003399;
clear:both;
background: #eee;
font-size:0.8em;
border-bottom:1px solid #003399;
border-top:1px solid #039; 
}

#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 #003399;
	border-top: 1px solid #003399;
	z-index: 1000;
	position:fixed;
}

#Login {
padding: 5px;
border-left: 8px solid #003399;
margin:0;
font-size: 0.8em;
}
#Login a{
font-weight:bold;
}
#Login  a:hover
{
text-decoration:underline;
}
.clearer{
clear: both;
font-size: 1px;
padding: 0px;
margin: 0px;
height: 1px;
	}
