html /* Allgemeine Einstellungen */


{
	width: 100%;
	height: auto;
background:#ffffff;


	}
	
td,tr
{
font-size:10pt;

}

body 
{

background:#ffffff;
font-size:10pt; 
	font-family:Verdana; 

	}
	

a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited {
	font-weight: bold;
	color: Gray;
	text-decoration: none;

}
a:focus { font-weight:bold; color:red; text-decoration:none; }
a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
}
a:active { font-weight:bold; color:red; text-decoration:underline; }


#banner /* Banner */
{
	position: absolute;
	top: 0px;
	left:17%;
	width: 702px;
	height: 170px;
	z-index: 1;
	background: url(../pix/banner.jpg) no-repeat  ;
}

#leerh  /* leergrrafik */
{
left:0px;

		position: absolute;
         top:0px;
	width:100%;
	height: 170px;

	background: url(../pix/leerh.jpg) repeat   ;
	
}

#fueller  /* leergrrafik */
{

right:0px;
		position: absolute;
         top:0px;
	width:100%;
	height: 170px;

background: url(../pix/fueller.jpg) repeat-x top right  ;
	
	
}



#navi /* Navi Horizontal */
{
	position: absolute;


	width: 100%;
	top: 170px;
	height: 30px;
	z-index: auto;
	text-align: center;
	background: url(../pix/navi.jpg) repeat;
}
 /* Navigation */
#links
{
		position: absolute;
	left: 0px;
	top: 170px;
	width: 150px;
	height: 65%;
	z-index: auto;
	background: url(../pix/links.jpg) repeat;

}

#rechts
{
	position: absolute;
right:0px;
	top: 170px;
width: 150px;
	height: 65%;
	z-index: auto;
	background: url(../pix/rechts.jpg) repeat;
}





/* CONTENT ELEMENTE */

#inhalt
{
	position: absolute;
	left:160px;
	top: 170px;
right:160px;

 width: auto;
 height:70%;
	z-index:auto ;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   
	background: url(../pix/background.jpg) no-repeat  ;

}

.ueber
{
padding-left:30px;

	font-size: 15px;
	font-family: "Arial Black";
	background: url(../pix/line.jpg) no-repeat bottom left  ;


}



