body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	margin: 0px;
}
a:link { 
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

a.linknav:link { color:#FFFFFF; text-decoration: none; }
a.linknav:visited { color:#FFFFFF; text-decoration: none; }
a.linknav:hover { color:#FFFFFF; text-decoration: underline; }
a.linknav:active { color:#FFFFFF; text-decoration: none; }

form {
	border: 1px;
	border-color: #de7d35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
/*	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	height: 160px;*/
}

input, textarea, input.radio, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
}

.formular {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;	
} 

.textunterstrichen {
	text-decoration: underline;
}
.textnormalbold {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.textweissbold {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textweiss {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.ueberschrift_1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}
.ueberschrift_2 {
	font-family: Arial;
	font-size: 15px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4F566C;
	text-decoration: none;
	letter-spacing: 1px;
}
.textklein{
	font-size: 13px;
	text-decoration: none;
}
.textnavi_1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.textnavi_2 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
#navigation {
background-color:#85B4DD;
width:230px;
height:424px;
float:left;
}
#content {
background-color:#FFFFFF;
width:620px;
height:424px;
float:right;
overflow:auto;
}

