* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	background-color: #fff;
	color: #434343;
	font-size: 14px;
	font-family: Geneva, Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #434343;
}

a:hover {
	text-decoration: none;
	color: #434343;
}

strong {
	background: inherit;
	color: #50514D;
}

#header {
	width: 100%;
	height: 120px;
	background-color: #4d4d4d;
	background: url('images/bg.jpg') repeat-x;
	color: #ffffff;
}

#header_innen {
	position: relative;
	width: 780px;
	height: 104px;
	margin: 0px auto;
}

#header_innen h1 {
	background: inherit;
	position: absolute;
	left: 200px;
	bottom: 10px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "Century Gothic", Geneva, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: lowercase;
}

#main {
	padding-top: 1px;
	position: relative;
	width: 790px;
	margin: 0px auto;
	padding-bottom: 10px;
}

/* Haupt-Navigation */
#navi {
	width: 178px;
}

#menu-x {
	border: 0px;
}

.menu1 {
	width: 178px;
	height: 20px;
}

.menu1 a {
	display: block;
	position: relative;
	width: 178px;
	height: 20px;
	margin-bottom: 1px;
	text-decoration: none;
	background: #434343;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.menu1 a:hover {
	display: block;
	position: relative;
	width: 178px;
	height: 20px;
	margin-bottom: 1px;
	text-decoration: none;
	letter-spacing: 2px;
	background: #ffffff;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #434343;
	font-size: 13px;
	font-weight: bold;
}

#spacer {
	height: 20px;
}

/* Sub-Navigation */
#menu-y {
	border: 0px;
}

.menu2 {
	width: 178px;
	height: 20px;
}

.menu2 a {
	display: block;
	position: relative;
	width: 178px;
	height: 20px;
	margin-bottom: 1px;
	text-decoration: none;
	background: #ffffff;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #434343;
	font-size: 13px;
	font-weight: bold;
}

.menu2 a:hover {
	display: block;
	position: relative;
	width: 178px;
	height: 20px;
	margin-bottom: 1px;
	text-decoration: none;
	background: #434343;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#links {
	position: relative;
	width: 185px;
	float: left;
}

#links p {
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
}

#sub-navi {
	position: relative;
	padding: 0px 15px 0px 15px;
}

#rechts {
	position: relative;
	margin-left: 210px;
	width: 565px;
}

/* Content */

h1 {
	color: #50514D;
	font-size: 26px;
}

#content {
	position: relative;
	padding: 25px 20px 0px 20px;
}

#content hr {
	width: 90%;
	color: #434343;
	border:0px;
	background-color:#CDCDCD;
	height: 1px;
	text-align: left;
}

.small {
	font-size: 10px;
}

p {
	margin-bottom: 25px;
	text-align: justify;
	line-height: 20px;
}


#footer {
	clear: both;
	width: 780px;
	margin: 0px auto;
	margin-bottom: 25px;
	padding-top: 10px;
	text-align: center;
}

/* Kontakt-Formular */
.required {
	color: #FF0000;
}

.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:left;
}

.textfield {
	font-size: 12px;
	width: 200px;
}

.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}

.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}

.select {
	font-size: 12px;
}

.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}

.radio_label {
	font-size: 11px;
	cursor: pointer;
}

.email {
	font-size: 12px;
	width: 200px;
}

.form-spacer {
	font-size: 2px;
	width: 100px;
	vertical-align: top;
	text-align:left;
	height: 5px;
}
