@CHARSET "UTF-8";
body{
	margin:0;
	padding:0;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-size:14px;
    color:#080808;
	}

#main_content{
	width:990px;
	height:auto;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
}
	
#main_content .top_bild{
	margin-left:auto;
    margin-right:auto;
    margin-top:20px;
	width:675px;
    height:75px;
    background:#f0f0f0;
}

#main_content .header{
    height:130px;
    /*margin-top:40px;*/
    margin-top:15px;
}

.header .logo_bild{
    width:140px;
    height:80px;
    float:left;
    margin-top:20px;
}

.header .menu{
    width:790px;
    height:100px;
    float:left;
}

.menu .top_position{
    height:40px;
    width:620px;
    margin-left:25px;
    border-bottom:1px solid #000;
}

/*top menu*/

.menu .top_position ul{
    list-style-type: none;
    height:20px;
    margin:0;
    padding-left:0;
}

.menu .top_position ul li{
    float:left;
    font-size:104%;
    height:auto;
    width:auto;
    padding:2px;    
}

.menu .top_position li div
{
    line-height:20px; 
    height:20px; 
    padding:5px 5px;
}

.menu .top_position ul li a{
    text-decoration:none;
    color:#080808;
}

.menu .top_position ul li a:hover{
    text-decoration:underline;
    color:red;
}

/*Path Teil*/

.menu .unter_position{
    height:80px;
    margin-top:15px;
    font-size:12px;   
}

.unter_position .path{
     float:left;
     margin-left:20px;
     display:none;
}

.unter_position .multi_language{
    margin-bottom:5px;
}

.multi_content .multi_language a:hover{
    text-decoration:underline;
    cursor: pointer;
}

.unter_position .multi_link a:hover{
    text-decoration:underline;
    cursor: pointer;
}

.unter_position .multi_content{
   display:block;
   margin-left:668px;
   width:23%;
}

/*left menu*/

.left_seite{
    width:180px;
    height:auto;
    float:left;
}

.left_menu{
    height:auto;
    margin-left:10px;
}

.left_menu ul{
    list-style-type: none;
    padding-top:50px;
    padding-left:20px;
}

.left_menu ul li{
    margin-bottom:10px;
}

.left_menu ul li a{
    TEXT-DECORATION:none;
    font-size:120%;
    color:#080808;
}
.left_menu ul li a div{
    padding-left:10px;
    padding-bottom:5px;
}
	
.left_menu ul li a div:hover{
     TEXT-DECORATION:underline;
}

.left_bottom{
    text-align:center;
    margin-top:40px;
    margin-bottom:20px;
    position:fixed;
    bottom:0;
    margin-left:-20px;
    margin-bottom:10px;
}

.left_bottom h3{
    margin:0 0 5px 0;
    font-size:12px;
    font-weight:bold;
}

.left_bottom h5{ 
    margin:0 0 3px 0;
    font-size:12px;
    font-weight:normal;
}

.left_bottom .yoha{
    background-image: url(../images/yoha.gif);
    background-repeat:no-repeat;
    height:44px;
}

.left_bottom a,.multi_link a,.multi_language a{
    text-decoration:none;
    color:#080808;
}
.left_bottom .yoha span{
    margin-left:80px;
    line-height:40px; 
    color:#080808;
} 
.contant{
	width:570px;
	height:auto;
    float:left;
    margin-left:30px;
    margin-right:20px;
    position: relative;
    top:-67px;
}

.right_seite{
	width:180px;
    height:300px;
    float:right;
}

.right_seite h3{
   font-size:18px;
   font-weight:bold;
   text-align:left;
   margin:0;
   padding-bottom:5px;
   border-bottom:1px solid #000;
   
}
   
.test{
    margin-left:180px;
}

p{
    line-height:20px;
    font-size: 15px;
    line-height:22px;
}

em{
    font-size: 16px;
}

strong{
    font-size:15px;
    color:#2bb796;
}

.contant .inhalt_block ul{
    list-style-type: square;
    margin-left: -6px;
    line-height: 25px;
}