@CHARSET "UTF-8";

td,p,body {
	color: white;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

img { border: 0px; }

body {
	margin: 0px 0px 0px 0px;
	background-color: #001850;
}

#mittig {
	position: absolute;
	width: 100%;
	height: 450px;
	left: 0px;
	top: 50%;
	margin-top: -210px;
	background-image: url(../gfx/m_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 30px;
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}

#anhang {
	position: absolute;
	width: 750px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin-top: 228px;
	margin-left: -391px;
	text-align: right;
	color: white;
	font-size: 10px;
	padding: 0px;
}

a {
	font-weight: bold;
}

a:link {
	color: #808CA8;
	text-decoration: none
}

a:visited {
	color: #808CA8;
	text-decoration: none
}

a:hover {
	color: #803F41;
	text-decoration: none
}

a:active {
	color: #803F41;
	text-decoration: none
}

#menu {
	position: absolute;
	width: 750px;
	left: 50%;
	top: 50%;
	margin-top: 194px;
	margin-left: -391px;
	text-align: right;
	color: white;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
}



ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
}

li {
	margin: 0px 0px 0px 27px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#content, #content2 {
	height: 400px;
	width: 706px;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -348px;
	padding-top:11px;
}

#content, #content p {
	font-size:12px;
	line-height: 20px;
	padding-bottom: 1px;
}

#bg {
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	left: 0px;
	height: 372px;
	position: absolute;
	margin-top: 57px;
}


#bgcolor-left {
	background-repeat: no-repeat;
	background-position: top center;
	width: 50%;
	height: 338px;
	position: absolute; left: 0px;
	margin-top: 57px;
}

#bgcolor-right {
	background-repeat: no-repeat;
	background-position: top center;
	width: 50%;
	height: 338px;
	position: absolute; right: 0px;
	margin-top: 57px;
}

h1 {
display: none;
}

#link a, #menu a {
	font-weight: normal;
}

#link a:link, #menu a:link, #link a:visited, #menu a:visited {
	color: white;
	font-weight: normal;
}

#link a:hover, #menu a:hover, #link a:active, #menu a:active {
	color: #ff6633;
	font-weight: normal;
}

#link .active, #menu .active {
	color: #ff6633;
}

a.lfile:link, a.lfile:visited {
	background-image:url(../gfx/file.gif);
	background-repeat: no-repeat; 
	padding-left: 20px;
	color: white;
}

a.lfile:hover, a.lfile:active {
	background-image:url(../gfx/file_o.gif);
	background-repeat: no-repeat; 
	padding-left: 20px;
	color: #ff6633;
}

a.lmail:link, a.lmail:visited {
	background-image:url(../gfx/mail.gif);
	background-repeat: no-repeat; 
	padding-left: 20px;
	color: white;
}

a.lmail:hover, a.lmail:active {
	background-image:url(../gfx/mail_o.gif);
	background-repeat: no-repeat; 
	padding-left: 20px;
	color: #ff6633;
}



#nextpage {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 15px;
	border: none;
	margin-left:385px;
	margin-top:94px;
	padding: 0px;
}

#nextpage a, #nextpart a {
	background-image: url(../gfx/right.gif);
	background-repeat: no-repeat;
	display: block;
	border: none;
}

#nextpage a:link,#nextpage a:visited {
	background-position: top left;
}

#nextpage a:hover,#nextpage a:active {
	background-position: bottom left;
}

#lastpage {
	position: absolute;
	top: 50%;
	left: 50%;	
	width: 8px;
	height: 15px;
	border: none;
	position: absolute;
	margin-left:365px;
	margin-top:94px;
	padding: 0px;
}

#lastpage a {
	background-image: url(../gfx/left.gif);
	background-repeat: no-repeat;
	display: block;
	border: none;
}

#lastpage a:link,#lastpage a:visited {
	background-position: top left;
}

#lastpage a:hover,#lastpage a:active {
	background-position: bottom left;
}

#pfont {
  line-height: 16px;
}

p { margin: 0px 0px 15px 0px; }
