@charset "UTF-8";
* {
margin: 0;
padding: 0;
border: 0;
}



body {
	background: #fff;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #bbb;
	font-family: verdana, sans-serif;
	font-size: 10px;		
    }
    
a {
	color: #999;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
    }
	
a:hover {
	color: #777;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
    }
    

h1 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

td {
	text-align: left;
}

    .fezoni #container {
	
	width: 1110px;  
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	
    }
	
    .fezoni #header { 
	text-align:left;
	height: auto;
      } 
	
	.fezoni #header img { 
	

	margin-left: -15px;      } 
	
	
	
    .fezoni #mainContent {
	height: 499px;
	background-color: #fff;
	padding-top: 30px;
    }
	
	
	
	.fezoni #container #header #menu {
	height: auto;
	width: auto px;
	float: left;
	padding-left: 5px;
	padding-right: 25px;

}

.fezoni #container #header #logo {
	height: 100px;
	width: auto;
	float: left;
	padding-right: 25px;
	}



 .fezoni galerietext {
	text-align: left;
	width: 200px;
	height:475px;
	background-color: #fff;
	padding-right: 20px;
	top: 0px;
	align
    }
	
	
