
body /* dies ist ein Selektor*/
		{
		font-family:Arial;
		font-size:20px;
		font-weight:bold;
		color:rgb(240,240,240);
		background-color:rgb(80,80,80);
		text-align:center;
		text-decoration:none;
		/*background-image:url('hg.gif'); */
		}

p		{
		
		}

div		
		{
		
		}
div#a	/* Titel und Navigationsleiste */
 		{
  		border:0px solid;
  		margin:0px auto;
  		width:1000px;
  		height:0px;
  		text-align:right;
  		text-decoration:none;
 		}
div#b	/* Leer*/
 		{
  		border-top:1px solid;
  		border-bottom:0px solid;
  		border-left:0px solid;
  		border-right:0px solid;
  		border-color:rgb(154,102,52);
		
		font-weight:500;
  		margin:0px auto;
  		width:1000px;
  		height:20px;
 		}
div#c	/* Platz für Bilder und Kommentare*/
 		{
  		border-top:0px solid;
  		border-bottom:0px solid;
  		border-left:0px solid;
  		border-right:0px solid;
  		border-color:rgb(150,100,50);
  		
  		margin:0px auto;
  		width:1400px;
  		height:650px;
 		cursor:auto;
 		font-size:14px;
		font-weight:normal;
 		}
div#d	/* ehemalige Navigationszeile*/
		{
  		border-top:0px solid;
  		border-bottom:0px solid;
  		border-left:0px solid;
  		border-right:0px solid;
  		  		
  		margin:0px auto;
  		width:1050px;
  		height:20px;
 		
 		letter-spacing:5pt;
 		padding-top:3px;
 		padding-bottom:2px;
 		}

a:link, a:visited
		{ 
  		color:rgb(240,240,240);
  		}
a:active, a:hover
		{ 
  		color:rgb(200,150,100);
		}

h1
		{		
		}
