body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

span {
	font-size: 80%;
}

table{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 6px;
	
}

td {
vertical-align: top;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}

input{
	border: solid #666666;
	border-width: 1px;
}

input:hover{
	border: dashed #666666;
	border-width: 1px;
}

input:focus{
	border: solid #666666;
	border-width: 1px;
	background-color:#FBF484;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	border: 1px solid #666666;
}
textarea:focus {
	border: 1px solid #666666;
	background-color:#FBF484;
}

textarea:hover {
	border: 1px dashed #666666;
}




.impressum {
	font-size: 10px;
}

.leer {
	border: 2px solid #FF0000;
}

.header{
	font-size: 140%;
	color: #CCCCCC;
}


.error {color: #FF0000}

.rand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
}

.cpright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


