/*-------------------------------------------------------------------------*/
/* Hauptseite */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image:url();
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	height: auto;
}
/*-------------------------------------------------------------------------*/
/* Div-Container für die Navigation */
#navigation
{
    position: absolute;
    top: 169px;
    left: 336px;
    padding: 0px;
    background: transparent;
    border: none;
    width: 153px;
    height: 161px;
    cursor: e-resize;
}
/*-------------------------------------------------------------------------*/
/* Seitenaufbau */

#inhalt
{
    position: absolute;
    top:100px;
    left: 200px;
    padding: 0px;
    background:transparent;
    overflow: auto;
    width: 900px;
	height:auto;
    border: none;

}
/*-------------------------------------------------------------------------*/
/* Container */
#container
{
position: absolute;
top: 0px;
left: 50%;
width: 963px;
margin-left: 0px auto;
height: 602px;
padding: 0px;
border: 1px solid #000000;
background: transparent;
background-repeat: no-repeat;
text-align: left;
}
/*-------------------------------------------------------------------------*/
/* Schriftart Links */
.navi
{
	font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
	cursor:e-resize;
}
.navi1
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
	cursor:e-resize;
	font-weight: bold; 
}
.navi2
{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
	cursor:e-resize;
	font-weight: bold; 
}

a.navi:hover
{
    color: #487C7C;
	cursor: e-resize;
    font-weight: bold; 
}
a.navi1:hover
{
    color: #487C7C;
	cursor: e-resize;
}
a.navi2:hover
{
    color: #000000;
	cursor: e-resize;
}
/*-------------------------------------------------------------------------*/
/* Schriftarten */
.style1 
{
   font-family: Verdana; 
   font-size: 18px; 
   font-weight: bold;
   text-decoration:inherit;
}
.style2
{
   font-family: Verdana; 
   font-size: 10px; 
   font-weight: bold;
}
.style3
{
         font-family: Verdana; 
         font-size: 10px; 
}		
.style4
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-decoration:underline;
}
.style5
{
	font-family: Verdana;
	font-size: 10px;
	text-decoration:underline;
}
.style6
{
   font-family: Verdana; 
   font-size: 8,5px; 
   font-weight:;
   color:#000000;
}
