/* CSS Document */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#28277D;
  background-color: #EEF3F9;
	background-image:url(grafiken/LogoHintergrund.gif);
	background-position: 80% 80%;
	background-repeat:no-repeat;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

a 
{ 
	color: #28277D;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	

a:hover 
{
	color: #B7BDDD;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	display:inline;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:16px;
}

img 
{
	border-width: 0;
	border-color: #B7BDDD;  
}

td 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

.content
{
	position:absolute; 	
	top:240px; left:100px;
	padding-left:65px;
	margin-left:85px;
	padding-top:0px;
	margin-top:0px;	
	width:600px;
}

.head 
{	
	border:2px solid #B7BDDD;
  position:absolute; 
	top:200px; left:40px; 
	width:600; height:22px;
	padding-left:210px;
	padding-top:5px;
	padding-bottom:2px;
	margin-top:0px;
}

.index
{	
  position:absolute; 
	top:20%; left:0%;
	width: 100%;
}

.left
{
  position:absolute; 
	top:135px; left:0px; 
	width:200px;
	padding-left:10px;	
	margin-left:10px;
}

.menue
{	
  position:absolute; 
	top:0px; left:250px; 	
}

.submenue1
{	
  position:absolute; 
	top:69px; left:287px; 
	border:2px solid #B7BDDD;
	width: 550px;
	padding-top:2px;
}

#submenue2Unternehmen
{
	left:291px;
	width:140px;
}

#submenue2Leistungen
{
	left:473px;
	width:220px;
}

.submenue2
{
	background:url(grafiken/transpx.gif);
  position:absolute; 
	top:100px;	
	padding-left:15px;
	padding-top:5px;
	text-align:left;
	display:none;
	z-index:10;
}

.submenue2 a
{
	margin:0;
	padding:0;	
	display:inline-block;
	line-height:24px;
	text-decoration:none;
	color: #B7BDDD;
}

.submenue2 a:hover
{
	color: #28277D;
}

.menueUnten
{	
	background-color: #EEF3F9;
	position:fixed;	
	top:96%; left:20px; 
	border:2px solid #B7BDDD;
	width: 580px;
	padding-top:1px;
}

.logo
{	
	border:0px;
  position:absolute; 
	top:10px; left:20px; 
}

#menueUnten 
{
	 background-color: #EEF3F9;
	 position:fixed;
	 border:2px solid #B7BDDD;
   top:96%; left:20px; 
	 width: 580px;
	 padding-top:1px;
	 position: expression("absolute");
	 top: expression(parseInt(document.body.scrollTop + document.body.offsetHeight)- 40) ;
}