*{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
img{border:0px;}

body{
    margin:0;
    padding:0;
    font-size:12px;
 	background-color:#FFFFFF;
 	text-align: center;
}
.kopf{
    margin-left: 0px;
    height: 55px;
    width:  770px;
	text-align: left;
    border-bottom: 3px #E8E8E8 solid;
    background-image: url(images/NAV_Linie.gif);
    background-repeat: repeat-y;
}
.kopf span{
    font-family: Arial Narrow;
    font-size: 1.9em ;
    font-weight: normal;
    margin-left:46px;
    margin-top: 12px;
}
/* MENU start*/
.nav{
    height: auto;
    width: 170px;
    background-image: url(images/NAV_Linie.gif);
    background-repeat: repeat-y;
    float: left;
    padding: 10px auto 10px;
    text-align: left;
    text-decoration: none;
}
.nav .current{
    background-image: url(images/marker_active_transparent.gif);
    background-position: left;
}
.nav a:link, .nav a{
    display:block;
    background-repeat: no-repeat;
	background-position:0px;
    padding-right: 4%;
    color: #252525;
    text-decoration: none;
    text-align: left;
    padding-left: 46px;
    font-weight: bold;
    font-size: small;
    line-height: 29px;
}
#home a:hover, #home a:active{
    background-image: url(images/marker_hover_transparent.gif);
    background-position: left;
}
.submenu a:link, .submenu a{
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 0 11px;
}
/* MENU end*/
.seite{
    width:770px;
    padding:0;
    margin:0 auto 110px auto;
    position:relative;
    top:0;
    min-height:100%;
    height:auto !important;
    height:100%;

}
/* MAIN DIV*/
.content{
    height: auto;
    width: 560px;
    padding: 0;
    margin: 0 0 35px 0; 
	
    float: right;
    text-align: left;
}
.inhalte{
    padding-bottom: 0;
    margin: 16px 0 0;
    height: 100% !important;
    width: 100%;
    border-bottom: 3px #E8E8E8 solid;
}
.inhalte li{
    margin-left: 32px;
    margin-top: 4px;
    list-style-image: url(images/bullet_1.gif);
}

.ordnerinhalte{
    line-height: 18px;
    overflow: auto;
}
.ordnerinhalte a{
    text-decoration: none;
}
.ordnerinhalte a:hover{
    background-color: #E8E8E8;
}

.footer{}

p{
    margin: 7px;
}
.inhalte .head {
    margin-top: 5px;
  	font-size: 14px;
	font-weight: bold;
}
.inhalte .fliesstext, ul {
	font-size: 12px;
}
.inhalte .newshead {
	font-size: 14px;
	color: #FF0000;
}
.inhalte .news {
	font-size: 12px;
}
.inhalte .head2 {
	font-size: 12px;
	font-weight: bold;
}
/*MAIN DIV END*/