html, body {
	background: url(../images/bg.png) repeat-x #4b4b4f;
	width: 100%;
	margin: 0 auto;
	font-family: Arial;
	font-size: 13px;
	color: #4b4b4f;
}

#container {
	width: 984px;
	margin: 0 auto;
}

#container #head {
	background: url(../images/head.png) no-repeat;
	width: 984px;
	height: 115px;
	position: relative;
}

#head #home {
	position: absolute;
	top: 95px;
	left: 40px;
}

#home img {
	border: none;
	vertical-align: text-bottom;
}

#home a {
	font-size: 11px;
}

#container #head_img {
	background: url(../images/head_img.png) no-repeat;
	width: 984px;
	height: 235px;
}

#container #navi_border {
	background: url(../images/navi_border.png) no-repeat;
	width: 984px;
	height: 3px;
}

#container #content {
	background: url(../images/content_bg.png) repeat-y;
}

#navi {
	float: left;
	width: 334px;
}

#navi a {
	display: block;
	width: 300px;
	height: 39px;
	margin: 0 auto;
}

#navi a span {
	display: none;
}

#navi .navi_industie_deutsch {
	background: url(../images/navi_industrie.png) no-repeat 17px 0;
	width: 334px;
	height: 39px;
}
#navi .navi_industie_deutsch:hover,
#navi .navi_industie_aktiv_deutsch {
	background: url(../images/navi_industrie.png) no-repeat 17px -39px;
	width: 334px;
	height: 39px;
}

#navi .navi_industie_english {
	background: url(../images/navi_industry.png) no-repeat 17px 0;
	width: 334px;
	height: 39px;
}
#navi .navi_industie_english:hover,
#navi .navi_industie_aktiv_english {
	background: url(../images/navi_industry.png) no-repeat 17px -39px;
	width: 334px;
	height: 39px;
}

#navi .navi_ee_deutsch {
	background: url(../images/navi_ee.png) no-repeat 17px 0;
	width: 334px;
	height: 39px;
}
#navi .navi_ee_deutsch:hover,
#navi .navi_ee_aktiv_deutsch {
	background: url(../images/navi_ee.png) no-repeat 17px -39px;
	width: 334px;
	height: 39px;
}

#navi .navi_ee_english {
	background: url(../images/navi_re.png) no-repeat 17px 0;
	width: 334px;
	height: 39px;
}
#navi .navi_ee_english:hover,
#navi .navi_ee_aktiv_english {
	background: url(../images/navi_re.png) no-repeat 17px -39px;
	width: 334px;
	height: 39px;
}

#navi .navi_gewerbe_deutsch,
#navi .navi_gewerbe_english {
	background: url(../images/navi_gewerbe.png) no-repeat 17px 0;
	width: 334px;
	height: 39px;
}
#navi .navi_gewerbe_deutsch:hover,
#navi .navi_gewerbe_english:hover,
#navi .navi_gewerbe_aktiv_deutsch,
#navi .navi_gewerbe_aktiv_english {
	background: url(../images/navi_gewerbe.png) no-repeat 17px -39px;
	width: 334px;
	height: 39px;
}

#navi .navi_privat_deutsch,
#navi .navi_privat_english {
	background: url(../images/navi_privat.png) no-repeat 17px 0;
	width: 334px;
	height: 39px;
}
#navi .navi_privat_deutsch:hover,
#navi .navi_privat_english:hover,
#navi .navi_privat_aktiv_deutsch,
#navi .navi_privat_aktiv_english {
	background: url(../images/navi_privat.png) no-repeat 17px -39px;
	width: 334px;
	height: 39px;
}

#navi .subnavi_aktiv,
#navi .subnavi {
	background: url(../images/subnav_bg.png);
	border-bottom: 1px solid #6b1518;
	width: 262px;
	min-height: 20px;
	padding-left: 38px;
	margin: 0 auto;
	display: none;
}

#navi .subnavi_aktiv {
	display: block;
}

#navi .subnavi_aktiv a {
	width: auto;
	height: 18px;
	padding-top: 2px;
	color: #8c8c8c;
	font-size:12px;
}
#navi .subnavi_aktiv a:hover,
#navi .subnavi_aktiv a.aktiv {
	text-decoration: none;
	color: #6b1518;
}

#navi .subsub_navi {
	padding-left: 15px;
}

#navi .sep {
	background: url(../images/sep.png) repeat-x;
	width: 300px;
	height: 3px;
	margin: 0 auto;
}

#content #right {
	width: 610px;
	float:right;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-right: 20px;
}

#content #right p {
	text-align: justify;
	padding-right: 20px;
}

#content #right li {
	text-align: justify;
}

#container #foot {
	background: url(../images/foot.png) no-repeat;
	width: 984px;
	height: 48px;
	font-size: 12px;
	color: #FFFFFF;
}

#foot a {
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #6B1518;
	text-decoration: none;
}

a:hover {
	color: #6B1518;
	text-decoration: underline;
}

h1 {
	font-size: 13px;
	margin: 0;
	margin-top: 5px;
}

form {
	margin: 0;
}

input.kontakt {
	background: none;
	border: none;
	width: 274px;
	height: 16px;
	padding: 4px;
}

textarea.kontakt {
	background: none;
	background-position: inherit;
	border: none;
	width: 274px;
	height: 114px;
	padding: 4px;
	font-family: Arial;
	font-size: 13px;
	overflow: auto;
}

input.submit_deutsch {
	background: url(../images/submit_de.png) no-repeat;
	border: none;
	width: 68px;
	height: 24px;
}

input.submit_english {
	background: url(../images/submit_en.png) no-repeat;
	border: none;
	width: 68px;
	height: 24px;
}
