BODY {
	background-color: #eeeeee;
	color: #000000;
	font-family: tahoma, Verdana, arial, helvetica;
	font-size: 10px;
	margin: 0px;
}

A {
	color: #020169;
	text-decoration: none;

}
A:visited {
	color: #020169;
	text-decoration: none;
}

A:hover {
	color: #020169;
	text-decoration: underline;
}


TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
}

TD
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: tahoma,Verdana,arial,helvetica;
	font-size: 11px;

}

#screen {
	height: 650px;
	position: relative;
	top: 50px;
	width: 800px;
	margin: 0px auto;
}

.cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#header {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-bottom: 0px;
	color: #000000;
	height: 110px;
	position: relative;
	text-align: right;
}
#headerblue {
	background-color: #000064;
	height: 25px;
	position: relative;
}
.headertext {
	position: relative;
	top: 26px;
}
.headertextmain {
	color: #000064;
	font-size: 22px;
}
.headertextsub {
	color: #f09123;
	font-size: 10px;
	font-weight: 700;
}

#inlay {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
	color: #000000;
	height: 255px;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
}

#inlayleft {
	font-size: 11px;
	position: absolute;
	z-index: 200;
	overflow: auto;
	padding-right: 250px;
	padding-left: 25px;
	height: 255px;
	width: 523px;
	text-align: justify;
}

#inlayright {
	z-index: 300;
	position: absolute;
	margin-right: 20px;
	padding-top: 35px;
	left: 620px;
}

#menue {
	background-color: #eeeeee;
	border: 1px solid #000000;
	border-top: 2px solid #f09123;
	border-bottom: 2px solid #f09123;
	color: #000000;
	height: 30px;
	position: relative;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menue A {
	margin-right: 10px;
	margin-left: 10px;
}

#menue IMG {
	border-top: 1px solid #000064;
	border-bottom: 1px solid #000064;
	margin-top: 4px;
}

#menue IMG:hover {
	border-top: 1px solid #f09123;
	border-bottom: 1px solid #f09123;
}


#footer {
	background-color: #ffffff;
	background-image: url(/fileadmin/templates/layout/images/footer_blau.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	border-top: 0px;
	text-align: left;
	color: #000000;
	height: 98px;
	position: relative;
}
#footermenue {
	height: 30px;
	position: relative;
	border: 1px solid #000000;
	border-bottom: 0px;
	border-top: 3px solid #f09123;
	text-align: left;
}
#footmenueleft {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding-top: 7px;
	padding-left: 30px;
	text-align: left;
	float: left;
}

#footmenueleft IMG{
	border-bottom: 1px solid #000064;
}

#footmenueleft IMG:hover {
	border-bottom: 1px solid #f09123;
}
#footmenueleft A{
	margin-right: 15px;
}

#footmenueright {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding-top: 6px;
	padding-left: 30px;
	text-align: right;
	float: right;
	margin-right: 20px;
}

#footmenueright IMG{
	border: 1px solid #3f3f3f;
}

#footmenueright A{
	margin-right: 7px;
}