/* @override http://www.4rad.net/styles.css */

* {
	margin: 0;
	padding: 0;
}

body, html {
	background-color: #f29400;
	font: 13px Helvetica, Arial, Geneva, sans-serif;
	color: black;
	height: 100%;
}

h1, h2, h3 {
	color: #666;
}

h1 {
	font-size: 1.8em;
	line-height: 1.6em;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 24px;
}

a {
	color: #f29400;
	text-decoration: underline;
}

a:hover {
	background-color: #f29400;
	text-decoration: none;
	color: white;
}

#header {
	height: 26px;
	width: 100%;
	background: #666;
	border-bottom: 1px solid black;
	top: 0;
	position: absolute;
	float: left;
	overflow: hidden;
}

.topnav {
	position: relative;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}


#naviul {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style-type: none;
}


#naviul li {
	float: left;
	position: relative;
	right: 50%;
}


#naviul a {
	font-size: 16px;
	margin-top: 2px;
	width: auto;
	display: block;
	padding:0 10px;
	line-height: 1.5em;
	color: #fff; 
	text-decoration:none;	
}

#naviul li a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#content {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}

#subnav {
	width: 200px;
	float: left;
}

#graubox {
		
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    border-radius: 11px;
	background-color: #999;
	padding: 11px;
	margin-top: 12px;
}


#graubox ul {
	list-style-type: none;
	margin-top: 12px;
}

#graubox li {
	margin-bottom: 12px;
	display: block;
}

#graubox a {
	color: black;
	text-decoration: none;
}

#graubox a:hover {
	text-decoration: underline;
	background-color: transparent;	
}

#inhalt {
	width: 750px;
	margin-left: 234px;
	min-height: 480px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    border-radius: 11px;	
	background-color: white;
	padding: 20px;
}

#inhalt p {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 6px;
	/*margin-bottom: 12px;*/
}

#inhalt ul {
	margin-left: 16px;
}

#inhalt li {
	margin-bottom: 8px;
}

#footer {
	height: 26px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #666;
	z-index: 80;
	border-top: 1px solid black;
}



.footnav {
	position: relative;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

#footul {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style-type: none;
}


#footul li {
	float: left;
	position: relative;
	right: 50%;
}


#footul a {
	font-size: 0.9em;
	margin-top: 2px;
	width: auto;
	display: block;
	padding:0 10px;
	line-height: 1.4em;
	color: #fff; 
	text-decoration:none;	
}

#footul li a:hover {
	text-decoration: underline;
}



.suben {
	color: white;
}

.naven {
	background-color: #f29400;
	margin-top: 2px;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;		
}

.vorspann {
	margin-bottom: 12px;
	font-size: 1.2em;
	color: #666;
	line-height: 1.4em;
}


label {
	width: 150px;
	display: block;
	text-align: right;
	height: 16px;
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	padding-top: 4px;
}

.formfield {
	width: 200px;
	height: 16px;
	padding: 2px;
	border: 1px solid #666;
	background-color: #CCC;
	margin-bottom: 8px;
}

.formtext {
	width: 200px;
	height: 160px;
	padding: 2px;
	border: 1px solid #666;
	background-color: #CCC;
	margin-bottom: 8px;
}

.delle {
	display: block;
	padding-top: 20px;
	padding-left: 20px;
}

.bildtext {
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 12px;
	display: block;
	font-size: 0.9em;
}
