/* #####################################

Aufbau:		1. BODY + CONTAINER KALIBRIERUNG
		2. HEADER
			2.1 HEADERNAVIGATION
		3. CONTENT
		4. NAVIGATION
			4.1 SUBNAVIGATION
		5. FOOTER
		6. TYPO

##################################### 
	1. BODY + CONTAINER KALIBRIERUNG
##################################### */

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	background: url(../_images/bg_waves_v08.gif) center fixed no-repeat;
	/* Typo3 Hack fuer IE*/
	text-align: center;
	overflow-y:scroll;
}
#container {
	width:860px;
	margin: 0 auto;
	text-align:left;
}
.bodytext {
	text-align: justify;
}

/*##################################### 
	2. HEADER
##################################### */

#header_schatten {
	position: absolute;
	top: 300px;
	margin-left: -3px;
	width:866px;
	height: 50px;
	background-image: url(../_images/loop_header.png);
}
#header {
	width:860px;
	height: 350px;
	float: left;
}
#headerschatten {
	width:866px;
	height: 50px;
	float: left;
}
#logo {
	height: 85px;
	padding-top: 35px;
	float: left;
	padding-left: 18px;
}
#fernklick {
	float: right;
	font-weight: bold;
	clear: right;
	margin-top: -13px;
}
#header_bild img {
	border: 1px solid #7d8375;
	/*width:861px;
	height: 232px;*/
}

/*##################################### 
	2.1 HEADERNAVIGATION
##################################### */

#header_navi {
	float:right;
	margin: 20px  148px 0 0;
}
#header_navi ul {
	list-style-type: none;
}
#header_navi ul li {
	margin: 8px 0 0 0;
	padding-bottom: 8px;
	display: inline;
}
#header_navi ul li a {
	color: #3c3c3c;
	text-decoration: none;
	margin-left: 12px;
}
#header_navi ul li a:hover {
	color:#3c3c3c;
	text-decoration: underline;
	margin-left: 12px;
}
#header_navi .headnavi_act a {
	margin: 8px 0 0 0;
	padding-bottom: 8px;
	display: inline;
}
/*##################################### 
	3. CONTENT
##################################### */

#content {
	width: 860px;
	min-height: 300px;
	margin-left: 3px;
	float: left;
}
#schatten {
	width:866px;
	margin-left: -3px;
	background-image: url(../_images/loop.png);
	background-repeat: repeat-y;
	float: left;
	padding-bottom: 50px;
}
#left {
	margin-top: 44px;
	margin-left: 1px;
	width:158px;
	float:left;
	border-top: 3px solid #7d8375;
	border-bottom: 2px solid #7d8375;
}
#middle {
	margin-top: 19px;
	width:587px;
	float:left;
}
#middle_inside {
	padding: 0 10px 20px 0;
	margin-left: 30px;
}
#middle_inside ul {
	margin: 8px 0 0 0;
}
#middle_inside ul li {
	margin: 0 0 12px 25px;
	list-style-type: square;
}
#middle_inside .contenttable {
	font-size: 11px;
	font-style: normal;
	}
#middle_inside .contenttable td {
	padding-right: 25px;
	}
table {
	font-size: 11px;
}
#middle_inside .rgtabs-container h1 {
	display: none;
	color:#fff;
	}
	
/*---------------- SITEMAP -----------------*/

.tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
        color: #000;
        font-weight: normal;
        text-decoration: none !important;
	background-color: inherit;
}

.tx-dropdownsitemap-pi1 DIV.expAll {
	border: none;
	background-color:#fff;
	color: inherit;
	padding-top: 25px;
}

/* ######## REFERENZEN UEBERSICHT ######## */

#referenzen_tab_inhalt {
	display: none;
}
#referenzen_uebersicht {
	background-color:#d3d5d0;
	width: 547px;
	float: left;
	padding-bottom: 20px;
}
#referenzen_uebersicht div {
	display: inline-block;
	width: 67px;
	/*height: 125px;*/
	margin: 10px 11px 5px 10px;
}
#referenzen_uebersicht img {
	margin-bottom: 5px;
}
#referenzen_uebersicht a{
	display: inline-block;
	float: left;
	text-decoration: none;
}
#referenzen_uebersicht p {
	margin-top: -20px;
}
#referenzen_uebersicht .csc-textpic-caption {
	font-weight: bold;
}

/* ######## REFERENZEN FOTO UEBERSICHT ######## */

#foto_referenzen_uebersicht {
	background-color:#d3d5d0;
	width: 527px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#foto_referenzen_uebersicht .csc-textpic-imagerow {
	width: 527px !important;
}
#foto_referenzen_uebersicht .csc-textpic-image {
	margin-top: 20px;
	margin-left: 25px;
}
#foto_referenzen_uebersicht p {
	padding-top: 5px;
}

/* ######## LOGIN FORM-TABLE ######## */

.tx-newloginbox-pi1 table {
	margin-top: 15px;
	background-color: #d3d5d0;
}
.tx-newloginbox-pi1-submit {
	font-size: 12px;
	background-color: #3c3c3c;
	color: #fff;
	padding: 2px 4px 4px 4px;
	margin-bottom: 3px;
	border: 1px solid #000;
	float: right;
}
.tx-newloginbox-pi1 td p {
	/*margin: 0 30px 0 5px;*/
}
.tx-newloginbox-pi1 td  {
	padding: 5px 5px 2px 5px;
}
.tx-newloginbox-pi1 h3 {
	font:  bold 14px verdana ;
	line-height: 25px;
	color: #12283C;
	border-bottom: 3px solid #7d8375;
	margin-top: -8px;
	margin-bottom: 10px;
}

/*##################################### 
	4. NAVIGATION 
##################################### */

#navigation {
	font-size: 14px;
	width:861px;
	float:left;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline-block;
	border: 1px solid #000;
	float: left;
	width:170px;
}
#navigation ul li a {
	text-align: center;
	padding-top: 14px;
	padding-bottom:14px;
	display: block;
	text-decoration: none;
	color: #808080;
	background-color: #3c3c3c;
}
#navigation a:hover {
	color:#FFF;
}
/* Aktiv-Klasse fuer Typo-Script */
#navigation .main_navi_act a {
	color:#FFF;
}

/*##################################### 
	4.1 SUBNAVIGATION
##################################### */

#subnavi ul {
	list-style-type: none;
}
#subnavi li {
	border-bottom: 1px solid #7d8375;

}
#subnavi ul li a {
	color: #3c3c3c;
	text-decoration: none;
	margin-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
#subnavi a:hover {
	color:#3c3c3c;
	text-decoration: none;
	font-weight: bold;
	margin-left: 12px;
}
/* Aktiv-Klasse fuer Typo-Script */
#subnavi .sub_navi_act a {
	font-weight: bold;
	color:#3c3c3c;
	text-decoration: none;
	margin-left: 12px;
}

/*##################################### 
	5. FOOTER
##################################### */

#footer {
	float: left;
	width: 867px;
	height: 77px;
	margin: 0 0 50px -3px;
	background-image: url(../_images/footer.jpg);
	background-repeat: no-repeat;
}
#footer_navigation {
	float: left;
	font: normal 11px ;
	line-height: 20px;
	color:#000;
	margin: 12px 0 0 16px;
}
#footer_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-right: 32px;
}
#footer_navigation ul li a {
	color: #000;
	padding: 0px 15px 0px 0;
	text-decoration: none;
}
#footer_navigation ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#copyright {
	float: right;
	margin: 16px 16px 0 0;
}
#copyright li{
	list-style: none;
}
#login_navi_ul{
	float: right;
	margin: -17px 16px 0 0;
	clear: left;
}
#login_navi_ul li{
	list-style: none;
}
#login_navi_ul li a{
	text-decoration: none;
}
#login_navi_ul li a:hover{
	text-decoration: underline;
}
/*##################################### 
	6. TYPO
##################################### */

h1 {
	font:  bold 14px verdana ;
	line-height: 25px;
	color: black;
	border-bottom: 3px solid #7d8375;
	margin-bottom: 10px;
}
h2 {
	font:  bold 14px verdana ;
	line-height: 25px;
	color: black;
	padding-top: 10px;
	
}
p {
	line-height: 18px;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
#middle_inside a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

div #referenzen_tab_inhalt img {
	margin-top:10px;
}