/*Generelle Einstellungen*/
* {
    font-family: Univers;
    color: rgb(112,111,111);
    
}

h2 {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 3.5em;
}

a {
    text-decoration: none;
    font-size: 1.1em;
    color: rgb(112,111,111);
}

a:hover {
    color: rgba(112,111,111,0.4);
    text-decoration: none;
}

p {
    font-size: 1.2em;
}

/*Kopfzeile*/
.header {
    text-transform: uppercase;
    height: 10em;
    margin-left: 7em;
    margin-right: 7em;
    background-image: url(kopfzeile1.png);
    color: rgb(112,111,111);
}

.header img {
    -moz-transform:rotate(270deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(270deg); /* Safari */
    -o-transform:rotate(270deg); /* Opera */
    -ms-transform:rotate(270deg); /* IE9 */
    transform:rotate(270deg); /* W3C */
    float: left;
    clear: left;
    margin-top: 3.5em;
    margin-right: -3.5em;
    margin-left: -3.8em;
}

.header h1 {
    text-align: left;
    font-size: 5em;
    font-weight: bold;
    margin-bottom: -0.5em;
    margin-top: 0.07em;
}

.header h2 {
    text-align: left;
    font-size: 3em;
    margin-bottom: -0.2em;
    padding-left: 0em;
}

.header li {
    font-size: 1.1em;
    display: block;
    margin-top: 1.8em;
}

#headerLinks li {
    margin-left: -0.3em;
    text-align: left;
}


#headerRechts li {
    display: block;
    text-align: right;
}

.header a {
    float: right;
    text-decoration: none;
    color: rgb(112,111,111);
}

.header a:hover {
    color: rgba(112,111,111,0.4);
    text-decoration: none;
}



/*Styles for the menu*/
#menu {
    height: 2em;
    background-color: darkgray;
    margin-left: 7em;
    margin-right: 7em;
    clear: both;
    text-transform: uppercase;
    /*Dass die Menüleiste immer im Vordergrund ist*/
    z-index: 99;
}

#menu:hover {
    cursor: default;
}

#menu.fixiertOben {
    position: fixed;
    top: 0em;
    width: 88.8em;
}

#menu ul {
    padding-top: 5px;
    padding-right: 2em;
    text-align: justify;
}

#menu li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

#menu li:hover {
    color: rgba(112,111,111,0.4);
    cursor: pointer;
}


#line {
    padding-left: 100%;
}

/*Hauptbereich*/

#mainArea {
    background-image: url(Bilder/Design/Herzen.PNG);
    background-repeat: repeat-y;
    margin-left: 7em;
    margin-right: 7em;
    position: relative;
}

#mainArea > div {
    padding-top: 1.2em;
    padding-bottom: 1.7em;
}

#mainArea h2 {
    font-weight: bold;
    margin-bottom: 1.05em;
}

#mainArea h3 {
    margin-bottom: 0.9em;
    margin-left: 0.8em;
}

#mainArea h4 {
    font-size: 1.6em;
    margin-bottom: 0.5em;       
}

#mainArea p {
    margin-left: 1.5em;
    margin-bottom: 0em;
}

#mainArea a {
    color: rgb(112,111,111);
    font-style: italic;
    margin-left: 1.5em;
}

#mainArea a:hover {
    color: rgba(112,111,111,0.4);
    text-decoration: none;
}

#mainArea table {
    margin-left: 1.5em;
}

#mainArea img {
    margin-left: 1.7em;
}

/*Home*/
#home {
    background-color: rgba(190,190,190,0.2);
}

#home img {
    width: 30em;
    position: relative;
    margin-top: -13em;
}

#home a{
    font-style: normal;
    font-size: 1.1em;
}

#willkommen {
    margin-top: 6em;
}

#willkommen h2 {
    margin-top: 8em;
    text-align: left;
    clear: none;
}

#willkommen p:first-child {
    margin-top: 5.8em;
}

#willkommen p {
    font-size: 1.1em;
    margin-bottom: 0em;
    margin-left: 0.8em;
}

#home h3:first-child {
    margin-top: 4em;
}

/*Über uns*/

#about  div {
    margin-bottom: 3em;
}

#about table {
    text-align: left;
}

#about td {
}

#about .year {
    text-align: left;
    width: 5.5em;
    padding-top: 0em;
}
    
.portraet img {
    width: 30em;
}

#monika h3 {
    font-size: 2em;
}

#vortraege a:hover {
    color: rgba(112,111,111,0.4);
    text-decoration: none;
}

#Monika {
    margin-bottom: 1.5em;
}


/*Behandlungen*/

#behandlungen {
    position: relative;
    margin: auto;
    background-color: rgba(190,190,190,0.2);
}

#behandlungen div {
    margin-bottom: 1.5em;
}

#behandlungen img {
    width: 20em;
}

#kieferEinleitung {
    margin-bottom: 3em;
}

#platzhalter img {
    margin-bottom: 1em;
}

#kieferEinleitung h3:first-child {
    font-weight: bold;
    font-size: 2em;
}

#kinder h3:first-child {
    font-weight: bold;
    font-size: 2em;
}

#kinderEinleitung h3:first-child {
    font-weight: bold;
    font-size: 2em;
}





/*Kontakt*/

#contact h2 {
    clear: none;
}

#contact p {
    margin-bottom: 1.25px;
}

#contact a {
    font-style: normal;
}

#map-canvas {
    width: 30em;
    height: 30em;
}

/*Kosten*/

#costs {
    background-color: rgba(190,190,190,0.2);
}

/*Links*/

#links ul {
    list-style-type: none;
    padding-top: 10px;
    padding-left: 0em;
}

#links a:hover {
    color: rgba(112,111,111,0.4);
    text-decoration: none;
}

/*Impressum*/

#impressum {
    background-color: rgba(190,190,190,0.2);
    height: 70em;
}




/*Probe*/

/*Gratiszahnspange*/
#Gratiszahnspange {
    clear: both;
    z-index: 1;
    margin-top: -15em;
    padding-top: 0;
    position: relative;
    
}

#Gratiszanspange a:hover {
    background-color: black;
    color: rgba(112,111,111,0.4);
}

#Einleitungsphoto {
    z-index: 4;
    margin-bottom: 0;
    position: relative;
}

#EinleitungProbe {
    z-index: 3;
    margin-top: -7em;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

#Kieferbehandlung {
    z-index: 2;
    margin-top: -14em;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}