body {
	font-family: Arial;
	font-size: 12px;
	color: #5D5D5D;
	margin: 0px;
	background-color:  #ffffff;
}

select {
	font-family: Arial;
	font-size: 13px;
	color: #5D5D5D;
	margin: 0px;	
}

input {
	font-family: Arial;
	font-size: 13px;
	color: #5D5D5D;
	margin: 0px;		
}

img {
	border: 0px solid black;	
}

a:link {
	color: #5D5D5D;
	text-decoration: none;
}

a {
	color: #5D5D5D;
	text-decoration: none;
}

a.white {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #808285;
	text-decoration: underline;
	cursor: pointer;
}

a.left_navi_link{
	color: white;
	font-size: 13px;
	text-decoration: none;
}

a.left_navi_link:hover{
	border-bottom: 1px solid #ff0000;
}

a.chosen_left_navi_link{
	font-size: 13px;
	color: black;
	text-decoration: none;
}

a.decorationNone {
	text-decoration: none;	
}

a.noHover {
	text-decoration: none;	
}

a.noHover:hover{
	color: #B07F00;
}

a.anker {
	color: #B07F00;
	font-weight: bold;
	text-decoration: none;
}

h3.bad {
	color: #BE0000;
}

#main {
	position: relative;
	width: 950px;
	top: 50px;
}

#headertext {
	position: absolute;
	color: #5D5D5D;
	font-size:16px;
	font-weight: bold;
	top: 142px;
	margin-left: 200px;
	padding-left: 10px;
	width: 740px;
	height: 20px;
	border-bottom: 1px solid #ff0000;
	z-index: 2;
}

#picture {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.box {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 201px;
	height: 510px;
	background-image: url("../images/menu_bg.jpg");
	background-repeat: no-repeat;
	color: white;
}


.box_middle {
	width: 140px;
	font-size: 5pt;
	padding-left: 23px;
	padding-right: 3px;
	padding-top: 10px;
	z-index: 4;
}

#textbox {
	position: absolute;
	top: 140px;
	left: 200px;
	padding: 10px;
	padding-top: 30px; 
	font-size: 12px;
	border: 1px solid #5D5D5D;
	border-top-width: 0px;
	width: 728px;
	min-height: 469px;
}

#zurueck {
	position: absolute;
	top: 147px;
	left: 30px;	
	width: 200px;
	text-align: right;
}

