
body 	{
		font-family:Arial;
		font-size:16px;
		color:rgb(0,0,0);
		background-color:rgb(255,255,255);
		text-align:center;
		background-image:url('hg.gif');
		}

p		{}

div		{
		
		background-color:rgb(255,255,255);
		}

 div#b	/* graue Zierleiste */
		{
  		border-top:1px solid;
  		border-left:5px solid;
  		border-right:5px solid;
  		border-bottom:0px solid;
  		border-color:rgb(150,100,50);
  		color:rgb(50,50,50);
  		background-color:rgb(222,222,222);
  		width:660px;
  		height:20px;
  		margin:0px auto;
		}
div#c	/* umspannende Box */
		{
  		border-top:0px solid;
  		border-bottom:0px solid;
  		border-left:5px solid;
  		border-right:5px solid;
  		border-color:rgb(150,100,50);
  		background-color:rgb(103,112,117);
		
		heigth:600px;
  		width:660px;
  		margin:0px auto;
 		}
div#d	/* Text Box */
		{
  		border-top:0px solid;
  		border-bottom:0px solid;
  		border-left:1px solid;
  		border-right:1px solid;
  		border-color:rgb(150,100,50);
  		background-color:rgb(255,255,255);
		
  		height:600px;
  		width:550px;
  		margin:0px auto;
  		padding-top:10px;
  		padding-left:1px;
 		text-align:left;
 		overflow:scroll;
 		}

div#f	/* Nav-Zeile unten*/
		{
  		border-top:0px solid;
  		border-bottom:1px solid;
  		border-left:5px solid;
  		border-right:5px solid;
  		border-color:rgb(150,100,50);
  		background-color:rgb(222,222,222);
		
  		height:20px;
  		width:660px;
  		margin:0px auto;
  		text-align:center;
 		padding-top:2px;
 		}

div#g	/* Inhaltsverzeichnis und Minipic-Rahmen*/
		{
  		border:0px solid;
  		border-color:rgb(255,255,255);
  		background-color:rgb(255,255,255);
		
  		height:100px;
  		width:530px;
  		padding:0px;
  		}
  		
 div#h	/* Inhaltsverzeichnis */
 		{
 		border:1px solid;
  		border-color:rgb(150,100,50);
  		background-color:rgb(240,240,240);
		
  		height:120px;
  		width:150px;
  		float:left;
  		padding-top:1px;
  		padding-left:10px;
  		padding-bottom:1px;
  		}

 div#j	/* Minipic */
 		{
 		border:0px solid;
  		border-color:rgb(150,100,50);
  		background-color:rgb(255,255,255);
		
  		height:120px;
  		width:300px;
  		text-align:center;
  		padding-top:3px;	
  		float:right;
  		}


h1		{}
h2		{		
		font-family:Arial;
		font-size:20px;
		font-weight:bold;
		color:rgb(0,0,0);
		text-align:left;
		}
h3		{
		font-family:Arial;
		font-size:18px;
		font-weight:bold;
		color:rgb(0,0,0);
		text-align:left;
		}
h4		{
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		color:rgb(0,0,0);
		text-align:left;
		}

h5		{
		font-family:Arial;
		font-size:12px;
		color:rgb(0,0,0);
		text-align:left;
		}
h6		{
		}

a:link	{
		
		color:rgb(0,0,0);
		}

a:visited
		{
		color:rgb(0,0,0);		}
a:active
 		{
 		color:rgb(150,100,50);
		}	
a:hover
 		{
 		color:rgb(150,100,50);
 		}
