*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%;
	font-family: "Trebuchet MS", verdana, tahoma, helvetica, sans-serif;
	color: #333;
	background: #f4f2ef; /*#f6f2ea; */
	line-height: 1.4em;
}

html body #wrapper {
	margin: 2em auto;
	max-width: 800px;	
	min-width: 600px;
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #cbcbcb;
}
h1 {
	font-size: 1.25em;
	color: #000081;
}
h2 {
	font-size: 1.1em;
	color:#000057;
	padding: .5em .5em .1em 0;
	border-bottom: 1px dashed #999;
	margin-bottom: .5em;
}
h3 {
	font-size: 1em;
	color: #000057;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	
}
#header h1{
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	margin-top: 1.7em;
	margin-bottom: 0;
}
#header img {
	line-height: 0em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2.5em;
	left: 10em;
}
#header {
	margin-top: 0px;
	min-height: 140px;
	border-top: 1px solid #cbcbcb;
	background: #ff9c0d url("../images/bg7.png") top left repeat-x;
	text-align: center;
}
#nav {
	background-color: #f5f5f5;	
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: .3em;
	
}
#nav ul {
	font-weight: bold;
	margin-left: 3em;
}
#nav ul li {
	display: inline;
	list-style-type: none;

}
#nav ul li a{
	color: #333;
	text-decoration: none;
	padding:0;
	margin: .2em;
}
#nav a:visited {
	color: #999;
}
#nav a:hover {
	border-bottom: 1px solid #999;
	color: #333;
}
#nav a:active, #nav a:focus {
	border-bottom: 1px solid #999;
	color: #333;
}
#nav li.aktiv span {
	color: #333;
	margin: .2em;
	padding: 0;
	border-bottom: 1px solid #999;
}
#content {
	padding: 2em 3em;
	background: #fff;
	font-size: .86em;
	font-family: verdana, tahoma, helvetica sans-serif;
    min-height: 350px;
}
#content p {
	padding-left: .35em;
	padding-bottom: .5em;
	
}
#content a {
	color: #000081;
	background: #fff;
}
#content p a.mail {
	background: url("../images/mail.png") bottom left no-repeat;
	padding-left: 16px;
}
#content p a.mail:hover {
	background: url("../images/mail.png") bottom left no-repeat;
}
#content .box a {
	background: #f5f5f5 url("../images/link.png") center left no-repeat;
	padding-left: 10px;
}
#content .box a:hover {
	background: #f5f5f5 url("../images/linkhover.png") center left no-repeat;
}
#content p a:hover {
	color: #f2970f;
	background: #fff;
}
#content img {
	float: left;
	padding: 1em 2em 1.5em 0;
}
#content hr {
	clear: both;
	border: 0;
	visibility: hidden;
}
#content ul {
	padding-left: 2em;
}
#content .box {
	margin: 3em;
	padding: 0 1em;
	background: #f5f5f5 url("../images/gc.png") bottom right no-repeat;	
	border: 1px solid #ddd;
}
.box form {
	padding: 2em;
	font-size: .86em;
}
.zeile {
	margin-bottom: .3em;
}
.bezeichner {
	float: left;
	width: 12em;
}
.formular label {
	float: left;
	width: 12em;
}
.message, .errorlist {
	color: red;
}
#content .errorlist {
	margin-left: 1em;
	padding-left: 0;
}
textarea, .eingabe input{
	width: 15em;
	height: 7em;
	font-family: mono;
	font-size: 1em;
}

#submit input.button{
	margin-left: 12em;
	background: #fff;
	font-weight: bold;
	color: #000081;
	font-size: 1em;
	font-family: verdana, sans-serif;
	
}
#footer {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: .3em;
	font-size: .83em;
	text-align: center;
}

