html	{
	height: 100%;
	}

body 	{
	height: 100%;
  	background-image: url(bg.jpg);
  	background-position: 50% 75%;
  	background-repeat: no-repeat ;
  	background-attachment: fixed;
}

#all	{
	position: relative;
	min-height: 100%;
	}

* html #all {
	height: 100%;
	}
	
P 	{
         font-family : Verdana, sans-serif;
         font-size : 12px;
         font-color: red;
	} 

#head 	{
	margin: 0;
	padding: 0;
	height: 125px;
	background: url(head-bg.jpg) no-repeat top left;
}

#logo 	{
	margin:0 0 0 0;
	padding:5px 0 0 25px;
}

#topnavleiste {
	clear: both;
	margin-top: -27px;
	padding-left: 130px;
	height:21px;
	color: white; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
	background: transparent;

}
#topnavmenue {
	height: 21px;
	color: white; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
	background:transparent url(nav-bg.gif) repeat-x bottom left;
}
#topnavmenue-aktiv {
	height: 22px;
	color: red; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
	background: url(nav-aktiv.png) repeat-x bottom left;

}
#topnavleiste-leer {
	height: 22px;
//	margin-top: -2px;
	padding-left: 130px;
//	width:100%;
	color: white; 
	font-size: 11pt; 
	font-weight: bold; 
	text-decoration: none;
	background: url(nav-leiste.gif) repeat-x bottom left;
}

#suchen {
	height:34px;
	background: url(suchen-bg-top.gif) no-repeat top left;
}
#subnav {
	float: left;
	width: 200px;
	margin-top: -22px;
	padding -5px;
	background: url(subnav-bg.gif) repeat-y top left;
}
#subnavmenue {
	color: blue;
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
	background: url(subnav-bg.gif) repeat-y top left;
}
#trenner {
	width: 190px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #333;
}
#subnavmenue-inaktiv {
	color: blue;
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
	background: url(subnav-bg.gif) repeat-y top left;
}
#subnavmenue-aktiv {
	color: red;
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
	background: url(subnav-bg.gif) repeat-y top left;
}
#subnav-up {
	background: url(subnav-up.gif) repeat-y top left;
}
#subnav-down {
	margin-top: 0px;
	padding: 5px;
	background: url(subnav-down.gif) repeat-y top left;
}

#content {
	margin-left: 200px;
	padding-bottom:3em;
	width: 80%;
//	margin: 0 0 0 160px;
//	padding: 20px 180px 20px 20px;
//	line-height: 16px;
//	background: url(content-top-bg.gif) repeat-x top left;
}

#footer {
//	clear: both;
	position: relative;
//	bottom:0px;
	margin-top: -1.4em;
	text-align: center;
//	padding:2px;
	width:100%;
	COLOR: white; 
	FONT-SIZE: 10pt; 
	FONT-WEIGHT: normal; 
	text-decoration: none;
	background: url(footer.gif) repeat-x top left;
}

#footer a {
	COLOR: white; 
	FONT-SIZE: 10pt; 
	FONT-WEIGHT: normal; 
	text-decoration: none;
}

.DE {
	background-color: #66FFFF;
}
.EN {
	background-color: #6699FF;
}
.FR-N {
	background-color: #6633FF;
}
.FR-7 {
	background-color: #66FF99;
}
.LN-9 {
	background-color: #669999;
}
.MU {
	background-color: #663399;
}
.KU {
	background-color: #66FF66;
}
.LI {
	background-color: #669966;
}
.GE {
	background-color: #663366;
}
.EK {
	background-color: #FFFF66;
}
.SOWI {
	background-color: #FF9999;
}
.PA {
	background-color: #FF3399;
}
.PL {
	background-color: #FFCC33;
}
.MT {
	background-color: #FF3333;
}
.BI {
	background-color: #CCCC33;
}
.PH {
	background-color: #CC6633;
}
.CH {
	background-color: #CC3333;
}
.IT {
	background-color: #99CC00;
}
.matrix { 
	font-family:Lucida Console, Courier, Monotype; 
	font-size:10pt; 
	text-align:center; 
	width:10px; 
	padding:0px; 
	margin:0px;
}
.RE {
	background-color: #CCCCCC;
}
.SP {
	background-color: #CCCCCC;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}