/* allgemeine Angaben
 ----------------------------------------- */
* {
  font-family: Tahoma,Verdana;
  font-size: 1em;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #006b80;
	text-decoration: none;
}

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

a img {
	border: 0;
}

a.imageLink:hover {
	text-decoration: none;
}

/* Grundgeruest
 ----------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	background: url(/system/images/bg_body.png) 0px 45px repeat-x;
	font-size: 80%;
	text-align: center;
}


#footer {
	margin: 20px 0 0 0;
	padding: 0px;
	border: 0px;
	position: relative;
	height: 58px;
	background: #B5B38C;
	text-align: center;
}

#footerContent {
	position: relative;
	padding: 10px 0 0 165px;
	color: #fff;
	font-size: 0.85em;
	margin: 0 auto;
	width: 836px;
	text-align: left;
}

#footerContent a {
	text-decoration: none;
	color: #fff;
}

#footerContent a:hover {
	text-decoration: underline;
}

#footerContent a.first {
	padding-left: 13px;
}

#page {
	position: relative;
	padding: 0px;
	border: 0px;
	z-index: 100;
	background: url(/system/images/bg_page_small.png) 0px 160px no-repeat;
	width: 1001px;

	min-height: 450px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
/*	height: 265px;*/
	height: 310px;
}

#header h1 {
	color: #ffffff;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
}

#header h2 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1em;
}


#logo {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 358px;
	height: 73px;
}


#navigation {
	position: absolute;
	top: 126px;
	left: 95px;
	width: 906px;
}

#navigation ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navigation ul li {
	position: relative;
	float: left;
	font-size: 0.9em;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	background: url(/system/images/bullet.png) 0px 6px no-repeat;
	color: #7D7D7D;
}

#navigation ul li.first {
	padding-left: 0px !important;
	background-image: none !important;
	margin-right: 30px !important;
}

#navigation ul li a {
	color: #5e5c5f;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:hover,
#navigation ul li.current a {
	color: #82960A;
}



#subnavigation {
	position: relative;
	float: left;
	padding: 0 0 26px 0px;
	margin: 66px 0 0 2px;
	width: 123px;
	background: transparent url(/system/images/bg_subnavi.jpg) bottom left no-repeat;
}

#subnavigation ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#subnavigation ul li {
	position: relative;
	float: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 5px;
	background-image: none;
}

#subnavigation ul li a {
	color: #79953b;
	text-decoration: none;
	font-weight: normal;
	background: url(/system/images/arrow_subnavi_off.gif) 0px 4px no-repeat;
	display: block;
	padding: 0 0 0 12px !important;
	margin: 0 !important;
}

#subnavigation ul li.current a,
#subnavigation ul li a:hover {
	color: #3292a1 !important;
	background-image: url(/system/images/arrow_subnavi_on.gif);
}


#chapter {
	position: absolute;
	top: 227px;
	left: 85px;
	width: 30px;
}

#headline {
	position: absolute;
	top: 225px;
	left: 165px;
	width: 590px;
}

#date {
	position: absolute;
	top: 180px;
	right: 10px;
	width: 14px;
}

#date p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	border-top: 1px #fff solid;
	font-size: 0.8em;
}

#date p.first {
	border-top: 0px;
}

#page #wrapper {
	position: relative;
	overflow: hidden;
	line-height: 1.6em;
	font-size: 0.9em;
}

#wrapper #sidebar {
	position: relative;
	width: 210px;
	float: right;
	color: #5e5c5f;
}

#wrapper #sidebar div.block {
	margin-bottom: 30px;
}

#wrapper #sidebar h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#wrapper #sidebar h4 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#wrapper #sidebar h5 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#wrapper #sidebar ul.cleanList {
	margin-top: 15px;
}

#wrapper #sidebar ul.cleanList li {
	margin-top: 15px;
}

#wrapper #content {
	position: relative;
	margin: 0 260px 0 165px;
	color: #5e5c5f;
}

#wrapper #content h3 {
	margin-bottom: 0px;
}

#wrapper #content p {
	margin-top: 0px;
}



ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	position: relative;
	padding: 0 0 0 13px;
	background: url(/system/images/bullet.png) 0px 7px no-repeat;
	margin: 0 0 2px 0;
}

ul.cleanList {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.cleanList li {
	position: relative;
	background-image: none;
	margin: 0;
	padding: 0;
}


ul.startseiteReferenzen {
	position: relative;
	list-style-type: none;
	margin: 40px 0 20px 0;
	padding: 0;
	overflow: hidden;
}

ul.startseiteReferenzen li {
	position: relative;
	float: left;
	padding: 0 0 0 13px;
	background: url(/system/images/bullet.png) 0px 7px no-repeat;
	width: 165px;
	margin: 0 5px 0 0;
}

ul.startseiteReferenzen li h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.1em;
}

ul.startseiteReferenzen li p {
	margin: 0;
	padding: 0;
}

ul.startseiteReferenzen li img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.startseiteReferenzen li a.referenzLink {
	display: block;
	background-color: #006b80;
	color: #fff;
	text-align: right;
	margin: 2px 0 0 0;
	padding: 1px 3px 1px 0 !important;
	line-height: 1em;
	width: 113px;
	font-size: 0.9em;
}

ul.startseiteReferenzen li a.referenzLink:hover {
	text-decoration: none;
}


table#referenzen {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	font-size: 0.95em;
}

table#referenzen tr td {
	border: 1px #b5b38c solid;
	padding: 9px 6px 6px 6px;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.2em;
}

table#referenzen tr td.itemImage {
	border-right: 0px !important;
	padding: 9px 6px 2px 2px !important;
}

table#referenzen tr td.itemName {
	border-left: 0px !important;
}

table#referenzen tr td.itemDate {
	white-space: nowrap;
}

table#referenzen tr td.spacer {
	border: 0px !important;
}


table#referenzen tr.hover td {
}

table#referenzen tr.hover td.spacer {
}

div.floatContainer {
	overflow: hidden;
}


div.imageLeft {
	float: left;
	border: 1px #5E5C5F solid;
	width: 150px;
	margin: 0 10px 5px 0;
}

div.imageRight {
	float: right;
	border: 1px #5E5C5F solid;
	width: 150px;
	margin: 0 0 5px 10px;
}

img.imageLeft {
	float: left;
	border: 1px #5E5C5F solid;
}

div.imageLeftContent {
	margin: 0 0 0 160px;
}

h4 {
	margin: 0 0 5px 0;
}
.color01 {
	color: #82950d;
}

.color02 {
	color: #006b80;
}

p.formItem {
	position: relative;
	overflow: hidden;
}

p.formItem label.checkbox {
}

#spacer {
	position: absolute;
	top: 160px;
	left: 0px;
	height: 202px;
	width: 50%;
	background: url(/system/images/bg_spacer.png) top left repeat-x;
}

.listNavigation {
	padding-left: 13px;
	padding-bottom: 10px;
	position: relative;
	margin: 15px 0 0 0;
}

.listNavigation a {
	padding: 2px 4px 2px 4px;
	position: relative;
	text-decoration: none;
	margin: 0 1px 0 1px;
}

.listNavigation a:hover,
.listNavigation a.current {
	padding: 1px 3px 1px 3px;
	border: 1px #79953b solid;
	color: #79953b;
	text-decoration: none;
}

.listNavigation a.disabled {
	color: #5e5c5f;
}

.listNavigation a.disabled:hover {
	border: 0px !important;
	padding: 2px 4px 2px 4px !important;
	color: #5e5c5f !important;
}

div.imageLeftSmall {
	width: 100px !important;
	margin-bottom: 3px !important;
}

div.imageLeftSidebar {
	width: 74px !important;
	margin-bottom: 0px !important;
	margin-top: 6px !important;
}

div.imageRightSidebar {
	width: 74px !important;
	margin-bottom: 0px !important;
	margin-top: 6px !important;
	margin-right: 10px !important;
}

/* --- TABELLEN --- */
.table-code {
	border-collapse: collapse;
}

.table-code tr,
.table-code th {
	border-collapse: collapse;
}

.table-code th td {
	border-collapse: collapse;
}


.table-code td {
	margin: 0;
	padding: 0 3px 0 3px;
	vertical-align: top;
	border: 1px #006b80 solid;
}