body { background-color:#000000;
       margin:0;
       padding:0; 
       color:white;}
a { color:white}
a:hover {color:grey}
h1 { font-size:150%;
     font-style:italic;
      }
h2 { font-size:125%;}

      
div#page
	{
	background-color: black;
	text-align:left;  /* Inhalt wieder links IE*/
	margin: 0 auto;   /* Zentrierung mitte */
	width: 629px;
	min-height: 400px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
	overflow:hidden;
	}
	
div#titel
	{
	background-color:black;
	text-align: center;
	width: 629px;
	height: 80px;
	float: left;
	}
	

div#menu
	{
	background-color:black;
	width: 128px;
	min-height: 300px;
	float: left;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 0px 0px 0px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
	}			
	
#menu ul
	{
	margin: 0;
	padding: 0;
	}

#menu ul li
	{
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-color: #ffffff;
	padding: 5px 0 5px 0;
	list-style-type: none;
	}
	
	
#menu a
	{
	text-decoration: none;
	font-size:80%;
	color: #fff; /*Schriftfarbe*/
	background-color: black; /*Hintergrundfarbe*/
	display:block;
	}

#menu a:hover
	{
	color: #fff;
	background-color: grey;
	}

div#main
	{
	background-color:black;
	max-width: 500px;
	min-height: 400px;
	float: left;
	border-style: solid;
	border-color: #000000;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-color: #ffffff;
	}
	
div#main p
	{
	margin-left:10px;
	margin-right:10px;
	}
	
	
.bilderliste 
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 500px;
	}
		
.bilderliste li {

	float: left;
	/*border: 1px solid white;*/
	/*width: 150px;*/ /*Feste Breite*/
	min-width:50px;	/*minimal Breite 50px -> stretch*/
	height: 100px;
	margin: 3px;
	padding: 3px;
	list-style-type:none;
}