@charset "utf-8";
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #faf9f5 url('/img/hintergrund.jpg') repeat-x;
}
#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
#main {
	overflow: auto;
	padding-bottom: 30px;
	width: 100%;
}
#head {
	clear: both;
	height: 120px;
	margin-bottom: 1px;
}
#lang {
	float: right;
	height: 15px;
	margin-top: 20px;
	margin-right: 20px;
}
#navi {
	clear: both;
	height: 30px;
	overflow: hidden;
	padding: 8px 0 0;
	position: relative;
	width: 100%;
}
#menu {
	float: left;
	margin: 0 7px 0 0;
	width: 600px;
}
#content {
	padding: 20px;
}
#col1 {
	float: left;
	width: 600px;
	margin-right: 20px;
}
#col2 {
	float: left;
	width: 300px;
}
#foot {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear: both;
	background-image: url('/img/footer.jpg');
	background-repeat: repeat;
	text-align: center;
	color: #FFF;
	line-height: 30px;
}

#col1 img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


#menu ul {
	margin: 0 0 0 20px;
	overflow: hidden;
	width: 95%;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: block;
	float: left;
	height: 30px;
	margin-right: 3px;
	text-align: center;
}
#menu ul li a span {
background: none repeat scroll 0 0 transparent;
display: block;
float: left;
line-height: 30px;
padding: 0 10px;
}
#menu ul li.sel a:link, #menu ul li.sel a:visited {
	font-weight: bold;
}
#menu ul li.sel a:link, #menu ul li.sel a:visited, #menu ul li a:link:hover, #menu ul li a:visited:hover {
	background: url('/img/r.gif') no-repeat scroll 100% 0 transparent;
	color: #F5821F;
	text-decoration: none;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #FFFFFF;
}
#menu ul li a {
	background: url('img/sep.gif') no-repeat scroll 100% 0 transparent;
	display: block;
	float: left;
	line-height: 30px;
	text-decoration: none;
}
h2 {
	clear: both;
	font-size: 12pt;
	font-weight: bold;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #000;
	padding-bottom: 4px;
	color: #393939;
	margin-top: 30px;
}
.top {
	margin: 0px;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
}

a:link, a:visited {
	color: #00C;
}
a:hover {
	color: #F90;
}
a img {
	border: none;
}
 

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}

form {
	width: 600px;
}
fieldset {
	margin: 10px;
	padding: 20px;
}
legend {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
label {
	display: inline-block;
	line-height: 2;
	vertical-align: top;
	width: 110px;
}
input, select, textarea {
	width: 400px;
}
input.right {
	width: auto;
	float: right;
	margin-top: 10px;
}
td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 5px;
}
