/* allgemeines 
================================== */
* {
  margin: 0;
  padding: 0;
}
html {
	height: 100%;
}
body {
	min-height: 101%;
	font-size: 70%;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, Verdana;
	text-align: center;
	color: #000000;
	background-color: #666666;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
hr {
	border: none;
	color: #000066;
	height: 1px;
	width: 100%;
}






/* gelber Balken 
================================== */
#head {
	background-color: #FFFFCC;
	border-bottom: 1px solid #000066;
	color: #000066;
	width: 860px;
	line-height: 2em;
	vertical-align: bottom;
}
#head a:link {
	color: #000066;
	text-decoration: none;
}
#head a:visited {
	color: #000066;
	text-decoration: none;
}
#head a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #000066;
}
#head a:active {
	color: #333333;
	text-decoration: none;
}
#head .mainnav {
	font-size: 1.5em;
	vertical-align: bottom;
}
#head .lang {
	font-size: 1em;
	vertical-align: bottom;
	text-align: right;
	font-weight: normal;
}




/* Fusszeile 
================================== */
.footer {
	font-size: 1em;
	color: #999999;
	background-color: #000066;
}
.footer a:link {
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}