body {
	background-color: #FFFFFF;
	background-image: url(systemimg/bg.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}
.divtext {
	position:absolute; 
	width:1;
	height:1; 
	overflow: hidden; 
	visibility: hidden; 
	left:0px; 
	top:0px; 
	line-height:0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	display:inline;
	font-size: 11px;
}
input {
	font-size	:	10px;
}

textarea {
	font-size	:	11px;
	font-family: Arial;
}

select {
	font-size	:	10px;
	color: #626554;
}

.ueberschrift {
	font-size	:	12px;
	font-weight	:	bold;			
}

.unterueberschrift {
	font-size	:	11px;
	font-weight	:	none;			
}

.inputdescription {
	font-size	:	10px;
}

.optionelement {
	background-color: #FDFFEF;
}

.optionalignelement {
	background-color: #EEEEE6;
}
.tablecontent{
	background-color: #ffffff;
}

a { 
	text-decoration	:	none; 
	color		:	#8E8E8E;
}

a:hover { 
	text-decoration	:	none;
	color		:	#8E8E8E;
}

a:active { 
	text-decoration	:	none; 
	color		:	#8E8E8E;
}

a:visited { 
	text-decoration	:	none;
	color		:	#8E8E8E;
}

a.editcontent:hover {
	text-decoration	:	underline;
	font-weight	:	none;
}
