#nav {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 35px;
	width: 170px;
}

#nav p a {
	text-decoration: none;
	padding: 4px 0px 4px 10px;
	margin: 15px 0px 15px 0px;	
	color: #4e4e4e;
	text-transform : uppercase;
}

#nav p {
	text-decoration: none;
	padding: 4px 0px 4px 10px;
	margin: 0px;	
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	text-transform : uppercase;
}

#nav a:hover {
	text-decoration: none;
	color: #FF0000;
	text-decoration : none;
	font-weight : bold;
	text-transform : uppercase;
}

#nav p a:hover {
	text-decoration: none;
	color: #FF0000;
	text-decoration : none;
	font-weight : bold;
	text-transform : uppercase;
}

#nav a.active {
	text-decoration: none;
	color: #124B9A;
	text-decoration : none;
	font-weight : bold;
	text-transform : uppercase;

}
#nav p a.active {
	text-decoration: none;
	color: #124B9A;
	text-decoration : none;
	font-weight : bold;
	text-transform : uppercase;

}

#commonpages {
	width: 160px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

#commonpages p {
	padding: 4px 0px 4px 0px;
	font-size: 80%;
	text-align: center;
	color: #000000;
	border: none;
	margin: 0px;
}

#commonpages p a {
	text-decoration: none;
	color: #000000;
}

#commonpages p a:hover {
	tex-deoration: none;
	color: #ff0000;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 0px;
}

#plaintext a {
	color: #a0a0a0;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 880px;
	height: 235px;
	background : url(../images/head.gif) no-repeat;
}

#fuss {
	position: absolute;
	left: 0px;
	width: 880px;
	background: #ffffff url(../images/pagedown.gif) no-repeat;
	padding: 0px;
	height: 27px;
}

#content {
	position: absolute;
	text-align: left;
	top: 250px;
	left: 0px;
	width: 880px;
	background : url(../images/pageback.gif);
	padding: 0px 0px 0px 0px;
}

#seite {
	position: relative;
	text-align: left;
	top: 0px;
	font-size: 12px;
	line-height: 170%;
	left: 235px;
	width: 320px;
	padding: 0px 0px 0px 0px;
}

#subnav {
	position: absolute;
	top: 241px;
	left: 601px;
	width: 150px;
	height: 300px;
	padding: 10px 40px 10px 0px;
}

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: #535353;
	font-size : 90%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
}

#subnav a.active {
	font-weight: bold;	
	color: #FF0000;
}

#subnav a:hover {
	font-weight: bold;	
}


#sidebar {
	position: absolute;
	text-align: left;
	top: 250px;
	right: 40px;
	width: 250px;
	padding-top: 10px;
}
#search {
	position: absolute;
	top: 85px;
	left:600px;
	margin: 0px;
	padding: 0px;
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #FF0000;
	font-size: 10px;
}

