/**/ @import url("style/reset.css"); /* reset all to default*/
/** / @import url("style/buttons_mine.css"); /* allow buttons*/
/**/ @import url("style/navi.css"); /* allow buttons*/

/** /@import url("print.css") print; /* print-layout */
/** /@import url("mobile.css") handheld° /* mobile layout */

 
  body{
    background-color: #808080;
    text-align: center;
    font:arial;
  }
  
  #page_wrapper{
    background-color: #fff;
    /*min-width: 800px;
    width: 1024px; /*TODO:change*/
    width: 1024px;
    margin: 0px auto;
    text-align: left;
  }
  
  
  
   #header{
        width: 100%;
		text-align:center;    
		/*background: url( ./style/header-bg );*/
/*		background: url( ./style/logo_bg3.png ); height: 447px; width: 1024px;*/
		}
    	
    	#header img{
	margin: 0px auto !important; 
    }
    
    
    #header #wirkennenunsaus{
    	position: absolute;
    	top: 350px;
    	right: 500px;
    }
    
    
    
    #body_wrapper{
            padding: 40px 120px;
        
        }
    
        #body_wrapper h1{
            font-family: Calibri,"Trebuchet MS",Verdana,sans-serif;
            font-size: 1.75em;
            color: #0d5375;
            margin: 30px 0 20px 0;
       		border-bottom: solid #E0E0E0; 

            }
            
            #body_wrapper h1.dividing_orange{
                background: url( ./style/div_orng.gif) repeat-x center;
                /*                    background-color: #fdd300;*/
      
                
                }
                #body_wrapper h1 span{
                    /**/background-color: #FFFFFF !important; /**/
                    padding-right: 20px;
                    
                }


        #body_wrapper h2{
            font-family: Calibri,"Trebuchet MS",Verdana,sans-serif;
            font-size: 1.30em;
            color: #8080a0;
            margin: 30px 0 20px 0;

        }
            
        #body_wrapper p{
            color: #303030;
	    font-size: 0.9em;
	    line-height: 1.4em;
            }
	    
	
	#body_wrapper .simplepage h2{
	    font-size: 1.2em;
	    color: #707070;
	    margin-top: 80px;
	    clear: both;
	}
	
	#body_wrapper .simplepage p{
	    color: #606060;
	    margin-top: 0px;
	    margin-bottom: 20px;
	    margin-left: 100px;
	    margin-right: 200px;
	}
	
	#body_wrapper .simplepage li{
	    color: #606060;
	    margin-left: 100px;
	    margin-right: 200px;
	    font-size: 0.9em;
	    line-height: 1.4em;
    	list-style: circle inside;

	}
	
	#body_wrapper .simplepage img{
	    float: right;
/**/	    margin-top: -20px;/**/
	}
	
	#body_wrapper .simplepage img.usual{
	    float: right;
/**/	    margin: 5px;/**/
	}
	
	#body_wrapper .simplepage hr{
		border-top: 1px solid #FaFaFa;
		border-bottom: 1px solid #fcfcfc;
		height: 0px;
		clear: both;
		margin: 10px auto;
		/* background-color: #00a759; /**/
	}
	

	#body_wrapper .part{
   		clear: both;
		}
		
		#body_wrapper .part{
	   		margin-left: 30px;
	   		margin-bottom:10em;;
		}
	
    
		#body_wrapper .part li{
	   		margin-bottom:3em;
			}
	
			#body_wrapper .part ul li a img{
		   		border-top: #CCC solid 1px;
		   		border-left: #CCC solid 1px;
		   		border-right: #999 solid 2px;
		   		border-bottom: #999 solid 2px;
			}

			#body_wrapper .part li .desc{
		   		color: #303030;
			}
		
    
    
    #starbox {
      background: url( ./img/star.png) no-repeat top left;
      width: 200px;
      height: 130px;
      padding-top: 70px;
      padding-left: 10px;
      text-align: center;
      color: #000000;
      font-size: 20px;
      font-weight: bold;
      float: left;
      /** / border: 1px solid #000000 !important; /**/
    }
    
    #starbox_big div {
      background: url( ./img/star.png) no-repeat top left;
      width: 200px;
      height: 130px;
      padding-top: 70px;
      padding-left: 10px;
      text-align: center;
      color: #000000;
      font-size: 20px;
      font-weight: bold;
      float: left;
      /** / border: 1px solid #000000 !important; /**/
    }
    /* ------------------ */
    

    #kontakt p, #kontakt img, #kontakt h2{
      color:#000000;
      margin-left:50px;
    }

    #kontakt img, #kontakt p{
      margin-bottom: 20px;
    }


    /* ------------------ */



	    
	    
	    
	    
 
 /*************************************************************** /
		Footer / Fuß
/ ***************************************************************/
#footer{
	clear:both;
	margin-top:10px;
}
	
/*Linie*/
#footer hr{
}
	
/*#footer */#label{
	margin-top: 10px;
	border-top: 2px solid #999;
	background-color: #ffff30; 
	padding:5px;
	height:70px;
	
}
	/*#footer */#label #tel{
	font-size: 30px; 
	/** /color: #fa9830; /**/
	font-weight: bold;
	
	color: #000090;
}
	
	
	
#footer #linkrow{
	clear:both;
	text-align: right;
	border: none; border-top:#bbb dotted 1px; 
	height:2em;
	border-color: #800;	background: #888;
}
	
/**/
#footer #linkrow a{
	font-size: 0.9em;
	color: #FFF;
}

