/* CSS Document */

body { 
		background: url(gfx/body_loop.gif) repeat-x; 
		background-color: #96005A;
		margin: 0px;
		padding: 0px;
		border: none;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #666666;
		}
		
.hidden { display: none; }   


h1 { font-size: 15px; color: #96005A; margin: 0px 0px 5px 0px; padding: 0px;}

#content { width: 1012px; height: 534px; }

#head { width: 1012px; height: 200px; background: url(gfx/head.jpg); position: relative; top: 16px; }
#menue { width: 226px; height: 365px; position: absolute; top: 169px; left: 0px; }


h4 { display: block; width: 172px; height: 20px; color: #96005A; margin: 0px; padding: 10px 0px 3px 0px; text-align: right; border-bottom: solid 1px #FED572; font-size: 14px;}

#menue ul {
	position: absolute;
	top: 47px;
	width: 172px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #96005A;
	list-style-type: none;
	margin: 15px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}
#menue ul li { margin: 0px; }

#menue ul li a { width: 172px; height: 32px; display: block; margin: 0px 0px 0px 0px; padding: 9px 0px 0px 0px; background: url(gfx/linkpoint.jpg) no-repeat; text-decoration: none; color: #96005A;}

#menue ul li a:hover { width: 172px; height: 32px; display: block; margin: 0px 0px 0px 0px; padding: 9px 0px 0px 0px; background: url(gfx/hover.jpg) no-repeat; text-decoration: none; color: #96005A;}

.menueSelected { width: 172px; height: 32px; display: block; margin: 0px 0px 0px 0px; padding: 9px 0px 0px 0px; background: url(gfx/hover.jpg) no-repeat; color: #96005A; }


/*left: 227px geändert nur für Visitenkarte auf 80px und top: 180px geändert auf 220px*/
#text { position: absolute; top: 180px; left: 80px; width: 486px; height: 345px; overflow: auto; }
#text p { line-height: 145%; margin: 0px; padding: 0px;  }

#text ul { margin: 17px 0px 0px 1px; padding-left: 13px; }
#text ul li { font-size: 12px;
	font-weight: bold;
	color: #96005A;
	margin: 1px 0px 2px 3px;
	padding: 1px 0px 0px 0px; }
	
#extras { padding: 0px; width: 293px; height: 349px; background: url(gfx/sprechzeiten.jpg) no-repeat bottom; position: absolute; left: 719px; top: 186px;}
#sprechzeiten { width: 200px; position: relative; top: 288px; left: 40px; font-size: 13px; color: #96005A; font-weight: bold; line-height:145%; }

#meta {position: absolute; top: 552px; left: 233px; font-size: 13px; color: #FFFFFF; font-weight: bold; }
#meta a { text-decoration: none; color: #FFFFFF; }
#meta a:hover { text-decoration: none; color: #FED572; }


.metaSelected { text-decoration: none; color: #FED572; }

