
/* Basis 6D6B6C*/

* {
	padding:0;
	margin:0;
}

html{height:100%;}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666;
	height:100%;
	text-align:center;
	background-image:url(../i/back.jpg);
	background-color:#E2E2E2;
	background-repeat:repeat-x;
}

div#wrapper{
	width:840px;
	margin:0 auto;
	/*margin-top:46px;*/
	text-align:left;
	background-image:url(../i/back-rahmen.png);
}
div#head{
	padding-top:171px;
	background:url(../i/header-therapeutin.jpg) center top no-repeat;
}
h1.titel{
	height:62px;
	line-height:62px;
	position:relative;
	margin:0 18px;
}
h1.titel img{
	position:absolute;
	left:0;
    top:0;
	border:0;
}
div#content{
	margin:0 18px;
	min-height:400px;
	background:url(../i/content.gif) white repeat-y;
}
* html div#content{
	height:400px;
}
#main{
	margin-left:210px;
	padding-left:6px;
	padding-right:16px;
	padding-bottom:14px;
	}
div#sidebar{
	width:206px;
	float:left;
	background:url(../i/left-menu.gif) left top #D6ECC6 no-repeat;
	margin-top:30px;
	padding-top:35px;
}
ul#menu{
	margin-left:11px;
}
div#footer{
	height:22px;
	width:840px;
	margin:0 auto;
	background:url(../i/footer-g.gif) bottom no-repeat;
	clear:both;
}

/* Layout *********************************************/
a{
	color:#8597b3;
	text-decoration:none;
}
a:hover{
	color:#000;
}
h1, h2, h3{
	font-size:110%;
	line-height:30px;
	vertical-align:middle;
	padding-bottom:8px;
}
address, p, li, blockquote, h4, h5, h6 {
    font-style: normal;
	line-height:18px;
	vertical-align:middle;
	padding:10px 0;
}
#main ul,#main ol,#main dl{
	margin:14px;
}
#main li{
    list-style-type: square;
	line-height:11px;
	vertical-align:middle;
	padding:0 10px;
    margin:10px
}

/* Menue */
#sidebar li{
	color:white;
	display:inline;
    margin:0;
    padding:0;
}

#sidebar li a{
	color:#DEDFDA;
	display:block;
	line-height:22px;
	height:22px;
	margin-bottom:1px;
	padding-left:16px;
	width:195px;
	vertical-align:middle;
	font-weight:normal;
	background:url(../i/button-blau.gif) no-repeat;
}
#sidebar li a:hover{
	color:#fff;
}
