@charset "UTF-8";
body {
	background-color: #f7f4ec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/hg-linie.gif);
	background-repeat: repeat-x;
	background-position: 0px 100px;
}

html, body {height: 100%;}

/* ------------------------------- Layout ---------------------------------- */
#left{
	width: 40px;
	float:left;
	height: 100%;
	border-right: solid 1px #8778b2;
}
#left img{
	position: absolute;
	top:592px;
	left:12px;
}
#header, #navi, #content, #footer {	
	margin-left:40px;
	padding-left:15px;
}
#header {	
	height: 100px;
}
#navi {
	height: 25px;
	padding-top:8px;
}
#content {
	background-color: #fff;
	border: solid 1px #8778b2;
	border-left: none 0px;
	width: 685px;
	height: 370px;	
	padding: 40px 15px;
	overflow: auto;
}
#footer {
	height: 25px;
	padding-top:8px;
}
/* ------------------------------- Textformate ---------------------------------- */
#content p, #content ul, #content li, #content a{
	line-height: 20px;
	margin-right:120px;
}
#content p{
	margin-top: 0px;
	margin-bottom: 27px;
}
#content ul.beratung {
	background-color: #E9E5F1;
	color: #2b1a5a;
	margin-bottom: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-left:-15px;
	margin-right:-15px;
	list-style-type: disc;
}
h2, h3, ul.beratung a:link, ul.beratung a:visited {
	font-size: 11px;
	color: #2b1a5a;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content ul{
	margin: 0px;
	padding-left:15px;
	list-style-type: circle;
}
a:link, a:visited {
	color: #655399;
	text-decoration: none;
}
#navi a:link, #navi a:visited {
	font-size: 13px;
}
a:hover, a.current {
	color: #2b1a5a;
}
#footer a:link, #footer a:visited {
	font-size: 11px;
	color: #655399;
	text-decoration: none;
	width:100px;
	display:block;
	float:left;
}
#footer a.current {
	color: #2b1a5a;
}
/* ------------------------------- Tabellen ---------------------------------- */
table{
	margin-top: 5px;
}
td{
	border-bottom: solid 5px #fff;
	padding: 1px;
	padding-right: 30px; 
	background-color: #f3f1f8
}
td.foto{
	padding-right: 0px; 
	padding-left: 5px;
	background-color: #fff;
	vertical-align:top;
}
/* ------------------------------- Bilder ---------------------------------- */
img {
	border: none 0px;
}