#header {
	height: 220px;
	width: 100%;
	z-index: 5;
	}

#header {
	position: absolute;		 
	top: 0;
	left: 0;
}

#header[id] {
	position:fixed;
	}

#wrapper {
	position: absolute;
	top: 220px;
	left: 0;
	width: 100%;
	}

#content {
	margin-left: auto;
	margin-right: auto;
	width:970px;
	position:relative;
	text-align:left;
	background: url(/images/ansicht.jpg) no-repeat center;
	background-attachment: fixed;
	background-position: center top;
	height: 100%;
	}

#content[id] {
	background: url(/images/ansicht.jpg) no-repeat center;
	background-attachment: fixed;
	background-position: center 240px;
}

#navi {
position:relative;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	top: 188px;
	font-size:10pt;
	color:#003300;
	z-index:8;
	text-align:center;
}

.clear {
	clear: both;
	}


/* --[non-essential stuff, colors, etc.]-- */

body {
	background: url(/images/bgnd.jpg) repeat-y top center;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	}

#header {
	background: #FFFFFF url(/images/header.jpg) no-repeat top center;
	}

#header, #footer {
	color: #fff;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	}

h1	{
	font-size:18pt;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	}

h2	{
	font-size:16pt;
	font-weight:bold;
	text-decoration:underline;
	}

a:link {
	font-weight:bold;
	color:#003300;
	text-decoration:none
	}

a:visited {
	font-weight:bold;
	color:#003300;
	text-decoration:none
	}

a:hover {
	font-weight:bold;
	color:#E00000;
	text-decoration:none
	}

a:active {
	font-weight:bold;
	color:#E00000;
	text-decoration:underline
	}

a:focus {
	font-weight:bold;
	color:#003300;
	text-decoration:underline
	}.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
input {
	background: none;
	font-weight: bold;
	border:1px black solid;
}

textarea {
	background: none;
	font-weight: bold;
	border:1px black solid;
}

th {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

