BODY  {
	margin: 0;
	color : black;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	scrollbar-face-color: white; 
    scrollbar-highlight-color: white; 
	scrollbar-shadow-color: black; 
	scrollbar-3dlight-color: black; 
	scrollbar-track-color: silver; 
	scrollbar-darkshadow-color: white;
	scrollbar-base-color: black;
	scrollbar-arrow-color: black;
}
h3  {		
	font-size : 18px;
	font-weight : bold;
	font-family : Arial, Helvetica;
	color : black;
}

P, TD, TH, TR, LI, UL, DIV, table  {
	font-size : 12px;
	font-family : Arial, Helvetica;
	color : black;
	line-height: 16px;
}
B  {
	font-size : 13px;
	font-weight : bold;
	font-family : Arial, Helvetica;	
}
.bold  {
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica;
	
}
.utitel  {
	font-size : 18px;
	font-weight : bold;
	font-family : Arial, Helvetica;	
}

#hgcont {	
	position:absolute;	
	top:0;
	left:0;	
	z-index: 1;		
}
#hgcont2 {	
	position:absolute;	
	top:0;
	left:83;	
	z-index: 1;		
}

#hgrau {	
	position:absolute;	
	top: 62;
	left: 0;
	width: 587px;
	height: 457px;
	background-color: white;
	z-index: 2;		
}

#logo {	
	position: absolute;
	top: 1px;
	left: 30px;	
	z-index: 3; 
}

#bild {	
	position: absolute;
	top: 0px;
	left: 200px;	
	z-index: 3; 
}

#titel {	
	position: absolute;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-size : 18px;
	top: 60px;
	left: 270px;	
	z-index: 5;
; clip:  rect(   )
	
}
#inhalt {	
	position: absolute;
	font-size:12px;
	top: 100px;
	left: 30px;
	width: 550px;
	height: 380px;	
	z-index: 3;
	line-height: 18px;
}
A:Visited  {
	color : #CB9C21;
	text-decoration : underline;
}
A:Hover {
	color : #E8C66A;
	text-decoration : underline;		
}
  



.zelle_mit_hintergrundbild { 
	background-image: url( dein_bild.jpg );
	background-repeat: no-repeat;
	/* die positionierung sollte auch mit rein */
	background-position: top left;
}








A:Active { 
	color : #CB9C21;
	text-decoration : underline;		
 } 

A:Link { 
	color : #CB9C21;
	text-decoration : underline;
 } 
