html {
	padding: 0%;
	margin: 0%;
	font-size: 100%;
	/*overflow: auto; */
	width: 99%;
	height: 98%;
}

body {
	background-color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
}

#border {
	/*border: solid #666666 2px;
	position: absolute;
	left:28px;*/
}


#head {
	position: absolute;
	left: 9%; top: 25px;
	z-index: 1;
	width: 82%;
	height: 95px;
	background-color: #0099CC;
	text-align: right;
	border-left: solid #666666 2px;
	border-right: solid #666666 2px;
	border-top: solid #666666 2px;
}

#ecke {
	position: absolute;
	left: 9%; top: 25px;
	width: 43px;
	height: 46px;
	z-index: 2;
	background-image: url(../img/ecke_lo2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px; /* border überlagert */
}

#head img {
	border: 0px;
	margin-top: 23px;
}

#menu {
	position: absolute;
	left: 9%; top: 122px;
	padding: 0px 0px;
	width: 82%;
	min-height: 18px;
	background-color: #000033;
	border-top: solid #000033 2px;	
	border-bottom: solid #000033 2px;
	border-left: solid #666666 2px;
	border-right: solid #666666 2px;
	color: white;
	font-family: Helvetica, sans-serif;
	white-space: nowrap;
}

#menu ul {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}

#menu ul li {
	display: inline;
	padding: 10px;
	margin: 10px;
}

#menu ul li + li {
	border-left: solid white 2px;
}

#menu ul li a {
	/*background-color: #000033;*/
	text-decoration: none;
	color: white;
}
#menu ul li a:link {
	
}
#menu ul li a:visited {}
#menu ul li a:active {}
#menu ul li a:hover{
	/*background-color: #0099CC;*/
	color: #0099CC;
}

#content_frame {
	position: absolute;
	left: 9%; top: 140px;
	width: 82%;
	min-height: 70%;
	padding-bottom: 15px;
	background-color: white;
	border-left: solid #666666 2px;
	border-right: solid #666666 2px;
	border-bottom: solid #666666 2px;
	font-size: 100%;
}

#content {
	padding: 25px 7% 20px 7%;
	font-size: 72.5%;
	text-align: left;
	width: 86%;
}


#content h1, h2, h3, h4 {
	text-align: inherit;
	font-weight: bold;
	color: black;
}

#content h1 {
	font-size: 160%;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 35px;
}

#content h2 {
	font-family: Helvetica, sans-serif;
	font-size: 125%;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 25px;
}


#content h3 {
	font-size: 112%;
	letter-spacing: 2px;
	text-decoration: underline;
}

#content h4 {
	font-size: 107%;
	margin-top: 30px;
}

#content p {
	text-align: justify;
	font-size: 100%;
	line-height: 130%;
}

#content h4 + p {
	/*font-size: 100%;
	line-height: 100%;*/
}

#content a {
	text-decoration: none;
	color: #0099CC;
	/*font-weight: bold;*/
}
#content a:link {}
#content a:visited {}
#content a:active {}
#content a:hover {
	text-decoration: underline;
}

#content a img {
	border: 0px;
}

#content em {
	font-style: oblique;
	letter-spacing: 0px;
}

#content strong {
	font-weight: bold;
}

#content form h4 {
	text-align: justify;
}


#statusbar {
	position: absolute; 
	left: 5px; top: 5px;
}

p.umfragelink {
	display: inline;
	font-weight: bold;
	margin-top: 28px;
	margin-right: 25px;
	padding: 5px;
	border: groove #000033 2px;
	background-color: #DDDDDD;
	float: left;
	width: 40%;
}

p.umfragelink a {
	padding-left: 10px;
}

p.umfragelink a:after{
	/*content: " >>>";*/
}

p.umfragelink img {
	float:left;
	border: solid #000033 1px;
}


ul.linklist {
	list-style-type: none;
}

