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

p, li, label {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

a:hover {
	color: #ff6c00;
}

h1 {
	font: normal 22px/25px Arial, Helvetica, sans-serif;
	color: #002137;
	margin: 5px 0;
}

h2 {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #0072bc;
	margin: 20px 0 10px;
}

body {
	background: url(images/bg-body.jpg) repeat-x 0 43px;
}

hr {
	border-bottom: #ddd 1px solid;
	margin: 15px 0;
}

.flLeft {
	float: left;
	margin-right: 20px;
}

.flRight {
	float: right;
	margin-left: 20px;
}

#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#left_col {
	width: 213px;
	position: absolute;
	top: 118px;
	left: 3px;
	z-index: 100;
}

#navi {
 background: url(images/bg-navi2.jpg) no-repeat 0 193px;
}

#navi ul#nav1st {
	width: 205px;
	height: auto !important;
	height: 230px;
	min-height: 230px;
	padding: 8px 0 0 8px;
	list-style-type: none;
}

#navi ul#nav1st li {
	width: 198px;
	list-style-type: none;
	margin-bottom: 2px;
}

#navi ul#nav1st li a {
	width: 178px;
 padding: 6px 0 6px 20px;
	display: block;
	text-decoration: none;
	color: #083754;
	font-weight: bold;
}

#navi ul#nav1st li a:hover {
	text-decoration: underline;
	color: #083754 !important;
}
	
#navi ul#nav1st li.active a.current {
	font-weight: bold;
	color: #fff;
 background: url(images/navi-button_current.jpg) no-repeat; 
}

#navi ul#nav1st li.active ul#nav2nd {
	padding: 3px 0 1px 3px;
	background: #c6e0ed;
	border-left: 1px solid #76a3b4;
	border-right: 1px solid #76a3b4;
	border-bottom: 1px solid #76a3b4;
}

#navi ul#nav1st li.active ul#nav2nd li {
	width: 188px;
}

#navi ul#nav1st li.active ul#nav2nd li a {
	width: 168px;
	font-weight: bold;
	color: #3d7aa0;
}

#navi ul#nav1st li.active ul#nav2nd li a:hover {
 text-decoration: none;
}

#navi ul#nav1st li.active ul#nav2nd li.active {
	border: 1px solid #76a3b4;
	background: #e1f2fa;
}

#navi ul#nav1st li.active ul#nav2nd li.active a.current {
	color: #083754;
	font-weight: bold;
	background: #a3c9dc;
}

#navi ul#nav1st li.active ul#nav2nd li.active ul#nav3rd li.active {
	background: 0;
	border: 0;
}

#navi ul#nav1st li.active ul#nav2nd li.active ul#nav3rd li a {
	font-weight: normal;
	font-size: 11px;
}

#navi ul#nav1st li.active ul#nav2nd li.active ul#nav3rd li.active a.current {
	background: 0;
	border: 0;
	font-weight: bold;
	padding: 7px 0 7px 20px;
}

#navi #navi_bottom {
	padding-top: 13px;
	width: 213px;
	height: 13px;
	background: url(images/bg-navi_bottom.jpg) no-repeat bottom;
}

#bridging {
	background: url(images/bg-bridging.gif) no-repeat left bottom;
	height: 325px;
	margin-left: 10px;
}

#bridging h2 {
	margin-left: 20px;
	color: #afafaf;
}

#header {
	width: 900px;
	height: 311px;
	position: relative;
	z-index: 1;
	background: url(images/bg-header.jpg) no-repeat 0 101px;
}

#header-top {
	width: 900px;
	height: 101px;
	background: url(images/bg-header-top.jpg) no-repeat;
	position: relative;
}

#header-top #search {
	position: absolute;
	right: 20px;
	bottom: 5px;
 width: 170px;
}

#header-top #search label {
 float: left;
	font-weight: bold;
	padding-bottom: 5px;
}

#header-top #search input {
	float: left;
}

#header-top #search input.submit {
	width: 21px;
	height: 21px;
	cursor: pointer;
	margin-left: 10px;
	background: url(images/search-submit.gif) no-repeat;
}

#header-top #search input.text {
 padding: 1px 3px;
	margin-top: 2px;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-right: #c4c4c4 1px solid;
	border-bottom: #c4c4c4 1px solid;
	width: 120px;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	color: #333;
}

#header-motiv {
	width: 900px;
	height: 210px;
	background: url(images/bg-header-motiv.jpg) no-repeat;
}

ul#lang {
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 25px;
}

ul#lang li {
	float: left;
}

ul#lang li a {
	width: 55px;
	height: 15px;
	display: block;
	padding: 5px 0 0 50px;
	font: bold 11px/11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #989898;
	text-decoration: none;
}

ul#lang li a.ger {
	background: url(images/ger.gif) no-repeat 25px center;
}

ul#lang li a.eng {
	background: url(images/eng.gif) no-repeat 25px center;
}

ul#lang li a.ger:hover,
ul#lang li a.ger_active {
	background: url(images/ger-hover.gif) no-repeat 25px center;
	color: #333;
}

ul#lang li a.eng:hover,
ul#lang li a.eng_active {
	background: url(images/eng-hover.gif) no-repeat 25px center;
	color: #333;
}

#content {
	width: 900px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	position: relative;
	padding-top: 30px;
	background: url(images/bg-content.jpg) no-repeat 0 1px;
}

#content #main_col {	
	width: 420px;
	height: auto;
	margin: 0 0 0 240px;
}

#content #main_col div.flLeft,
#content #main_col div.flRight {
	margin-top: 15px;
}
	
#content #main_col ul {
	list-style-type: square;
	margin-left: 20px;
}

#content #main_col p {
		margin: 10px 0;
}

#content #box_col {
	width: 200px;
	height: auto;
	float: right;
}

#content #box_col div.box {
text-align: center;
	width: 200px;
	height: auto;
	padding: 0 0 10px;
	margin-bottom: 10px;
	background: #ebf5f9;
	border-bottom: #bdd9e4 1px solid;
}

#content #box_col div.box h1 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 6px 0 4px;
	background: url(images/bg-box_h1.gif) repeat-x;
	border-bottom: #364e59 2px solid
}

#content #box_col div.box ul {
	list-style-type: square;
	margin-left: 30px;
	padding: 5px 15px 0 0;
}

#content #box_col div.box p,
#content #box_col div.box ul li {
	font-size: 11px;
		text-align: left;
}

#content #box_col div.box p {
	padding: 5px 15px 5px;
}

#content #box_col div.box a {
	font-size: 11px;
}

#content #box_col div.box img {
	padding: 0 ;
}

#footer {
	width: 900px;
	height: 58px;
	margin: 20px auto 0;
	padding: 60px 0 20px 0;
 background: url(images/bg-footer.jpg) no-repeat left 30px;
	text-align: center;
}

#footer p,
#footer a {
	font-size: 11px;
} 

#footer h1 {
	font-weight: bold;
	font-size: 14px;
}

#footer h1 span {
	color: #b0b0b0;
}

/* ---------------/ KONTAKT FORMULAR /--------------- */

#form-module {
	width: 400px;
}

#form-module div.element {
	width: 400px;
	padding: 2px 0;
	overflow: auto;
}

#form-module input.checkbox {
	margin-left: 132px;
}

#form-module input.text ,
#form-module textarea {
	padding: 3px;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-right: #c4c4c4 1px solid;
	border-bottom: #c4c4c4 1px solid;
}	

#form-module input.text {
	float: right;
	width: 130px;
	margin-right: 130px;
}

#form-module input.text:hover,
#form-module textarea:hover,
#form-module input.text:focus,
#form-module textarea:focus {
 border: 1px solid #ff6c00;
}

#form-module label.text,
#form-module label.textarea {
	float: left;
	font-weight: bold;
}

#form-module textarea {
	width: 260px;
	height: 125px;
	float: right;
	margin-top: 20px;
}

#form-module label.textarea {
	margin-top: 20px;
}

#form-module input.submit {
 float: right;
	width: 100px;
	height: 25px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin-right: 168px;
	background: url(images/navi-button_current.jpg) no-repeat -4px -2px;
}
#form-module-thanks {
	font-size: 12px;
	color: #FF0000;
}