body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/back_body.gif);
	background-color: #EDEDEA;
	background-repeat: no-repeat;
	margin: 0px;
}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:900px;
		height:600px;
		clear:left;
		background-color:#ffffff;
		z-index:1;
		}

	#mainarea {
	position:absolute;
	top:30px; left:30px; bottom:30px;
	background:#fff;
	}	
	
	#sprechzeiten { 
	width: 370px;
	float:right;
	border: 1px solid #ccc;
 	margin-top:150px;
 	background: #e1e1e1;
 	padding:15px;
 	margin-right:15px;
 	}





h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

h3 {
}


.red { color:red; }


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding:0;
	margin:2px 0 4px 0;
}

p.aktuelles {margin-left:20px;}

ul {
}

ol {
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

hr {
}

a:link {
	color: #3333CC;
	text-decoration: none;
}
a:visited {
	color: #3333CC;
	text-decoration: none;
}
a:active {

	color: #3333CC;
	text-decoration: none;
}
a:hover {
	color: #3333CC;
	text-decoration: underline;
}


p.footer {
	font-size: 11px;
	color: #76766F;
}

a.footer:link {
	color: #76766F;
	text-decoration: none;
}
a.footer:active {
	color: #76766F;
	text-decoration: none;
}
a.footer:visited {

	color: #76766F;
	text-decoration: none;
}
a.footer:hover {


	color: #000000;
	text-decoration: none;
}


a.navi:link {
	color: #000000;
	text-decoration: none;
}
a.navi:active {
	color: #000000;
	text-decoration: none;
}
a.navi:visited {

	color: #000000;
	text-decoration: none;
}
a.navi:hover {

	color: #3333CC;
	text-decoration: none;
}

.blue {
	color: #3333CC;
}

.black {
	color: #000000;
}

.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}


