.pagetitle {
	border-bottom: 2px solid #FFCC33;
	color: #FFCC33;
	
}
.pagepicture {
	border-left: 2px solid #FFCC33;
}
.content {
	border-right: 2px solid #FFCC33;
	border-bottom: 1px dashed #FFCC33;
	border-left: 1px dashed #FFCC33;
}
a {
	color: #ffcc33;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.error {color: #ff0000; font-weight:bold;}
.zeile {
	clear:both;
	background-color: #ffcc33;
	height:2em;
	padding: 2px;
}
.zeile2 {
	clear:both;
	background-color: #ffcc33;
	height:7em;
	padding: 2px;
}
textarea {
	font-family:verdana,arial,helvetica;
	font-size:100%;
}
.inputLabel {
	float:left;
	width: 70px;
	text-align:right;
}

.inputField {
	width: 370px;
	float:right;
}
