/* ------------------------------- Layout ------------------------------------- */
* {margin:0; padding:0;}
body {
 background-color: #ffffff;
 background-image: none;
 color: #000000;
 margin: 0px auto;
 text-align: center;
 font-size: 12pt; 
 line-height: 115%;
 font-family: times new roman, times, serif;
}
div {

}
#aussen { /*feste Breite*/
width: auto;
height: 100%;
margin: 0 auto;
 background-color: #ffffff;
}


#headerline { 
display: none;
}

img.noborder {
display: none;
}
img {
display: none;
}

#content {
width: auto;
text-align: left;
margin: 16px;
border: none 0;
padding: 20px;
clear: both;
color: #000000;
 background-color: #ffffff;
}



#footer {
display: none;
}


.clearcontent {
clear: both;
width: auto;
height: auto;
}


/* --------------------- Formatierung ---------------------------------------------*/

h1{
font-size: 14pt;
}
h2{
font-size: 13pt;
}
h3{
font-size: 13pt;
}
h4{
font-size: 13pt;
}
h5{
font-size: 12pt;
}
h6{
font-size: 12pt;
}

.small{
font-size: 10pt;

}




.selected {
color: #EBEDED;
background: #738080;
}


a {
display: none;
border: none 0;
text-decoration: underline;
}



/* Liste Navi -----------------------------------------------*/

ul.navi {
display: none;

}
li{
display: none;


}


/* Liste andere -----------------------------------------------*/

ul.liste{
display: none;


}


/* --------------------- Formular ---------------------------------------------*/

textarea {
width: 600px;
height: 8em;
background-color: #FFF;
border: 1px solid #336699;
color: #336699;
white-space:normal; 
}
input {
margin-bottom: 20px;
width: 280px;
height: auto;
background-color: #FFF;
border: 1px solid #336699;
color: #336699;
}
.sendebutton {
width: 50px;
height: 30px;
border: 0 none;
margin-top: 30px;
margin-left: 280px;
}
form {
font-size: 0.9em;
}
legend {
font-size: 0.8em;
color: #666666;
background-color: #ffffff;
border: 1px solid #ff9966;
padding: 0.3em;
}
fieldset {
border: 1px solid #ff9966;
padding: 20px;
}
.fehler {
border: 1px dotted #cc3300;
background-color: #ffcc99;
padding: 20px;

margin: 30px 0;
}
/* ---------------------  Ende Formular ---------------------------------------------*/