@charset "utf-8";

/* ===================================================== */
/*
** SITE GRID / COLUMN DEFINITIONS
*/
/* ===================================================== */

.hide,
.hidden {
 visibility:hidden;
 display:none;
}


body {
	padding:0;
	background:url(../img/page_bg1.png) repeat-x  left top #ffffff;
	font:70% "Arial", "Helvetica", "sans-serif",Geneva, Verdana; 
}

#tophg {
 position:absolute;
 left:0;
 top:0;
 background:url(../img/page_bg_big1.png) left top no-repeat;
 width:100%;
 height:265px;
 z-index:1;
}

#hauptnavshadowhg {
position:absolute;
 background:url(../img/hauptnav_shadow.png) left top no-repeat;
 width:100%;
 height:63px;
 top:275px;
 z-index:2;
 left:50%;
 margin-left:-690px;

}


#slogan {
  position:absolute;
  right:-20px;
  top:-60px;
  background:url(../img/slogan_trans.png) left top no-repeat;
  width:226px;
  height:58px;
  z-index:500;
  display:none;
}

#pagewrap {
   width:100%;
   height:100%;
  z-index:0;
  margin-top:87px;

}

#global_wrapper {
	width:933px;
	padding-left:14px;
	margin:0 auto;
	min-height: 100%;
	text-align:left;
	position:relative;
	z-index:100;

}


#main-wrapper {
}




/* ===================================================== */
/*
** Header
*/
/* ===================================================== */

#header {
width:100%;
height:179px;
position:relative;
background:url(../img/header_new.png) no-repeat;
}

#header #logo {
position:absolute;
left:38px;
top:30px;
width:142px;
height:137px;
}


/* ===================================================== */
/*
** HAUPT-NAV 
*/
/* ===================================================== */



#hauptnavigation {
width:933px;
height:78px;
background:url(../img/hauptnav_hg.png) no-repeat;
display:block;
position:relative;

}

#hauptnavigation ul {
 margin:0;
 padding:0;
 position:relative;
 padding-top:19px;
 padding-left:19px;
 font-family:'Verdana';
}

#nav-main {
	height:78px;
	position:relative;
	z-index:200;
}


#hauptnavigation ul li {
display:inline;
float:left;
}

#hauptnavigation ul li a {
display:block;
text-transform:uppercase;
line-height:37px;
height:37px;
text-align:center;
font-weight:bold;
overflow:hidden;
color:white;
text-decoration:none;
font-size:1.2em;
/*text-indent:-2000em;*/
margin-right:5px;
padding-right:8px;
padding-left:8px;
}

#hauptnavigation ul li a.active,
#hauptnavigation ul li a.aktiv,
#hauptnavigation ul li a:hover {
background:url(../img/hn_hover_bg.png) left top repeat-x;
color:#AFE8D5;
}

#hauptnavigation ul li a:hover{
background:url(../img/hn_hover_bg.png) left top repeat-x;
}

#hauptnavigation ul li a:hover span,
#hauptnavigation ul li a.active span {
display:block;
background:url(../img/hn_li_bg.png) left top repeat-x;
width:100%;
}


/* wer sind wir 

#hauptnavigation ul li#nav6 a {
background:url(../img/hn_whoweare_off.png) center top no-repeat;
width:142px;
height:37px;
}

#hauptnavigation ul li#nav6 a:hover {
background:url(../img/hn_whoweare_on.png) center top no-repeat;
}

#hauptnavigation ul li#nav6 a.active {
background:url(../img/hn_whoweare_active.png) center top no-repeat;
}*/



/* was machen wir 

#hauptnavigation ul li#nav5 a {
background:url(../img/hn_whatwedo_off.png) center top no-repeat;
width:142px;
height:37px;
}

#hauptnavigation ul li#nav5 a:hover {
background:url(../img/hn_whatwedo_on.png) center top no-repeat;
}

#hauptnavigation ul li#nav5 a.active {
background:url(../img/hn_whatwedo_active.png) center top no-repeat;
}*/


/* wo findet man uns 

#hauptnavigation ul li#nav4 a {
background:url(../img/hn_whereweare_off.png) center top no-repeat;
width:142px;
height:37px;
}

#hauptnavigation ul li#nav4 a:hover {
background:url(../img/hn_whereweare_on.png) center top no-repeat;
}


#hauptnavigation ul li#nav4 a.active {
background:url(../img/hn_whereweare_active.png) center top no-repeat;
}*/

/* kontakt 

#hauptnavigation ul li#nav3 a {
background:url(../img/hn_contact_off.png) center top no-repeat;
width:100px;
height:37px;
}

#hauptnavigation ul li#nav3 a:hover {
background:url(../img/hn_contact_on.png) center top no-repeat;
}

#hauptnavigation ul li#nav3 a.active {
background:url(../img/hn_contact_active.png) center top no-repeat;
}*/

/* Fotos 

#hauptnavigation ul li#nav2 a {
background:url(../img/hn_pictures_off.png) center top no-repeat;
width:82px;
height:37px;
}

#hauptnavigation ul li#nav2 a:hover {
background:url(../img/hn_pictures_on.png) center top no-repeat;
}


#hauptnavigation ul li#nav2 a.active {
background:url(../img/hn_pictures_active.png) center top no-repeat;
}
*/

/* ===================================================== */
/*
** MAIN WRAP
*/
/* ===================================================== */


#mainwrap {
position:relative;
width:100%;
background:url(../img/main_content_hg.png) left top repeat-y;
}

#mainwrap .mbottom {
width:100%;
background:url(../img/main_contentbottom_hg.png) left top no-repeat;
height:28px;
}

#mainwrap .content {
min-height:300px;
padding-left:60px;
padding-top:30px;
padding-right:50px;
padding-bottom:20px;
color:black;
}


/* ===================================================== */
/*
** CONTENT
*/
/* ===================================================== */

.content h1 {
color:#00875B;
display:block;
font-size:2em;
margin-bottom:25px;
}

.content p {
margin-bottom:1.5em;
line-height:140%;
color:black;
font-size:1.1em;
}

.content a {
color:#2F6946;
text-decoration:underline;
}

.content ul {
 margin:1em 0 1em 2em;
 display:block;
 list-style-position:outside;
 font-size:1.1em;
}

.content ul li {
line-height:120%;
padding-bottom:0.5em;
padding-left:1em;
list-style-type: square;
}




/* ===================================================== */
/*
** Two Columns
*/
/* ===================================================== */

.twocol {
position:relative;
overflow:hidden;
}

.twocol .lcol {
float:left;
width:670px;
background:url(../img/content_trenner.png) repeat-y right center;
}

.twocol .rcol {
float:left;
width:220px;
padding-left:20px;
padding-top:30px;
}


/* ===================================================== */
/*
** META-NAV 
*/
/* ===================================================== */

#metanav {
	position:absolute;
	right:15px;
	top:65px;
	font-size:1em;
	color:#555c64;
	z-index:100;
}


#metanav ul {
	margin-top:0.4em;
}
#metanav li {
	display:inline;
	border-right:1px solid #A3C118;
	padding-right:8px;
	margin-right:8px;
	line-height:1.3;
}
#metanav li a {
	padding-left:6px;
	line-height:1.1;
	color:#A3C118;
	font-weight:bold;
	text-decoration:none;
}

#metanav li a:hover {
text-decoration:underline;
}




/* ===================================================== */
/*
** PAGE FOOTER
*/
/* ===================================================== */

#footer {
	position:relative;
	margin:0 auto;
	height:30px;
	font-size:1em;
	clear:both;
	overflow:hidden;
	color:#339F7C;
	width:933px;
	line-height:25px;
	font-size:1.1em;
	text-align:center;
	margin-top:20px;
	font-weight:bold;
}

#footer span {
padding-right:1em;
}

#footer a {
	color:#339F7C;
	font-weight:bold:
	text-transform:uppercase;
	display:inline;
	padding-right:10px;
	text-decoration:none;
	padding-left:20px;
	background:url(../img/footer_pipe.png) left center no-repeat;
}


#footer a.active,
#footer a:hover {
text-decoration:underline;
}








/* ===================================================== */
/*
** CONTENT Sitemap
*/
/* ===================================================== */

.content ul.techmap {
  margin:0;
  padding:0;
  list-style:none;
  width:85%;
  position:relative;
    overflow:hidden;
margin-left:10%;
margin-top:10%;
clear:both;
}

.content ul.techmap li {
  display:block;
  float:left;
  width:140px;
  clear:both;
  margin-bottom:2em;
}
.content ul.techmap li,
.content ul.techmap li span {
 font-weight:normal;
 font-size:1.4em;
}


.content ul.techmap li ul {
  width:240px;
  float:left;
  display:block;
  position:static;
 margin-left:160px;
 margin-top:0;
 padding:0;

 list-style:none; 

}

.content ul.techmap li ul li {
  float:none;
  clear:none;
  display:block;
  line-height:160%;
  width:100%;
  margin-bottom:0;
  font-size:0.9em;
  padding-left:16px;
  background:url(../img/liststyleitem.png) left center no-repeat;

  }
  
  
  
  
  
  
  /* ===================================================== */
/*
** Powermail
*/
/* ===================================================== */


div.tx-powermail-pi1 {
clear:both;
overflow:hidden;
position:relative;
}

  /* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 100px;
  cursor:pointer;
	float: left;
	clear: both;
	font-weight: bold;
	color:#305B41;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 332px;
  border:1px solid #305B41;
        padding-left:5px;
}

fieldset.tx-powermail-pi1_fieldset select {
color:black;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}

.tx-powermail-pi1 input.tx-powermail-pi1_mandatory_submit,
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 100px;
	font-weight: normal;
	color:white;
	background:#305B41;
	border:0px solid;
	border-left:1px solid white;
	border-top:1px solid white;
	cursor:pointer;
	outline:0;
	padding:2px 4px;
}

.tx-powermail-pi1 input.tx-powermail-pi1_mandatory_submit {
margin-left:0;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit:focus {
outline:0;
border:0px solid;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	
}

fieldset.tx-powermail-pi1_fieldset legend {
visibility:hidden;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
#powermaildiv_uid4 {
	color:black;
	font-size:100%;
  height:40px;
}

  
#rightcolumn_content h1 {
color:black;
padding:5px 0;
}  
  
  


/* ===================================================== */
/*
** CSS Styled Content
*/
/* ===================================================== */


/* styles for extension "tx_cssstyledcontent" - start */

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }

	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }



	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

/* styles for extension "tx_cssstyledcontent" - stop */


/* Wer sind wir */

body#p6 .content div.csc-textpic .csc-textpic-imagecolumn{
margin-right:25px;
}

body#p6 .content div.csc-textpic .csc-textpic-caption {
font-weight:bold;
padding:2px 0;
min-height:30px;
}