/*-----layout---*/
 
body  {
	background-color: #E5F4FB;
	background-image:  url(../img/all/hg-verlauf-body.jpg);
	min-height: 101%;
	background-repeat: repeat-x;
}

#wrapper {
	width: 840px;
	margin: 35px auto;
	border: 10px solid #fff;
	-webkit-box-shadow: 1px 1px 10px #3057A2;
	-moz-box-shadow: 1px 1px 10px #3057A2;
    box-shadow: 1px 1px 10px #3057A2;
}
.clear {
	clear: both;
}
.clear-10 {
	clear: both;
	padding-bottom: 10px;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 15px;
	color: #325265;
	line-height: 1.8em;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #94C12E;
	line-height: 1.8em;
}
h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #325265;
	line-height: 1.8em;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #94C12E;
	padding-bottom: 10px;
}

p {
	font-size: 0.8em;
	color: #325265;
	padding-bottom: 1.5em;
	letter-spacing: 0.025em;
}

ul, ol {
	padding-bottom: 20px;
}
li#inhalt {
	font-size: 0.8em;
	color: #325265;
	letter-spacing: 0.025em;
	list-style: circle;
	list-style-position: inside;
}

.bold {
	font-weight: bold;
}
.break {
	background-image:  url(../img/all/break.jpg);
	background-repeat: no-repeat;
	height: 7px;
}

 /*-------------------------logo------------------------*/

#logo {
	height: 140px;
}
#logo h1 {
	display: none;
}
 /*-----------------------inhalt--------------------------------*/

#content {
	height: auto;
	min-height: 463px;
	background-image:  url(../img/all/hg-verlauf-content.jpg);
	
}
#inhalt {
	padding: 60px 50px 77px 30px;
	width: 560px;
	float: left;
}
#inhalt img {
	border: 2px solid #fff;
}
.home#inhalt {
	width: 580px;
}
img.left {
	float: left;
	width: 200px;
	margin: 0 15px 15px 0;
}

img.right {
    float: right;
    height: auto;
    margin: 5px 10px 3px 20px;
    width: 200px;
}
#left {
    float: left;
    margin-right: 2%;
    width: 58%;
}
#right {
	float: left;
	width: 40%;
}

.referenzen#left {
    float: left;
    margin-right: 2%;
    width: 40%;
}
.referenzen#right {
	float: left;
	width: 40%;
}
th {
	text-align: left;
	font-size: 13px;
	color: #325265;
	letter-spacing: 0.02em;
}
th.jahr {
	font-family: 'Trebuchet MS', Tahoma, sans serif;
	width: 22%;
	text-align: right;
}
th.bio {
	width: 74%;
	padding-left: 3%;
}
#trennlinie {
	height: 10px;
	border-top: thin solid #949DA3;
	

}
 /*-----------------------footer--------------------------------*/

#footer {
	text-align: right;
	background-image:  url(../img/all/hg-verlauf-footer.jpg);
	clear: both;
	height: 42px;
	background-repeat: repeat-y;
}
#footer h3 {
    color: #FFFFFF;
    font-size: 1.05em;
    letter-spacing: 0.07em;
    padding: 5px 105px;
}
#footer h3 img {
    padding-right: 8px;
    vertical-align: text-bottom;
}

 /*-----------------------menue--------------------------------*/

#menue {
	float: left;
	width: 180px;
	background: url(../img/all/wirbel-1.jpg) no-repeat;
	font-size: 0.7em;
	text-align: right;
	letter-spacing: 0.2em;
	min-height: 463px;
}
#menue ul {
	margin: 107px 0;
}
#menue li {
	border-top: 1px solid #005CA9;
	line-height: 23px;
	display: block;
}
#menue li a {
	color: #005CA9;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
#menue li a:hover{
	background: url(../img/all/link-hover.png) no-repeat;
	line-height: 23px;
	display: block;
}
#menue li a.active{
	background: url(../img/all/link-hover.png) no-repeat;
	line-height: 23px;
	display: block;
}

 /*-----------------------menue-länge--------------------------------*/
#menue.home {
	min-height: 503px;
}
#menue.behandlungstechniken {
	min-height: 800px;
}
#menue.kontakt {
	min-height: 800px;
}
#menue.profil {
	min-height: 668px;
}
#menue.zielgruppe {
	min-height: 717px;
}
#menue.referenzen {
	min-height: 610px;
}

 /*-----------------------links--------------------------------*/
a, a:active, a:visited {color: #669900;}
a:hover {}

#active_item {
	color: #FF6600;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}


 /*-----------------------COOKIE Hinweis--------------------------------*/

.cc_container {
    color: #fff;
    font-size: 17px;
    font-family: "Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Calibri,Helvetica,Arial;
    background: #2C559D !important;
}
.cc_container .cc_message {
    font-size: 0.8em!important;
	color: #fff;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #CCCC00 !important;
}