* {
	padding:0;
	margin:0;
	border:none;
}
body {
	font-size:75%;
	color:#33333;
	background:url(images/bg_webseite02.jpg) repeat-x #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:800px;
	margin:auto;
}
#header {
	background:url(images/bg_header.jpg) no-repeat left;
	height:311px;
}
#head {	
	float:left;
}
*html #head {
	width: 260px;
	padding-left: 26px;
	float: left;
	padding-top: 51px;
}
#head {
	width: 260px;
	padding-left: 26px;
	float: left;
	padding-top: 50px;
}
#logo {
	width:260px;
	height:109px;
	padding-top:49px;
	padding-left:25px;
}
#navi {
	padding-top:15px;
	padding-left:55px;
}
#navi ul {
	list-style:none;
}
#navi ul li {
	list-style:none;
}
#navi ul li a {
	display:block;
	width:150px;
	font-size:75%;
	color:#efefef;
	border-bottom:1px solid #4a4e50;
	letter-spacing:1px;
	padding:2px;
	text-decoration:none;
	text-transform: uppercase;
}
#navi ul li a:hover {
	border-bottom 1px solid #4a4e50;
	text-decoration:none;
	color:#ffffff;
	background-color:#41494e;
}
*html #headerbild {
	padding-top:67px;
	padding-right:25px;
	float:right;
	display: none;
}
#headerbild {
	padding-top:67px;
	padding-right:27px;
	float:right;
}
#headerbild2 {
	float: left;
	padding-left:92px;
	padding-top: 69px;
}
#navi2 {
	float: left;
		width: 800px;
}
#navi2 ul {
	list-style:none;
}
#navi2 ul li {
	list-style:none;
	float:left;
}
#navi2 ul li a {
	display:block;
	width:160px;
	height:30px;
	background-image:url(images/button_nav1.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	font-size:95%;
	padding-top:20px;
	text-decoration:none;
	text-transform: uppercase;
}
#navi2 ul li a:hover {
	background-image:url(images/button_nav1_hover.jpg);
	text-decoration:underline;
	color:#000000;
}
#content {
	clear:both;
	background:#efefef url(images/bg_content.jpg) repeat-x;
	border-top:2px solid #616161;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:20px;
	margin:0px;
}
#content ul {
}
#content ul li {
	margin-bottom:10px;
	margin-left:20px;
}
#footer {
	background-color:#242a2e;
	color:#bebebe;
	font-size:80%;
	text-align:right;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:20px;
}
#footer a {
	color:#999999;
	padding-bottom:2px;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#langmenu {
	float:left;
	text-transform:uppercase;
}
#copy {
	float:right;
}
h1 {
	font-weight:100;
	font-size:18px;
	margin:0px;
	margin-bottom:19px;
	padding-top:5px;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:10px;
}
h2 {
	font-weight:100;
	font-size:15px;
	padding-bottom:15px;
	padding-top:10px;
	margin:0px;
	color:#00476f;
}
h3 {
}
h4 {
}
img {
	border:none;
}
p {
	line-height:1.6em;
	clear:both;
	padding-bottom:0.8em;
	width:500px;
	text-align:justify;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
form {
	font-size:100%;
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
	margin:0;
	padding:0;
}
form fieldset {
	color:#333;
	border-width:1px;
	border-style:solid;
	border-color:#bebebe;
	padding:10px;
	margin-top:25px;
}
form fieldset legend {
	margin-bottom:15px;
	font-size:14px; 
	color:#666;
}
form label { 
	display:block;
	float:left; 
	width:150px; 
	padding:0; 
	margin:5px 0 0;
	text-align:right; 
}
form fieldset label:first-letter {
	text-decoration:underline;
}
form input, form textarea {
	width:auto;
	margin:5px 0 0 10px;
}
form input {
	margin-left:10px;
	border:1px solid #666;
}
form input#reset {
	margin-left:0px;
}
form textarea {
	overflow:auto;
	border:1px dashed #666;
}
form .required {
	font-weight:bold;
}
b strong {
	font-weight:bold;
}
strong {
	font-weight:normal;
}
