/* ARD */ 
html, body{
	heihgt:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	background-color: #FFFFFF;
	}
body{
	margin:0;
	padding:0;
	}
form{
	border-bottom-color:#FFFFFF;
	}
.Headliner{
	font-size: 16px;
	text-decoration:underline;
	}
.Headliner2{
	font-style: normal;
	font-weight: bold;
	}
.dwglink{
	font-size:9px;
	text-decoration:none;
	}
.footer{
	font-size:8px;
	text-decoration:none;
	}
a:link{
	color: #000000;
	text-decoration: none;
	}
a:visited{
	text-decoration: none;
	color: #000000;
	}
a:hover{
	text-decoration: none;
	color: #FF0000;
	}
a:active{
	text-decoration: none;
	color: #FF0000;
	}
	
#master{
	width:800px;
	min-height:100%;
	position:relative;
	margin:auto;
	}

* html #master{
	height:100%;
	}
	
#topname{
	position:absolute;
	margin-top:12px;
	width:800px;
	padding:0px;
	} 
 
#topmenue{
	position:absolute;
	width:800px;
	margin-top:65px;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	border-top:solid 1px red;
	border-bottom:solid 1px red;
	} 
 
#lmenue{
	position:absolute;
	width:135px;
	margin-top:120px;
	border-right:solid 1px red;
	line-height:20px;
	padding:0px;
  	}
 
#main{
	position:absolute;
	margin-left:141px;
	margin-top:120px;
	margin-bottom:1.5em;
	float:left;
	width:660px;
	padding:0px;
	left: 15px;
	top: 0px;
 	}

#footer{
	width:660px;
	position:absolute;
	bottom:0px;
	left:0px;
	} 

