body {
	background: url(images/backgrounds/body_back.jpg);
	background-repeat: repeat-y;
	background-color: #F78F42;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
form {
	margin: 0px;
	}
	
.std {
	font-size: 0.75em;
	}
	
.fett {
	font-size: 0.75em;
	font-weight: bold;
	}
	
.klein {
	font-size: 0.7em;
	}
	
.input {
	background: transparent;
/*	background-color: #4BB969;	*/
	border: 2px solid #ffffff;
	border-width: 0 0 1px 0; 
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.75em;
	font-family: Arial, sans-serif;
	}
	
.input:focus {background: #F78F42; }
	
div#navi {
	float: left;
	width: 300px;
	height: 100%;
	vertical-align: top;
	background: url(images/layout/navi_back.jpg) top left;
	background-repeat: repeat-y;
	}
	
div#naviLinks {
	margin-top: 20px;
	}
	
div#content {
	position: absolute;
	left: 300px;
	width: 780px;
	}
	
.error {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFDE23;
	font-size: 12px;
	}
#tuv {
	cursor: pointer;
	}
#tuv_big {
	z-index: 10000;
	position: absolute;
	top: 10px;
	left: 120px;
}
