/* ----------typo-------------- */

body,html {
	background-image: url(../res/images/background_wide.gif);
	background-repeat: repeat-y;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding:0;
	height: 100%;
	background-position: center;
}



a {
	color: #586B4F;
	text-decoration: underline;
}

a:visited {
	color: #586B4F;
	text-decoration: underline;
}

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

a:active {
	color: #333;
	text-decoration: underline;
}

a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}

h1 {
	font-size: 18px;
	color: #586B4F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px dotted #00214c;
	border-top: 1px dotted #00214c;
	margin-top: 14px;
}

h2 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 2px 0;
}

h3 {
	font-size: 13px;
	color: #333;
	margin-bottom: 4px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
}

/* --------------layer------------- */

#content {
	width: 960px;
	margin: 0px auto;
	height: 100%;
	background-color: #FFF;
	clear: none;
	float: none;
	position: relative;
}

#header {
	margin: 0px auto;
	/* [disabled]height: 332px; */
	width: 960px;
}

.navigation {
	float: left;
	width: 608px;
	z-index: 90000;
	clear: left;
	/* [disabled]margin-top: 95px; */
	padding-bottom: 8px;
	height: 20px;
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 0%, #ffffff 50%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(50%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0e0e0 0%,#ffffff 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0e0e0 0%,#ffffff 50%,#e0e0e0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e0e0e0 0%,#ffffff 50%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient( top); /* W3C */
	padding-top: 16px;
	position:relative;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-radius: 0px 0px 12px 0px;
	top: 24px;
}

.navElement {
	display:inline;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
}

.navElementActive {
	display:inline;
	font-weight:bold;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
}

#homeflash {
	height: 200px;
	float: left;
	margin-left: 35px;
	margin-top: 25px;
}

#mapIFrame {
	margin-top: 10px;
	margin-bottom: 10px;
}

#links {
	float: left;
	width: 293px;
	color: #333;
	font-size: 13px;
	position: relative;
	clear: none;
}

.tagCloud {
	width: 277px;
	text-align: center;
	line-height:20px;
	margin: 24px 8px 0 8px;
}

.tagCloud a {
	text-decoration: none;
}

.tagCloud .cloud9 {
	color:#586B4F;
	font-size:9px;
}

.tagCloud .cloud10 {
	color:#586B4F;
	font-size:10px;
}

.tagCloud .cloud14 {
	color:#586B4F;
	font-size:14px;
	font-weight:bold;
}

.tagCloud .cloud16 {
	color:#586B4F;
	font-size:16px;
	font-weight:bold;
}

.leftMenu {
	width: 277px;
	text-align: left;
	line-height:20px;
	margin: 24px 8px 0 8px;
}

.leftMenu a:link {
	text-decoration: none;
	color:#586B4F;
}
.leftMenu a:visited {
	text-decoration: none;
	color:#586B4F;
}
.leftMenu a:hover {
	text-decoration: none;
	color:#797f7a;
}
.leftMenu a:active {
	text-decoration: none;
	color:#797f7a;
}
.leftMenu a:focus {
	text-decoration: none;
	color:#797f7a;
}

#rechts {
	float: right;
	width: 617px;
	margin-right: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #586B4F;
	padding-left: 24px;
	min-height: 320px;
	position: relative;
	clear: none;
	padding-bottom: 24px;
}

#rechts a:link {
	text-decoration: underline;
	color:#797f7a;
}
#rechts a:visited {
	text-decoration: underline;
	color:#797f7a;
}
#rechts a:hover {
	text-decoration: underline;
	color:#586B4F;
}
#rechts a:active {
	text-decoration: underline;
	color:#586B4F;
}
#rechts a:focus {
	text-decoration: underline;
	color:#586B4F;
}

#footer {
	width: 960px;
	margin: 0px auto;
	clear: both;
}

#rechts_meta {
	width: 480px;
	margin-right: 35px;
	float: right;
	font-size: 10px;
	margin-top: 0px;
	text-align: right;
}

#links_f {
	width: 180px;
	margin-left: 35px;
	float: left;
	border-top: 1px dotted #00214c;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 50px;
	padding-bottom: 20px;
}

#rechts_f {
	width: 890px;
	margin-right: 35px;
	float: right;
	/* [disabled]border-top: 1px dotted #00214c; */
	font-size: 10px;
	padding-top: 5px;
	margin-top: 16px;
	padding-bottom: 20px;
	text-align: center;
}

#table_news {
	margin-bottom: 10px;
	width: 618px;
}

#table_leistungen {
	margin-bottom: 10px;
	width: 480px;
}

TD, TH {
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}

#img_referenz {
	margin-right: 10px;
}

.slideShow {
	width:960px;
	height:200px;
	background-color: #586b4f;
	padding-top: 24px;
	padding-bottom: 10px;
	clear: none;
	float: left;
	margin-top:-20px;
	position: relative;
	z-index: 1;
}

#PullDown {
	font-size: 12px;
}

.logo {
	position:relative;
	float:left;
	clear:none;
	margin-top: 20px;
	height: 60px;
	width: 347px;
}

.hotline {
	position:relative;
	float:right;
	clear:none;
	margin-top: 20px;
	height: 38px;
	width: 180px;
	background-image: url(../res/images/i_phone.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #586B4F;
	font-weight: bold;
	padding-top: 12px;
}

.navigation .navElement a:link {
	text-decoration: none;
	color:#333;
}
.navigation .navElement a:visited {
	text-decoration: none;
	color:#333;
}
.navigation .navElement a:hover {
	text-decoration: none;
	color:#586B4F;
}
.navigation .navElement a:active {
	text-decoration: none;
	color:#586B4F;
}
.navigation .navElement a:focus {
	text-decoration: none;
	color:#586B4F;
}

.greenBottom {
	clear:both;
	float:none;
	background-color:#586B4F;
	width: 960px;
	height: 20px;
	font-size: 0.9em;
	color: #FFF;
	position: relative;
}

.greenHead {
	background-color:#586B4F;
	height:120px;
	font-size: 0.9em;
	color: #FFF;
}

.sendRequest {
	background-image: url(../res/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	margin: 52px 0 0 0;
	padding: 0 0 0 24px;
}

.sendRequestBottom {
	background-image: url(../res/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 12px 5px;
	margin: 0;
	padding: 3px 24px 0 28px;
	float: right;
}


.sendRequest  a:link, .sendRequestBottom a:link {
	text-decoration: none;
	color:#FFF;
}
.sendRequest  a:visited, .sendRequestBottom a:visited {
	text-decoration: none;
	color:#FFF;
}
.sendRequest a:hover, .sendRequestBottom a:hover {
	text-decoration: none;
	color:#e0e0e0;
}
.sendRequest a:active, .sendRequestBottom a:active {
	text-decoration: none;
	color:#e0e0e0;
}
.sendRequest a:focus, .sendRequestBottom a:focus {
	text-decoration: none;
	color:#e0e0e0;
}
.contentListText {
	float: right;
	width: 470px;
	clear: none;
	position: relative;
	/* [disabled]height: 96px; */
}
.contentListPic {
	clear: none;
	float: left;
	width: 140px;
	position: relative;
	/* [disabled]height: 96px; */
}
.contentList {
	clear: both;
	float: left;
	height: 96px;
	position: relative;
	width: 616px;
}
.contentListVflex {
	clear: right;
	float: right;
	margin: 0 0 24px 0;
	position: relative;
}
ul {
	margin: 0 0 4px 0;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
li {
	margin: 0px;
	padding: 0 0 0 8px;
	list-style-position: inside;
	list-style-type: none;
}
ul .active {
	font-weight:bold;
}
.contentListText ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 16px;
}
.contentListText h2 {
	margin: 10px 0;
}
.contentListText h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px 0px 4px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

