body { margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px; }

/*Links können erst ab Browser der 4. Generation ohne Unterstreichungslinien dargestellt werden*/
a { color:#FFFFFF; font-size:11px; font-family:Verdana; text-decoration:none; font-style: normal }
a:link { color:#FFFFFF; font-size:11px; font-family:Verdana; text-decoration:none; font-style: normal }
a:visited { color:#FFFFFF; font-size:11px; font-family:Verdana; text-decoration:line-through; font-style: normal } 
a:hover { color:#CC3300; font-size:11px; font-family:Verdana; text-decoration:none; font-weight:bold; }
a:active { color:#CC3300; font-size:11px; font-family:Verdana; text-decoration:none}

/*PC und Mac stellen Schrift unterschiedlich groß dar. Um jedem Benutzer das gleiche Schriftbild zu bieten, binden Sie Ihre Schriftgrößen einfach per CSS in px statt pt ein*/
p { font-family:Verdana; font-size:11px; color: #666666; font-style:normal; margin-left:16px; margin-right:16px}
h3 { font-family:Verdana; font-size:15px; color: #000000; font-weight:bold; margin-left:16px;}
h2 { font-family:Verdana; font-size:18px; color: #000000; font-weight:bold; margin-left:16px}
h4 { font-family:Verdana; font-size:11px; color: #000000; font-weight:bold; font-style:normal; margin-left:16px}

#green {
	width:100%;
	height:16%;
	position: absolute;
	left:50%;
	top:84%;
	margin-left: -50%;
	background-color: #E5E5CC;
}

#galerie {  
width: 90%;
height: 140px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -45%; /*das ist die hälfte der breite... nur im minusbereich*/
margin-top: -70px; /*das ist die hälfte der höhe... nur im minusbereich*/
border:1px solid #000; 
}


