body
{
	font-size: 12px;
	vertical-align: baseline;
	color: #000000;
	font-family: Arial, Sans-Serif;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	SCROLLBAR-FACE-COLOR : #006e9b;
	SCROLLBAR-HIGHLIGHT-COLOR : #ffffff;
	SCROLLBAR-SHADOW-COLOR : #ffffff;
	SCROLLBAR-ARROW-COLOR : #0093dd;
	SCROLLBAR-BASE-COLOR : #006e9b;
	background-attachment: fixed;
	background-image: url('images/gesamt_backgr.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

html, body
{ 
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}

#menue 
{
	position: fixed;
	left: 0px;
	width: 150px;
	height:380px;
   margin:0px;
   margin-top:-220px;
   margin-left:-400px;
   top:50%;
   left:50%;
	padding: 5px;
}

#menue ul
{
  margin:0 0 15px 0;
  list-style:none;
  padding:0;
  white-space: nowrap;
}

#menue li
{
  margin:0 0 3px 0;
  padding:0;
  list-style:none;
  white-space: nowrap;
  display:block;
}
#menue span
{
 padding:0;
 margin:0;
}

#menue li a
{
  margin:0;
  display: block;
  height:24px;
  padding:0;
  padding-top:6px;
  width:140px;
  background-image: url('images/menu_buttons.png');
  background-position: 0 0;
  text-decoration: none;
  color:white;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:center;
}

#menue li a:hover
{
  margin:0;
  display: block;
  height:24px;
  padding:0;
  padding-top:6px;
  width:140px;
  background-image: url('images/menu_buttons.png');
  background-position: 140px 0;
  text-decoration: none;
  color:white;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:center;
}



#welcome h1
{
	font-size: 28px;
	font-weight:bold;
	margin: 5px;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

#welcome h2
{
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

#welcome h3
{
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	color: #000000;
	font-family: Arial, Sans-Serif;
}

#welcome 
{
   position:absolute;
   height:385px;
   margin:0;
	padding:0px;
	margin-left:-235px;
   margin-top:-290px;
   left:50%;
   top:50%;
	FONT-SIZE : 12px;
	color: #000000;
}
  
#welcome a
{
  	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#welcome A:active
{
	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#welcome A:link
{
	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#welcome A:visited
{
	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#welcome a:hover1
{
	background-color: #006e9b;
	color:white;
}

#welcome p
{
	height:350px;
}

#inhalt h1
{
	font-size: 28px;
	font-weight:bold;
	margin: 5px;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

#inhalt h2
{
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	vertical-align: middle;
}

#inhalt h3
{
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	color: #000000;
	font-family: Arial, Sans-Serif;
}

#inhalt 
{
   position:absolute;
   height:385px;
   margin:0;
	padding:0px;
	margin-left:-235px;
   margin-top:-150px;
   left:50%;
   top:50%;
	FONT-SIZE : 12px;
	color: #000000;
}
  
#inhalt a
{
  	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#inhalt A:active
{
	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#inhalt A:link
{
	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#inhalt A:visited
{
	font-size: 14px;  	
	font-weight: bold;  	
	color: #006e9b;
	font-family: Arial, Sans-Serif;
	text-decoration:underline;
}

#inhalt a:hover1
{
	background-color: #006e9b;
	color:white;
}

#inhalt form
{
	vertical-align: top;
	margin-top:0px;
	padding-top:0px;
}

* html 
{
	overflow: hidden;
   bottom:0;
	height: 100%;
	width: 100%;
}
* html body 
{
	margin:0;
	padding: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

* html #welcome
{
    margin:0px;
    margin-left:-235px;
    margin-top:-290px;
}

* html #inhalt
{
    margin:0px;
    margin-left:-235px;
    margin-top:-150px;
}

* html #menue 
{
	position: absolute;
}





