/*-------------------------------------------------------------------------*/
/* Div-Container für die Navigation */
#navigation
{
    position: absolute;
    top: 142px;
    left: 113px;
    padding: 0px;
    background: transparent;
    border: none;
    width: 153px;
    height: 161px;
    cursor: e-resize;
}
/*-------------------------------------------------------------------------*/
/* Seitenaufbau */

#inhalt
{
    background:transparent;
    overflow: auto;
    position: absolute;
    top: 315px;
    left: 350px;
    width: 430px;
    height: auto;

}
/*-------------------------------------------------------------------------*/
/* 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: #487C7C;
    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;
}
