body {
    font: 100%  Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: #eeeeee;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-track-color: transparent;
    scrollbar-darkshadow-color: transparent;
    scrollbar-3dlight-color: #ff0000;
    scrollbar-shadow-color: #ff0000;
    scrollbar-arrow-color: #FF0000;
}




h1, h2, h3, h4, h5, h6 {
    clear: left;
    margin: 0;
}

h1 {font-size: 1.25em; font-weight: normal;}
h2 {font-size: 1.0em;}
h3 {font-size: 1.0em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}
h6 {
	font-size: 1.25em;
	font-family: Courier New, Courier, monospace;
	text-decoration: underline;
	margin: 0;
}

image { border: 0; }




textarea {
        border: 1px dotted;
        border-color: #eeeeee;
        background: #ffffff;
}

input.button {
	background-color : #555555;
	color : #FF0000;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}


.noprint {
    display: none ;
}


#minilocator {
    display:none ;
}

div.HauptInhalt {
    margin:  0;
    color: #eeeeee;
    background: transparent;
    border-collapse: collapse;
    border-style: none;
    padding: 0;
    width:630px;
}




a {
    text-decoration: none;
    color: #ff0000;
    background-color: transparent;
    text-decoration:underline;
}


a:link { color:#ff0000;}
a:visited { color:#ff0000;}
a:active { color:#ff0000;}
a:hover { color:#eeeeee;}

