body,table {
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:13px;
	color:#333;
	
}

#main {
	background-color:#f3e3ae;
}

#main a {
	text-decoration: none;
	font-weight:bold;
	color:#780e00;
}

#main h1 {
	color:#0073C0;
}

#footer, #footer a {
	background-color:#e5d090; 
	text-align:right; 
	height:60px; 
	color:#666;
	padding:5px;
}

.square {
 background-color:#eeeeee;
 padding:5px;
 border:1px solid;
 width:80px;
 height:80px;
}

.square:hover {
 background-color:#416920;
 cursor:pointer;
}

#main img {
	padding:5px;
}

#main b {
	color:#780e00;
}

input, select, textarea {
width:250px;
}

.pflicht {
font-weight:bold;
}
.pflicht_err {
color:#FF0000;
}