﻿#bg {
	background-image: url(bg.jpg);
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow-x: hidden;
}
#navigator > li > a {
	text-decoration: none;
	color: white;
	font-size: 150%;
}
#navigator {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: C0C0C0;
	padding-top: 4px;	
}
#navigator > li {
	display: inline-block;
	width: 19%;
	border-width: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-right: 2px;
	border-bottom: 2px;
	border-style: solid;
	-moz-border-radius:0px 0px 10px 0px; /* Firefox */
	-webkit-border-radius:0px 0px 10px 0px; /* Chrome, Safari */
	-khtml-border-radius:0px 0px 10px 0px; /* Konqueror */
	border-radius:0px 0px 10px 0px; /* CSS3 */}

#navigator > li > ul {
	position: absolute;
	padding: 1px;
	visibility: hidden;
	z-index: 999;
	background-color: C0C0C0;
	width: 19%;
	margin-top: 2px;
}

#navigator > li > ul > li > a {
	text-decoration: none;
	color: white;
	font-size: 120%;
}
#navigator > li > ul > li:hover {
	background-color: DCDCDC;

}
#navigator > li:hover > ul {
	list-style: none;
	visibility: visible;
	border-width: 0px;
	border-right: 2px;
	border-bottom: 2px;
	border-style: solid;

}

#all {
	background-color:EEEEEE;
	width: 80%;
	position: relativ;
	margin-left: 10%;
	margin-top: 4%;
}
#wap {
	width: 13%;
	position: relativ;
	margin-left: 94%;
	margin-top: -7%;
}
#textfeld {
	margin-left: 5%;
	width: 88%;
	margin-top: -6%;
	
}
.hl1 {
	font-size: 300%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.hl2 {
	font-size: 200%;
	font-style: italic;
	font-weight: lighter;
	text-decoration: underline;
	text-align: center;
}
.hl2l {
	font-size: 200%;
	font-style: italic;
	font-weight: lighter;
	text-decoration: underline;
	text-align: justify;
}
.text {
	font-size: 160%;
	text-align: center;
}
.text2 {
	font-size: 160%;
	text-align: justify;
}
.img {
	width: 45%;
}
