@CHARSET "UTF-8";

body 
 {
    width: 100%;
    height: 100%;
	font-size: 13px;
    margin: 0px; 
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
 }
 
div#site {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	padding: 0px;
	width: 1000px;
 }  
 
/*--------------------------------------header-----------------------------------------------------------------
 ------------------------------------------------------------------------------------------------------------  */

div#header {
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	width: 1000px;
	height: 126px;
}

div#logo {
	margin: 0px;
	width: 259px;
	height: 126px;
	height: 100%;
	float: left;
}

div#logo_schrift {
	margin-left: 190px;
	margin-top: 50px;
	width: 459px;
	float: left;
	
}


/*--------------------------------------content-----------------------------------------------------------------
 ------------------------------------------------------------------------------------------------------------  */

 
div#content {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding: 0px;
	height: 500px;
	width: 910px;
}

div#pic_holder {
	float:left;
	width: 262px;
    margin: 20px;
    overflow: hidden;
}

div#pic {
	width: 260px;
    height: 60px;
    background-color: #000;
    border-style: solid;
	border-color: #000; 
	border-width: 0px; 	
		
}

 img {
 	border-color: #000;
}

 a:hover img {
  	margin-left: -0.5px;
  	margin-top:  -1px;
   	border-color: #FFFF00; 
  	border-style:  solid;
  	border-width: 3px;
  	text-decoration: none:
}

div#text {
	margin-bottom: 5px;
}

.autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.autoclear {display:inline-block;}
.autoclear {display:block;}
* html .autoclear {height: 1%;}


/*--------------------------------------footer-----------------------------------------------------------------
 ------------------------------------------------------------------------------------------------------------  */


  div#footer {
  	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 880px;   
   	clear: both;
    text-align: left;   
  }