BODY {
	background-color: #000000;
	COLOR: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	}

TABLE				{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; text-decoration: none; }

A:link 		{ COLOR: #626b70; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A:visited 	{ COLOR: #626b70; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A:active 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A:hover 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }

A.blau:link 		{ COLOR: #00FFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A.blau:visited 	{ COLOR: #00FFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A.blau:active 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A.blau:hover 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }

A.blaulinie:link 		{ COLOR: #00FFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: underline; }
A.blaulinie:visited 	{ COLOR: #00FFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: underline; }
A.blaulinie:active 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: underline; }
A.blaulinie:hover 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: underline; }

A.gruenhell:link 		{ COLOR: #D6FFB1; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A.gruenhell:visited 	{ COLOR: #D6FFB1; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A.gruenhell:active 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }
A.gruenhell:hover 	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; font-weight:normal; text-decoration: none; }

.gruenhell, a.gruenhell	{ COLOR: #D6FFB1; font-family: Arial; font-size: 11px; font-style: normal; text-decoration: none; }
.gruenmittel, a.gruenmittel	{ COLOR: #A2FF00; font-family: Arial; font-size: 11px; font-style: normal; text-decoration: none; }
.rot, a.rot	{ COLOR: #FD4FA1; font-family: Arial; font-size: 11px; font-style: normal; text-decoration: none; }
.blau		{ COLOR: #00FFFF; font-family: Arial; font-size: 11px; font-style: normal; text-decoration: none; }
.grau		{ COLOR: #2C2F2F; font-family: Arial; font-size: 11px; font-style: normal; text-decoration: none; }
.weiss	{ COLOR: #FFFFFF; font-family: Arial; font-size: 11px; font-style: normal; text-decoration: none; }


#message, #email, #name { /* contact textarea */
    float:left;
}
input, textarea {
    background-color: #2c2f2f;
    width: 239px;
    border:none;
    color: #FFFFFF;
}

input {
    height: 20px;
}

label {
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    float:left;
}


