body {
	background-image:url(images/hintergrund.gif);
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

p, td{
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

/* Links  */

A {
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	}
A:link, A:visited {
	text-decoration: none;
	color: #666666;
	}
A:hover, A:active {
	color: #ccc;
	text-decoration: none;
	}

/* Formulare und CO */

input, select {
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: #666666;
	}
.checkbox {
	border: 0px;
	}
.contacttext {

}
.contacttextnormal {
}


.inputcontact {
    height: 16px;
    width: 137px;
}
.inputcontactsmall {
    height: 20px;
    width: 40px;
	}
.textareacontact {
	}
.butoncontact {
	}

/* ~~~~~FORMS ~~~~~~ */
input, select, textarea {
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: #000;
	}


