/* Farben:

GENERAL:
orange: #F90; // background Menüleiste links
dunkelrot: #900; // active link (früher #A12312;)


HOME:
orange: #FFBE33; // "Willkommen" auf Home
dunkelrot: #A12312; // background general


VOICE COACH:
creme-weiss:#FAF6E4; // background Textarea
hell-orange:#FC3; // background general

*/


/* border:solid black 1px; */

body{
margin-top:15px;
margin-left:0;
font-family:sans-serif,helvetica,arial,verdana;
font-size:1em;
font-size:100.01%;
color:#000;
background-color:#900;
text-align:center;
min-width:912px;
line-height:1.5em;
}

td{
font-family:sans-serif,helvetica,arial,verdana;
font-size:smaller;
line-height:1.5em;
vertical-align:top;
}

div#zentriert{
width:912px;
margin:auto;
text-align:left;
margin-left:auto;
margin-right:auto;
font-size:smaller;
}

a{
color:#FFF;
/*background-color:#F90;*/
text-decoration:none;
font-weight:bold;
}


a:link{color:#FFF;/*background-color:#F90;*/}
a:hover{color:#A12312;/*background-color:#F90;*/}
a:active{color:#A12312;/*background-color:#F90;*/}

a.sublink{
color:#9D2413;
background-color:#FAF6E4;
text-decoration:none;
font-size:larger;
}

a.toplink{
color:#FFF;
background-color:#F90;
}

a:hover.sublink{
color:#A12312;
background-color:#FAF6E4;
text-decoration:underline;
}

a.audiolink{
color:#9D2413;
background-color:#FAF6E4;
text-decoration:none;
font-size:normal;
}

a:hover.audiolink{
color:#A12312;
background-color:#FAF6E4;
text-decoration:underline;
}

/******************** MENÜ *******************/
div.menu{
position:absolute;
margin-top:-395px;
font-weight:bold;
color:#A12312;
font-size:larger;
width:163px;
text-align:right;
line-height:2.2em;
}




/************************* STEUERUNG LAYOUT MAIN ******************/

div.streifen{
width:165px;
height:600px;
background-image:url(bilder/general/Stimmig_Streifen.jpg);
background-repeat:no-repeat;
color:#F90;
background-color:#F90;
}

div.verlauf{
position:absolute;
margin-left:165px;
background-image:url(bilder/general/Verlauf.jpg); 
background-repeat:repeat-y;
color:#F90;
background-color:#F90;
width:37px;
height:600px;
}

div.orange{
width:165px;
color:#F90;
background-color:#F90;
}

div.orangeTest{
width:165px;
color:#A12312;
background-color:#F90;
}

div.contentBG{
position:absolute;
color:#000;
background-color:#FAF6E4;
margin-top:0px;
margin-left:202px;
width:698px;
height:600px;
background-repeat:no-repeat;
}

div.contentBG_2{
position:absolute;
color:#000;
background-color:#FAF6E4;
margin-top:0px;
margin-left:202px;
width:698px;
/* height:2640px; individuell auf entspr. Seite einstellen */
}

div.headline{
position:absolute;
margin-top:-468px;
margin-left:250px;
}

div.subHeadline{
margin-bottom:15px;
}

div.startText{
position:absolute;
margin-top:-387px;
margin-left:260px;
width:510px;
}

.eingerueckt{
padding-left:25px;
}

.tab15{
padding-left:15px;
}

/************************* WEITERE DETAILS ******************/


div.subtitle{
color:#FFBE33;
font-size:larger;
line-height:1.5em;
}

.bullet{
list-style-image:url(bilder/general/bullet.gif);
}

.emph{
color:#9D2413;
font-weight:bold;
}

.rot{
color:#9D2413;
font-weight:normal;
}

.schwarz{
color:#000;
background-color:#F90;
}

.dunkelrot{
color:#A12312;
}

.fett{
font-weight:bold;
}

.mager{
font-weight:normal;
}

.kleiner{
font-size:smaller;
}

.klein{
font-size:small;
}

.groesser{
font-size:larger;
}

.mitte{
text-align:center;
}

.rechts{
text-align:right;
}

.block{
text-align:justify;
}