/* CSS Document */

body 
{
background-color: #F7EDCF;

scrollbar-base-color: #F7EDCF;
    scrollbar-highlight-color: #F7EDCF;
    scrollbar-track-color: #F8EBC4;
    scrollbar-darkshadow-color: #F7EDCF;
    scrollbar-3dlight-color: #737573;
    scrollbar-shadow-color: #737573;
    scrollbar-arrow-color: #CE0031;
}
hr {
    clear: both;
    height: 1px;
    color: #737573;
    background-color: transparent;
}

.content {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #3f3f3f; text-align: justify}
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none; font-weight: bold }
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none; font-weight: bold }
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none; font-weight: bold }
.ueberschrift1 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none; font-weight: bold }
.ueberschrift2 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none; font-weight: bold }
.ueberschrift3 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none; font-weight: bold }
b { font-weight: bold; color: #666666; font-size: 12px; line-height: normal; text-decoration: none}
.strong { font-weight: bold; color: #666666; font-size: 12px; line-height: normal; text-decoration: none}
.b2 { font-size: 12px; font-weight: bold; line-height: normal; color: #FFFFFF}
.light2 { font-size: 12px; line-height: normal; color: #FFFFFF}
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0033; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0033; text-decoration: none}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0033; text-decoration: none}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0033; text-decoration: underline}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3f3f3f; text-align: justify}

textarea {
    border: 1px solid #737573;  
    color: Black;
    background-color: #F8EBC4;
    width: 88%;
    padding: 0.1em;
}

textarea.klein {
    border: 1px solid #737573;  
    color: Black;
    background-color: #F8EBC4;
    padding: 0.1em;
    width: 195px;
    height: 70px;
}

input {
    font: bold 100% Arial, Helvetica, Arial, sans-serif;
    border: 1px solid #737573;  
    color: #CE0031;
    background-color: #F8EBC4;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

select {
    font: bold 100% Arial, Helvetica, Arial, sans-serif;
color: #737573;
	background-color: #F8EBC4;
    border: 1px solid #737573; 
	vertical-align: top;
	
	}


