body {
background: #fff;
font-family: 'Open Sans', Arial, sans-serif;
font-size: 85%;
}

.clear {
clear: both;
}

#aussen {
position: relative;
margin: 0 auto;
border: 1px solid #ccc;
max-width: 980px;
width: 980px;
}

a, img {
border: none;
outline: none;
}

a {
color: #62609a;
text-decoration: none;
font-weight: bolder;
}


#header {
text-align: right;
}

#header img {
height: 50px;
padding: 20px 15px;
}

#navigation {
position: absolute;
top: 80px;
margin: 0;
background-color: #62609a;
text-align: center;
padding: 5px 0px;
z-index: 999;
width: 100%;
}

#navigation ul {
margin: 0;
padding: 0;
}

#navigation li {
margin: 0;
padding: 0;
padding: 0 15px;
list-style-type: none;
display: inline;
text-transform: uppercase;
font-size: 0.9em;
}

#navigation a {
text-decoration: none;
color: #fff;
font-weight: normal;
letter-spacing: 1px;
}

#content_start {
margin-top: -60px;
background-image: url("../bilder/team.jpg");
background-repeat: no-repeat;
background-position: 30% 0px;
background-size: 50%;
overflow: hidden;
/*
background-color: #a29fc5;
*/
}

#content_praxis {
margin-top: 0px;
overflow: hidden;
/*
background-color: #a29fc5;
*/
}

.praxis {
width: 100%;
/*
background-image: url("../bilder/christine.jpg");
background-repeat: no-repeat;
background-position: top right;
background-size: 40% auto;
*/
overflow: hidden;
}

.praxis .text, .kontakt .text, .impressum .text {
margin: 2.5em 0 2.5em 60px;
}


.leistungen .text {
margin: 3.5em 30px 2.5em 60px;
}


#adresse_start {
float: left;
color: #62609a;
font-size: 0.9em;
text-align: right;
width: 22.5%;
margin-top: 390px;
margin-right: 2.5%;
}

#adresse {
clear: both;
background-color: #62609a;
color: #FFFFFF;
font-size: 0.9em;
text-align: right;
padding: 1em 0;
}


#adreese_start p, #adresse p {
margin-right: 15px;
}


#teaserbild {
float: left;
width: 75%;
text-align: center;
height: 530px;
}


#teaserbild img {
height: 460px;
}

#teaser {
margin-top: 360px;
padding: 1em;
text-align: center;
font-size: 1.2em;
line-height: 1.5em;
color: #fff;
background-color: rgba(98,96,154,0.8);
width: 45%;
}

.text {
float: left;
width: 50%;
font-size: 0.9em;
line-height: 1.3em;
text-align: left;
}

.leistungen .text ul {
margin: 0;
padding: 1em 0 0 15px;
}

.leistungen .text li{
margin: 0.5em 0;
}

.praxis .text, .impressum .text {
width: 50%;
}

.praxis .text p {
width: 80%;
}

.kontakt .text {
width: 30%;
}


ul#bilder {
margin: 0;
padding: 0;
}

#bilder {
list-style-type: none;
}

/* Kontaktseite */

form {
margin-top: 40px;
font-size: 0.8em;
}

label {
color: #62609a;
font-size: 0.8em;
font-family: 'Open Sans', Arial, sans-serif;
width: 200px;
}

input, textarea {
color: #62609a;
border: 1px solid #62609a;
width: 200px;
margin-left: 15px;
margin-bottom: 5px;
}

textarea {
height: 100px;
}

input.button {
width: auto;
color: #fff;
background-color: #62609a;
}

.error {
color: #cf0a20;
font-size: 0.7em;
margin-left: 15px;
}