body {
	width:100%;
	height:100%;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:150%;
	background-color:#900;
}

#background_bar {
	position:absolute;
	top:50%;
	margin-top:-150px;
	height:300px;
	width:100%;
	z-index:0;
	background-image:url(/media/pattern.jpg);
	border:none;
}

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-450px;
	height:550px;
	width:900px;
	z-index:1;
	background-color:#FFC;
	border:none;
}

#navi {
	position:relative;
	height:50px;
	background-image:url(/media/bg_navi.gif);
	text-align:right;
	background-repeat:no-repeat;
	color:#FFC;
}

#navi a:link,
#navi a:visited {
	color:#FFC;
	text-decoration:none;
	font-size:18px;
	line-height:23px;
	border-bottom:2px solid #900;
	letter-spacing:0.1em;
	margin-left:25px;
}
#navi a:hover,
#navi a:active {
	border-bottom:2px solid #FFC;
}
#footer {
	position:relative;
	height:50px;
	width:100%;
	background-color:#900;
	vertical-align:middle;
}
#content {
	position:relative;
	height:450px;
	width:100%;
}
#textfeld {
	position:absolute;
	height:450px;
	width:450px;
	margin-left:450px;
	overflow:auto;
	background-image:url(../media/FFF75.png);
}

h3 {
    font-size:1.75em
	color: #CC0000;
	font-weight: normal;
}
h5 {
    font-size:1em
	color: #333333;
	font-weight: normal;
}
p, li, td {
    font-size:0.8em;
	line-height: 1.6em;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #000000;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {

	color:#FFC;
}
