BODY {
	font-family:arial;
	font-size:12px;
	color:black;
	margin:10px;
}
TD {
	font-family:arial;
	font-size:12px;
	color:black;
	margin:0px;
}
BODY.page {
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
}
FORM {
	margin:0px;
}
A {
	text-decoration:underline;
	color:black;
}
.loginbox {
	position:absolute;
	left:750px;
	top:120px;
	width:190px;
}
.menu {
	position:absolute;
	left:300px;
	top:20px;
	width:580px;
}
.menuEntry {
	float:left;
	margin-right:20px;
}
.menuEntry A, .menuEntry A.sel {
	color:black;
	font-size:12px;
	padding-left:10px;
	background-image:url('../images/menu/menuplus.gif');
	background-position:0px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
}
.menuEntry A.sel {
	font-weight:bold;
}
.menuEntry A:hover {
	text-decoration:underline;
}
.content {
	position:absolute;
	left:300px;
	top:80px;
	width:380px;
}
.smallwhite {
	color:white;
	font-size:10px;
}

H1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}
H2 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}

.form {
	width:400px;
}
P {
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}

.btn { 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #EDEDED; 
	border:1px solid #999999;
}

.edit {
	height:20px;
	font-family:arial;
	font-size:11px;
	border: 1px solid #999999;
}
.formLeft {
	float:left;
	width:150px;
}
.formleft2 {
	float:left;
	width:60px;
}
.formleft2 .edit {
	width:55px;
}
.formRight {
	width:230px;
	float:left;
}
.formRight .edit {
	width:230px;
	
}
.formRight2 {
	width:170px;
	float:left;
}
.formRight2 .edit {
	width:170px;
	
}
.clear {
	height:0px;
	clear:both;
}
.error {
	color:#F2555B;
	font-weight:bold;
}
.red {
	color:#F2555B !important;
}
.small {
	font-size:10px;
}
.buchstabe {
	font-size:14px;
	color:#F2555B;
	font-weight:bold;
}