/* CSS Document */

* {margin:0; padding:0;}

/*Grundstruktur*/

body {

background-color: rgb(227,199,218);
scrollbar-base-color:rgb(204,8,142);
scrollbar-3dlight-color:white;
scrollbar-arrow-color:rgb(204,8,142);
scrollbar-darkshadow-color:white;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:white;
scrollbar-track-color:white;

}

#center {

width:808px;
height:auto;
margin-top:-10px;
margin-left:auto;
margin-right:auto;

}

.navi a:link {color: rgb(204,8,142); text-decoration:none;}
.navi a:visited {color: rgb(204,8,142); text-decoration:none;}
.navi a:hover {color:white; text-decoration:none;}
.navi a:active {color: rgb(204,8,142); text-decoration:none;}

.navi {

width:800px;
margin-top:100px;
margin-left:25px;
font-family: verdana;
font-size:12px;
color: rgb(204,8,142);
position:absolute;
z-index:6;

}

#logo {

width:233px;
height:157px;
margin-top: 60px;
margin-left:599px;
background-image: url(../_images/logo.png);
background-repeat: no-repeat;
position:absolute;
z-index:4;

}

#back {

margin-top:120px;
width:808px;
height:687px;
background-image: url(../_images/background.gif);
background-repeat: no-repeat;
position:absolute;
z-index:2;

}


/* Bild HOME */

#imagehome {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/home211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Rosa Sanat */

#imagerosasanat {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/rosasanat211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Ilios Methode */

#imageilios {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/ilios211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Angebote */

#imageangebote {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/angebote211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Fortbildungen */

#imagefortbildung {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/fortbildung211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Diagnose Krebs */

#imagekrebs {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/krebs211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Prävention */

#imagepraevention {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/praevention211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Buchempfehlungen */

#imagebuch {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/buchempfehlungen211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Kontakt */

#imagekontakt {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/kontakt211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

/* Bild Impressum */

#imageimprint {

width:211px;
height:680px;
margin-top:3px;
margin-left:575px;
background-image: url(../_images/imprint211x680.jpg);
background-repeat: no-repeat;
position:absolute;
z-index:3;

}

#inhalt {

width:555px;
height:635px;
margin-top:10px;
margin-left:12px;
position:absolute;
z-index:4;
overflow:auto;
}

.headline {

padding-left:15px;
padding-right:15px;
font-family: verdana;
font-size:13px;
font-weight:bold;
color: rgb(154,5,107);

}

.inhalt a:link {color:rgb(154,5,107); text-decoration:none;}
.inhalt a:visited {color: rgb(154,5,107); text-decoration:none;}
.inhalt a:hover {color: rgb(204,8,142); text-decoration:none; font-style:italic;}
.inhalt a:active {color: rgb(154,5,107); text-decoration:none;}

.inhalt {

padding-top:10px;
padding-bottom:10px;
padding-left:15px;
padding-right:15px;
font-family: verdana;
font-size:12px;
color: rgb(204,8,142);
overflow: auto;

}

.zitat {

font-family: verdana;
font-size:12px;
color:white;
margin-top:550px;
margin-left:580px;
width:210px;
height:100px;
position:absolute;
z-index:4;

}

.bottom a:link {color: rgb(204,8,142); text-decoration:none;}
.bottom a:visited {color: rgb(204,8,142); text-decoration:none;}
.bottom a:hover {color:white; text-decoration:none;}
.bottom a:active {color: rgb(204,8,142); text-decoration:none;}

.bottom {

width:780px;
margin-top:810px;
margin-left:25px;
font-family: verdana;
font-size:12px;
color: rgb(204,8,142);
position:absolute;
z-index:1;

}

/* Formularfelder */

.formfield {

margin-top:2px;
border: 1px #c7c6c7 solid; 

}

.formfieldloose {

margin-top:2px;
border: 1px red solid; 
background-color: #fcb2b2;
}


