/* @override 
	http://apfeltasche.local/zinco-greenroof.com/css/styles.css
	http://www.zinco-greenroof.com/css/styles.css
*/


/* @group Font Typography */

body {
	font-size: 62.5%;
	font-family: Arial, Calibri, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	}

h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	color: #8db544;
}

h2, legend {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h2, h3, h4, h5, h6, h7, p , li,
legend, th, td, dt, dd, label, address {
	color: #454545;
}

p, li, td, th, address, ol, dt, dd, label {
	/*font-size: 1.3em;*/
	font-size: 13px;
}

ul {
	list-style-type: square;
	padding-left: 35px;
	margin: 0;
}

p, li {
	line-height: 1.4em;
}

a {
	color: #77a227;
	text-decoration: underline;
}

a:hover {
	color: #8ccb15;
}

a:active {
	position: relative;
	top: 1px;
	left: 1px;
	opacity: 0.6;
}


/* @group remove firefox link borders */

a:focus { -moz-outline-style: none; border: none;}
a:active { outline: none; border: none;}

/* @end */

dt {
	font-weight: bold;
}

.date {
	font-size: 0.8em;
}

#text-content ul {
	list-style-image: url(../images/bullet.gif);
}

address {
	

/*white-space: pre;*/
	font-size: 1.2em;
	font-style: normal;
}

/* @end */

/* @group Margins and Paddings */

h1, h2, h3 {
	margin: 1.2em 18px;
	padding: 0;
}

p {
	margin: 0.9em 18px;
	padding: 0px;
}

fieldset {
	margin: 18px;
	
}

address {
	margin: 1.2em 4em;
	padding: 0px;
}

dt {
	margin: 0em 0.5em 0em 1em;
	padding: 0em;
}

dt a {
	text-decoration: none;
}

dd {
	margin: 0.8em 0.5em 1em 3em;
	padding: 0em;
}

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

li {
	/*margin: 0.7em 0.5em 0.5em 0.5em;*/
	margin: 0;
}

/* @end */

/* @group General Layout */

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #fbfbfb;
	height: 100%;
}

#centeredContainer {
	width: 973px;
	min-height: 100%;
	margin: 0 auto;
	border: 0px solid red;
	position: relative;
	background: #fff url(../images/faux_columns.png) repeat-y;
}

#centeredContainerShadowLeft {
	position: absolute;
	left: -8px;
	width: 8px;
	height: 100%;
	background: url(../images/centeredContainerShadowLeft.png) repeat-y;

}

#centeredContainerShadowRight {
	position: absolute;
	right: -8px;
	width: 8px;
	height: 100%;
	background: url(../images/centeredContainerShadowRight.png) repeat-y;
}

#horizontalStripe {
	position: absolute;
	left: 0;
	top: 114px;
	width: 100%;
	height: 281px;
	background-color: #f5f5f5;
}



#horizontalStripeShadowLeft {
	position: absolute;
	z-index: 100;
	left: -8px;
	top: 114px;
	width: 8px;
	height: 281px;
	
	/* for non-gradient browsers: */
	background-color: #f5f5f5;

	/* for ie <= 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#f5f5f5', endColorstr='#ededed');

	/* css3-browsers: */
	background-image: linear-gradient(left , #f5f5f5 0%, #ededed 100%);
	background-image: -o-linear-gradient(left , #f5f5f5 0%, #ededed 100%);
	background-image: -moz-linear-gradient(left , #f5f5f5 0%, #ededed 100%);
	background-image: -webkit-linear-gradient(left , #f5f5f5 0%, #ededed 100%);
	background-image: -ms-linear-gradient(left , #f5f5f5 0%, #ededed 100%);
}

#horizontalStripeShadowRight {
	position: absolute;
	z-index: 100;
	right: -8px;
	top: 114px;
	width: 8px;
	height: 281px;
	
	/* for non-gradient browsers: */
	background-color: #f5f5f5;

	/* for ie <= 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#c9cfbf', endColorstr='#F5F5F5');

	/* css3-browsers: */
	background-image: linear-gradient(left , #c9cfbf 0%, #F5F5F5 100%);
	background-image: -o-linear-gradient(left , #c9cfbf 0%, #F5F5F5 100%);
	background-image: -moz-linear-gradient(left , #c9cfbf 0%, #F5F5F5 100%);
	background-image: -webkit-linear-gradient(left , #c9cfbf 0%, #F5F5F5 100%);
	background-image: -ms-linear-gradient(left , #c9cfbf 0%, #F5F5F5 100%);
}

#footerLineCorrection {
	position: absolute;
	top: 65px;
	width: 5px;
	height: 53px;
	background-color: #87b539;
	z-index: 20;
	left: -3px;
}

body.breite1 {
}

.breite0 #mainLeft {
	width: 508px;
}

.breite1 #mainRight {
	height: 277px;
}

.breite1 #mainLeft, .homep #mainLeft {
}


.breite1 #mainLeft p {
	width: 54em;
}

div#header {
	position: relative;
	height: 118px;
	top: 0;
	left: 0;
	border: 0px solid red;
	background: #f5f5f5 url(../images/header_bg.jpg) no-repeat 0 0;
	
}

div#navigation {
	position: fixed;
	border: 0px solid blue;
	top: 135px;
	width: 238px;
	padding: 0;
	margin: 0;
}

div#topnav {
	position: absolute;
	top: 72px;
	left: 250px;
	height: 40px;
	z-index: 100;
}

p#claim {
	position: absolute;
	left: 701px;
	top: 141px;
	font-size: 1em;
}

p#langChooser {
	position: absolute;
	left: 05px;
	top: 151px;
}

div#text_content {
	position: relative;
	margin-left: 238px;
	width: 735px;
	top: 0;
}

.breite0 #mainRightFauxColumn {
	position: absolute;
	right: 0;
	top: 0;
	/*border: 1px solid red;*/
	width: 229px;
	min-height: 100%;
	background: url(../images/mainRightFauxColumn.png) repeat-y;
	z-index: 0;
}

div#mainLeft {
	border: 0px solid blue;
	display: block;
	padding-bottom: 118px;
}

#mainRight {
	position: absolute;
	top: 0;
	z-index: 20;
	left: 508px;
	width: 227px;
	padding: 0;
	background-color: #f7f7f7;
}

body.homep #mainRight {
	display: none;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 118px;
	margin-top: -118px;
	left: 238px;
	background: url(../images/footer_bg.png) no-repeat;
	width: 735px;
}


#footer p {
	position: absolute;
	font-size: 1.1em;
	padding: 0.3em 17px;
	margin: 0;
	color: #fff;
	top: 95px;
	right: 2px;
}

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

/* @end */

/* @group Navigation */

/* @group topnav */

#topnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topnav .depth0 li {
	padding: 0;
	margin: 0 0.3em;
	display: block;
	border: 0px solid silver;
	width: auto;
	float: left;
}

#topnav .depth0 a {
	display: block;
	float: left;
	width: auto;
	height: 40px;
	margin: 0 1px;
	line-height: 35px;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 22px 0;
	color: #888;
}

div#topnav .depth0 .depth1 li {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}

div#topnav .depth0 ul.depth1 {
	padding-top: 0;
	/*background: white url(../images/top_nav_marker_arrow.png) no-repeat 0 -0px; didnt work out with the shadow. */
	margin-top: -10px;
}

#topnav .depth0 .depth1 a {
	display: block;
	width: 11em;
	height: auto;
	line-height: 1.2em;
	background-color: #fff;
	margin: 0;
	padding: 6px 10px 6px 20px;
}

#topnav a:hover,
#topnav .depth1 a:hover,
#intSite a:hover
{
	color: #fff;
}

#topnav .depth0 a:hover,
#topnav .depth0 li:hover,
#topnav li.open,
#topnav .depth0 > li:hover > a 
{
	background: #fff url(../images/top_navi_active_bg.png) repeat-x;
	color: #fff;
}

#topnav .depth0 li.open a {
	color: #fff;
}

#topnav .depth0 .depth1 li a {
	color: #888;
}

#topnav .depth1 a:hover,
#topnav .depth0 .depth1 li.open a
{
	background-image: none;
	color: #8fba47;
}

#topnav .depth0 .depth1 a:hover,
#topnav .depth0 .depth1 li.open a
{
	background-color: #8fba47;
	color: #fff;
}

div#topnav li span {
	font-weight: bold;
}

/* drop shadow around submenu: */

#topnav ul.dropdown ul {
	width: auto;
-webkit-box-shadow: 1px -1px 2px 1px #aaca7d;
-moz-box-shadow: 1px -1px 2px 1px #aaca7d;
box-shadow: 1px -1px 2px 1px #aaca7d;
}



/* @end */

div#navigation {
	/* width is found in general layout! */
	font-size: 0.9em;
	background-color: #87b539;
	z-index: 20;
}

div#navigation ul {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	list-style-type: none;
}

div#navigation ul li {
	margin: 0 0.5em;
}

div#navigation ul li a,
div#navigation ul li span {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0.3em 0.3em 0.4em;
}

div#navigation ul.depth0 li {
	
}

div#navigation ul.depth0 li a,
div#navigation ul.depth0 li span {
	/*padding here to increase size of clickable field left of the link text*/
	/*padding: 0.2em 0.3em;*/
	display: block;
}

div#navigation ul.depth1 li {
	margin: 0 0em 0 1em;
	font-size: 70%;
	border: none;
}

div#navigation ul.depth1 li a {
	background: url(../images/bullet_navigation.png) no-repeat 4px top;
}


div#navigation ul.depth1 li a,
div#navigation ul.depth1 li span {
	padding-left: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div#navigation ul.depth2 li a,
div#navigation ul.depth2 li span {
	padding-left: 2.0em;
	background-position: 13px top;
}

div#navigation ul li a:hover,
div#navigation ul li#true a:hover {
	color: #3c311c;
	background-color: #b6e070;
}

div#navigation ul li#true span, div#navigation ul.depth1 li#true span{
	color: #fff;
	background-color: #9bbe5c;
}

div#navigation ul.depth1 li#true span {
	background-image: url(../images/bullet_navigation_active.png);
	background-repeat: no-repeat;
	background-position: 4px top;
}

div#navigation ul.depth2 li#true span {
	background-position: 13px 1px;
}

/* @end */

/* @group Tables */

table, td, th {

}

table {
	margin: 1.5em 1em 1.5em 20px;
	padding: 0px;
	border-collapse: collapse;
}

td, th {
	padding: 3px 4px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}



.randTabelle td,
.randTabelle th {
	border-collapse: collapse;
	border: 1px dashed #949090;
}

#mainLeft .randTabelle img
{
margin: 0;
padding: 0;
}

.randTabelle td.dunkler {
	background-color: #e6e6e6;
}

.randTabelle th {
	border-style: dashed;
	font-weight: bold;
	font-style: normal;
}

caption {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5em;
	

/* works */
	margin-top: 0;
/*

wont work, set margin-top for table!*/
}

/* @end */

/* @group Miscellaneous */

#logo {
	position: absolute;
	width: 82px;
	height: 81px;
	top: 19px;
	left: 136px;
	background: white url(../images/zinco_dachbegruenung_logo.png) no-repeat 0;
	margin: 0;
	padding: 0;
}

#logo span {
	display: none;
}

#logo a {
	display: block;
	height: 99%;
}

#claim {
	position: absolute;
	top: 83px;
	width: 132px;
	height: 14px;
	background: none no-repeat;
	right: 840px;
}

#mainLeft img {
	margin: 0.3em;
}

#mainLeft .titelbild {
	margin: 0;
}

#breadcrumbs_container {
	position: absolute;
	left: 238px;
	top: 393px;
	z-index: 10;
	width: 735px;
	height: 50px;
	background: transparent url(../images/titelbild_shadow.png) no-repeat 0 bottom;
}

.noTitleImage #breadcrumbs_container {
	top: 113px;
}

.noTitleImage #mainLeft {
	padding-top: 37px;
}

.breite0 #breadcrumbs_container {
	width: 507px;
}



p#breadcrumbs {
	font-size: 1em;
	margin: 17px 0 0 18px;
	padding: 0;
}

p#breadcrumbs a {
color: #515351;
}

p#accesskeysSwitcher {
	float: right;
	font-size: 0.9em;
	padding: 0em;
	margin: 0.4em;
}

#footer a img {
	text-decoration: none;
	border: 0;
	margin: 0 0.4em;
}

/* @group lightbox_links */

.lightbox_links {
	padding-left: 13px;
}

.lightbox_links a {
	display: block;
	float: left;
	height: 70px;
	width: 70px;
	margin: 5px;
}

.lightbox_links h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #8db544;
	margin: 10px 0 4px;
}



/* @end */

/* @group #pageFunctions */
#pageFunctions  {
	position: absolute;
	height: 51px;
	left: -233px;
	width: 200px;
	bottom: 123px;
}

#pageFunctions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pageFunctions li {
	padding: 0;
	float: left;
	margin: 0;
	border: 0px solid silver;
}

#pageFunctions a {
	display: block;
	position: relative;
	top: 2px;
	height: 51px;
	width: 8.5em;
	padding: 4px 0 0 41px;
	float: left;
	margin: 0 2px 0 12px;
	text-align: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

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

#pageFunctions ul {
	height: 64px;
}

#pf_print {
	background: url(../images/pagefunctions_print.png) 0 0;
}

#pf_up {
	background: url(../images/pagefunctions_up.png) 0 0;
}

#pf_share {
	background: url(../images/pagefunctions_share.png) 0 0;
}

#pf_share .stico_default {
	background: url(../images/pagefunctions_share.png) no-repeat 0px 1px !important;
}

/* @end */

/* @group Slideshows */


div#referenzen_slideshow {
	position: relative;
	height: 280px;
}

div#referenzen_slideshow,
#mainLeft img.titelbild {
	margin-bottom: 59px;
}


div.slideshow_image_container {
	/*height: 280px;*/
	position: absolute;
}

#mainLeft .slideshow_image_container img {
	margin: 0;
}


/* @end */




div.darker {
	/** legacy for 2010 design **/
	overflow: hidden;
}

img.margin {
	margin: 0.5em 2em;
}

/* @group linklist für #mainRight */

.linklist {
	background-color: #949090;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.linklist li {
	list-style-type: none;
	margin: 0;
	padding: 0.0em;
	width: 227;
}

.linklist a{
	display: block;
	margin: 0;
	padding: 0.5em 0.3em 0.5em 33px;
	border-top: 1px solid #bcb7b7;
	border-bottom: 1px solid #5d5b5b;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/arrow_small_light.png) no-repeat 12px 8px;
	color: #fff;
}

.linklist a.pdf{
	background: url(../images/pdf_icon_alpha.png) no-repeat 7px 4px;
}



.linklist a:hover{
	border-bottom: 1px solid #bcb7b7;
	border-top: 1px solid #5d5b5b;
	background-color: #706d6d;
	color: #ffffff;
}


/* @end */

/* @group Systemaufbau mit Beschriftung */

.systemaufbau {
	position: relative;
	clear: both;
	display: block;
	width: 480px;
	height: auto;
	border: 3px solid #d3d3d3;
	margin-left: 17px;
	margin-bottom: 12px;
	padding-bottom: 2px;
}


.systemaufbau img {
	position: relative;
	left: 0;
	top: 0;
	background: white;
	padding: 1px;
}
.systemaufbau h2 {
	position: relative;
	left: 0;
	top: 0px;
	padding: 4px 0 0 4px;
	margin: 0;
}

.sa_bild {
	width: auto;
	position: relative;
}



ul.sa_legende {
	list-style-type: none;
	display: block;
	position: absolute;
	margin-left: 228px;
	text-indent: -14px;
	padding: 0;
	width: 250px;
}


.sa_legende li {
	padding: 0;
	margin: 7px 2px 2px 0;
}

.sa_bild ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sa_legende .highlighted {
	color: #8c9f3c;
}

.sa_bild img {
	margin: 0;
	padding: 0;
	border: 1px solid white;
}

.sa_bild li {
	position: absolute;
	left: 127px;
	font-size: 12px;
	padding: 0 0 1px 30px;
	line-height: 12px;
	border-bottom: 1px solid #3f4429;
	margin: 0 8px 0 0;
}
.sa_bild .shifted {
	left: 127px;
	padding-left: 45px;
}
.systemaufbau p:hover {
	color: white;
	border-color: #fff;
}


/* @end */



#magnify {
	display: block;
	position: absolute;
	top: 30%;
	width: 880px;
	font-size: 4.8em;
	background-color: #616161;
	color: white;
	opacity: 0.8;
	z-index: 12;
	text-align: center;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-left: 50px;
}

.error {
	color: red;
	padding: 1em;
	border: 3px solid red;
	margin: 1em;
}

.clearer {
	clear: both;
}

#intSite {
	position: absolute;
	top: 24px;
	left: 808px;
	padding: 8px 0 0;
	margin: 0;
	height: 35px;
	width: 162px;
}

#intSiteShadowRight {
	position: absolute;
	top: -12px;
	right: -18px;
	width: 15px;
	height: 56px;
	background: url(../images/intSiteShadowRight.png) no-repeat;
}

#intSite a,
#intSite span {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

#intSite a:hover {
	background-color: transparent;
}


/* @group search form */

#search_form {
	display: block;
	position: absolute;
	left: 797px;
	top: 81px;
	padding: 0;
	margin: 0;
}

#search_field {
	position: absolute;
	font-size: 11px;
	height: 25px;
	width: 150px;
	margin: -3px 0 0;
	padding: 0 2px 0 6px;
	color: #666;

	border: 1px solid #cacaca;
    box-shadow: inset 1px 1px 3px #cacaca;
    -moz-box-shadow: inset 1px 1px 3px #cacaca;
    -webkit-box-shadow: inset 1px 1px 3px #cacaca;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


#search_button {
	position: absolute;
	left: 134px;
	top: 3px;
	height: 16px;
	width: 22px;
	border: 0px solid #949090;
	margin: 0;
	padding: 1px 4px;
	line-height: 12px;
	background: url(../images/looking_glass.png) no-repeat 1px 0;
}

/*#search_button span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	padding: 0;
}*/

#search_button:active {
	left: 135px;
	top: 4px;
	border: 0px solid #949090;
}

/* @end */



/* @group historie */

table.historie,
table.contactInformation {
	border: 0px;
}

table.historie th,
table.contactInformation th {
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	width: 7em;
	border: 0px solid silver;
	border-bottom: 1px solid silver;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	padding: 0.4em;
	color: #a5a9a5;
}

table.contactInformation th {
	width: 10em;
}

table.historie td, 
table.contactInformation td {
	border: none;
	padding: 0.65em;
}

p.backlink a {
	
}

p.backlink  a {
	color: #90a72e;
	text-decoration: none;
	display: block;
	float: right;
	margin-top: 5em;
	text-align: center;
	padding: 0.3em 0.4em;
	border: 2px solid #bdd652;
	width: 12em;
}

p.backlink  a:hover {
	background-color: #afafaf;
	color: #cfeb5a;
}

/* @end */

/* @group maps */

div#routeOuter {
	height: auto;
	width: auto;
	border: 0px solid #949090;
	margin: 0.3em 0.3em 0.3em 19px;
	padding: 0;
}


div#addressBlock {
	font-size: 1.1em;
}
div#addressBlock a {
	padding-left: 2em;
	font-weight: bold;
}

div#mapCanvas {
	width: 700px;
	height: 430px;
	margin: 0;

	background-color: #a7cc95;
	border: 2px solid #a7cc95;
}


/* @end */



div.benefits {
	margin-bottom: 3em;
	clear: left;
	margin-left: 11px;
}

div.benefits img {
	float: left;
	margin: 0.8em;
	margin-bottom: 3em;
}

div.benefits p,
div.benefits h2 {
	margin-top: 0.8em;
	margin-left: 200px;
}

ul.system_chooser {
	padding: 0;
	margin: 1em 3em;
	margin-bottom: 3em;
}

ul.system_chooser li {
	list-style-type: none;
	border: 2px solid #bdd652;
	width: 14em;
	margin: 2px;
	font-size: 1.2em;
}

ul.system_chooser li a {
	color: #d2dda4;
	text-decoration: none;
	display: block;
	padding: 0.3em 0.4em;
	background-color: #767676;
}

ul.system_chooser li a:hover {
	background-color: #6e725e;
	color: #d8f55e;
}

/* @group Messetermine */

div.event {
	border-top: 1px solid silver;
	padding: 0.7em 0em;
}

div.event h3 {
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	font-size: 1.3em;
	color: #8DB544;
}

div.event p {
	margin-top: 0.3em;
	margin-bottom: 0em;
}

div.event_list {
	border-bottom: 1px solid silver;
}

/* @end */

.korrektur {
	color: red;
	background-color: yellow
}

.printOnly {
	display: none;
}

/* @end */

/* @group Startseite */

.home #mainRight {
	display: none;
}

.homeBlock {
	width: 339px;
	border: 0 solid red;
	position: relative;
	margin: 0 0px 39px 390px;
	padding: 0;
}

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

.homeBlock h1 {
	padding: 0.1em 0;
	font-weight: bold;
}

.home .mainTitle h1 {
	background-color: transparent;
}

.homeBlock h1,
.homeBlock h2,
.homeBlock h3,
#mainLeft .homeBlock p,
#mainLeft .homeBlock img,
.homeBlock li {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0px;
	width: auto;
}

.homeBlock ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


.fullWidth {
	margin-left: 20px;
	width: 700px;
}



li.event span.name {
	font-weight: bold;
	border-top: 1px solid #949090;
}

.event_list li.first span.name {
	border-top: 0px solid #949090;
}


.home .seminare img,
.home .vorteile img,
.home .ppp img,
.home .messe img,
.home .pressemitteilungen img {
	float: left;
	display: block;
	margin: 0;
	border: 3px solid #bfbfbf;
}

.home .vorteile,
.home .ppp {
	height: 140px;
}


.home .vorteile ul {
	/*position: absolute;*/
	/*bugfix for ie7: */
    left: 0px;
}

.home .homeBlock p,
.home .homeBlock ul {
	margin-left: 106px;
}

.home  li {
	margin: 0;
	padding: 0;
}


.home .messe ul.event_list {
	margin-top: 23px;
	margin-left: 0;
}

.home .seminare ul {
	margin-top: -5px;
}

.home .pressemitteilungen {
	clear: both;
}

.pressemitteilungen h3 {
	margin: 12px 0 0;
}

.pressemitteilungen img {
	clear: both;
}



/* @end */

/* @group Formulare */

fieldset p ,
form p,
label {font-size: 12px;}

label {	
	display: block;
	clear: both;
	float: left;
	text-align: right;
	line-height: 12px;
	width: 120px;
	padding: 5px 8px 2px;
	margin: 4px 0px;
}

legend {
	margin: 0 0 0 9px;
	padding: 2px;
}

input.textfield {width: 200px; margin: 4px 0;}

label.noblock {
	display: inline;
	float: none;
	clear:none;

	padding-right: 0.3em;
}

#mainLeft .objektAnfrageOptionsLabel p span {
	width: 24em;
	float: left;
	clear: both;
}

#mainLeft .objektAnfrageOptionsLabel p  {
	width: auto;
}

.objektAnfrageOptionsLabel input {
	margin-left: 0;
}

.submit input {
	margin: 0 0 30px 44px;
	font-size: 1.7em;
}

fieldset { 
	border: 1px solid #949090;
	margin-bottom: 20px; 
	padding: 8px;
	margin-right: 60px;
}

.infomaterial label {
	text-align: left;
	margin-left: 11px;
	padding-bottom: 4px;
}

span.unit {
	font-size: 12px;
}

textarea {
	margin-left: 0px;
	padding: 3px;
}

.einverstaendnis {
	margin-left: 45px;
}

fieldset.teilnehmer {margin-bottom: 10px; width: 420px;}
fieldset.teilnehmer legend {font-size: 12px;}
.errormsg { color: red; }

fieldset#fehlermeldungen {color: red; } 


/* @end */


/* @group Referenzen */

/* @group Objektdaten und Systemkennzahlen */
/* Systemkennzahlen gehören zu Systemaufbauten, sollen aber gleich aussehen. */

.objektdaten dl dt,
.systemkennzahlen dl dt {
	margin: 0 0 3px 7px;
	padding: 0;
	color: #8DB544;
	font-weight: normal;
}

.objektdaten dl dd,
.systemkennzahlen dl dd {
	margin: 0 0 4px 15px;
	padding: 0;
}

.objektdaten dl dt.objektdaten_titel,
.systemkennzahlen h3 {
	font-weight: bold;
	color: #8DB544;
	background-color: #e5e5e5;
	margin: 0 0 16px;
	padding: 5px 5px 5px 7px;
}

/* @end */


/* @group Objektdaten */
.objektdaten dl{
	position: relative;
	left: 508px;
	width: 227px;
	top: 0;
	margin: 0;
	padding: 0 0 15px;
	background-color: #F7F7F7;
}

/* @end */




/* @group objektdatenblatt-pdf */




div.referenz {
	position: relative;
	margin-bottom: 7em;
}

#mainLeft .referenz img.mainImg {
	text-align: center;
	margin: 0 0;
}

div.referenz div.referenzen_bilder img {
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	float: left;
}

div.referenzen_bilder {
	margin-left: 1.8em;
/*same as h2*/
	clear: both;
}

div.objektdaten {
	position: absolute;
}

div.objektdaten div.references_links {
	position: relative;
	left: 508px;
	top: 0;
	font-size: 1.4em;
	font-weight: bold;
	width:227px;
	background-color: #948f90;
	padding: 0;
}

div.objektdaten div.references_links a {
	color: white;
}







/* @end */

/* @end */

/* @group downloads */

.dlSection {
	width: 227px;
	min-height: 500px;
	float: left;
	margin: 20px 8px;
	border: 0px solid red;
}

.dlSection h2 {
	margin: 1em 0.3em 1em;
}

.dlSection img {
	border: 1px solid #949090;
	padding: 1px;
}

.dlSection ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dlSection li {
	margin: 0;
	padding: 0;
}

.dlSection li a {
	display: block;
	margin: 0;
	border-bottom: 1px solid #bbb6b6;
	text-decoration: none;
	padding: 0.65em 0.3em 0.3em 11px;
	background: url(../images/arrow_small.png) no-repeat 2px 10px;
}

.dlSection li a:hover {
	color: #f7f7f7;
	background-color: #949090;
	background-image: url(../images/arrow_small_light.png);
}

.dlSection p {
	font-style: italic;
	margin: 0.3em 0.3em 0.3em;
	padding: 0;
}

.filesize {
	white-space: nowrap;
}
/* @end */

/* @group Accordeon Merkmale */

#accordionContainer {
	height: 277px; 
	width: 227px;
	border-style: none;
	border-bottom: 8px solid #b2b0b0;
	padding-bottom: 4px;
	
}


body .dijitAccordionTitle {
	background: #949090 url(../images/arrow_small_light.png) no-repeat 12px 5px;
	padding: 3px;
	padding-left: 25px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	border-style: none;
	border-top: 1px solid #bcb7b7;
	border-bottom: 1px solid #5d5b5b;
	
}

body .arrowTextUp,
body .arrowTextDown {
	display: none;
}

body .dijitAccordionTitle-selected  {
	background: #949090 url(../images/arrow_small_light_down.png) no-repeat 7px 8px;
}

.label :hover {
	cursor: pointer;
}

body .dijitContentPane {
	background: #e6e6e6;
	overflow: auto;
	margin: 0;
	padding: 0;
	border-style: none;
}

body .dijitContentPane p {
	margin: 0.6em;
	padding: 0em;

}


body .dijitContentPane p img {
	float: left;
	margin: 0.3em;
	padding: 1px;
	border: 1px solid #949090;
}


/* @end */

/* @group Systemaufbauten */

.syslinks {
	position: absolute;
	top: 317px;
	background-color: #949090;
	width: 100%;
}

.syslinks a {
	color: #fff;
}

.systemkennzahlen {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	width: 227px;
}

.systemkennzahlen dl {
	padding: 0;
}

.systemkennzahlen dt,
.systemkennzahlen dd {
	color: #515351;
	font-weight: normal;
	margin-left: 28px;
	padding-left: 0;
	margin-top: 4px;
	margin-bottom: 8px;
}
.systemkennzahlen dt {
	color: #515351;
	font-weight: bold;
	margin-left: 18px;
	margin-bottom: 0;
}

/* @end */

/* @group zertifizierte Partner (Tabelle) */

table.specializedPartners {
	border-collapse:collapse;
	width: 60em;
}

table.specializedPartners th {
	border-bottom:3px solid silver;
	color:#565656;
	text-align:left;
}

table.specializedPartners td {
	border-bottom:1px solid silver;
	padding:0.3em;
	vertical-align:top;
}
table.specializedPartners td strong {
	font-size:13px;
}
table.specializedPartners td.firma {
	width: 27em;
}

table.specializedPartners td.ort {
	width: 15em;
}
table.specializedPartners td.contact  {
	width: 23em;
}

table.specializedPartners td.contact a {
	font-size:0.9em;
}


/* @end */

/* @group aktuelles */

/* @group links */

.links  {
	clear: both;
	padding-top: 0.5em;
}

#mainLeft .links p {
	margin-left: 200px;
	margin-top: 0;
	padding-top: 0;
	width: 300px;
}

.links img {
	float: left;
	padding-left: 15px;
	padding-bottom: 5px;
}

/* @end */

/* @group Presseberichte */

.presse {
	list-style-type: none;
	padding: 0 0 0 13px;
	margin: 0;
	font-size: 12px;
}

.akt_presse {
	background-color: #e9e9e9;
	color: #6c6969;
	padding: 0.5em 0.3em;	
}

.pressebericht_hinweis {
	font-size: 12px;
	font-weight: normal;
}

.presse li {
	list-style-type: none;
	padding: 0;
	margin: 1em 0 2em 0.3em;
}

.presse img {
	float: left;
	padding: 1px;
	border: 1px solid #949090;
	height: 110px;
	width: 110px;
}

.presse h2, 
.presse p{
	padding: 0px;
	margin: 0.8em 0.5em 1.2em 127px;
}

.presse h2{
	font-size: 13px;
}

.presse p{
	font-size: 13px;
}


a.pfeil {
	margin: 0;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 0.3em;
	background: url(../images/arrow_small.png) no-repeat 2px 2px;
}

.pressearchiv a.pfeil {
	display: block;
	color: #454545;
}

#mainLeft .pressemitteilung_bilder p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2em;
	padding: 0;
	margin-right: 0;
	margin-left: 5px;
	width: auto;
}


#mainLeft table.pressemitteilungLayoutTable td.pressemitteilung_text p {
	width: auto;
	font-size: 13px;
	
}

.pressemitteilungLayoutTable  {
	border-collapse: collapse;
}

#mainLeft .pressemitteilung_bilder img {
	display: block;
	border: 1px solid silver;
	padding: 1px;
	margin: 0;
}

td.pressemitteilung_bilder {
	width: 280px;
}

.breite1 #mainLeft .pressemitteilung_bilder p {
	width: auto;
}


/* @group Archiv */

.pressearchiv h2 {
	font-size: 2em;
	padding: 0 0 0 19px;
	margin: 34px 0 0;
	color: #aaa;
	cursor: pointer;
}

.pressearchiv ul{
	padding: 0;
	margin-left: 0;
}

.pressearchiv li{
	list-style-type: none;
}

.pressearchiv h2:hover,
.pressearchiv a.pfeil:hover {
	color: #ccc;
	background-color: #656262;
}

a.pfeil:hover {
	background-image: url(../images/arrow_small_light.png);
}

.pressearchiv ul a.pfeil {
	margin-left: 0;
	padding-left: 16px;
	background-position: 5px 3px;
}

.pressearchiv h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

/* @end */
/* @end */



/* @end */

/* @group vertrieb */

/* @group Depots */

.depot_address  {
	position: relative;
	clear: both;
	width: 729px;
	border-top: 2px solid #d4ebb0;
	padding: 0.3em;
}

.image_container {
	position: absolute;
	top: 52px;
	right: 4px;
	border: 0px solid red;
	width: 310px;
	height: auto;
	text-align: center;
}

.image_container img {
	border: 4px solid #949090;
	padding: 1px;
}

table.address {
	margin-bottom: 20px;
	border-collapse: separate;
	border-style: none;
}

table.address th {
	font-size: 1em;
	width: 10em;
	font-weight: normal;
	vertical-align: top;
	text-align: right;
	border-style: none;
	padding-top: 6px;
}

table.address td {
	font-size: 1.2em;
	vertical-align: top;
	border-style: none;
	border-left: 2px solid #949090;
}

table.address address,
table.address h2 {
	margin: 0px;
	padding: 0px;
}

table.disposition td {
	vertical-align: top;
}

/* @end */

/* @group Fachberater */

#fachberaterMap {
	position: absolute;
}

#vCardContainer {
	position: relative;
	width: 450px;
	/* top: -509px; */
	top:0;
	left: 376px;
	/* this height holds the page so the 
	footer does not collapse into the map
	during the effect transitions */
	height: 700px;
}

.fachberater {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	width: 344px;
	height: 204px;
	margin: 3px 3px 20px;
	border: 1px solid #949090;
}

.fachberater h2, 
.fachberater h4 {
	width: auto;
	padding: 2px 0 1px 9px;
	margin: 0;
}

.fachberater h2 {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #bdd652;
	color: #f7f7f7;
}

.fachberater h4 {
	width: auto;
	background-color: #bdd652;
	color: #4f4d4e;
	font-size: 1.2em;
}

.fachberater table {
	margin-left: 5px;
}

.fachberater th {
	text-align: left;
	font-size: 11px;
}

.fachberater img {
	position: absolute;
	right: 0px;
	padding: 3px;
	border: 0 solid #bdd652;
}

#vertriebsleiter {
	position: relative;
	top: 0;
	left: 0;
}

.fachberater .clearer {
	height: 20px;
}

#platzhalter {
	background-color: #dad9da;
}

#platzhalter span {
	display: block;
	text-align: center;
	width: 12em;
	color: #f7f7f7;
	font-size: 2em;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}

/* @end */



/* @end */



/* END SHARED STYLES */
.korrektur {
	color: red;
	background-color: yellow
}
.printOnly {
	display: none;
}
/* @group Home Page */


.home .pressemitteilungen {
	clear: both;
}

.pressemitteilungen h3 {
	margin: 12px 0 0;
}

.pressemitteilungen img {
	clear: both;
}


/* @end */

/* @group press releases */

.presse {
	list-style-type: none;
	padding: 0 0 0 13px;
	margin: 0;
	font-size: 12px;
}

.akt_presse {
	background-color: #e9e9e9;
	color: #6c6969;
	padding: 0.5em 0.3em;	
}

.pressebericht_hinweis {
	font-size: 12px;
	font-weight: normal;
}

.presse li {
	list-style-type: none;
	padding: 0;
	margin: 1em 0 2em 0.3em;
}

.presse img {
	float: left;
	padding: 1px;
	border: 1px solid #949090;
	height: 110px;
	width: 110px;
}

.presse h2, 
.presse p{
	padding: 0px;
	margin: 0.8em 0.5em 1.2em 127px;
}

.presse h2{
	font-size: 13px;
}

.presse p{
	font-size: 13px;
}


a.pfeil {
	
	margin: 0;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/arrow_small.png) no-repeat 2px 2px;
	padding-right: 0.3em;
}

.darker a.pfeil {
	background: url(../images/arrow_small_light.png) no-repeat 2px 2px;
	color: #f7f7f7;
}

#mainLeft .pressemitteilung_bilder p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2em;
	padding: 0;
	margin-right: 0;
	margin-left: 5px;
	width: auto;
}


#mainLeft table.pressemitteilungLayoutTable td.pressemitteilung_text p {
	width: auto;
	font-size: 13px;
}

#mainLeft table.pressemitteilungLayoutTable td.pressemitteilung_text h2 {
	font-size: 14px;	
}

.pressemitteilungLayoutTable  {
	border-collapse: collapse;
}

.pressemitteilungLayoutTable,
.pressemitteilungLayoutTable td {
	border: none;
}

#mainLeft .pressemitteilung_bilder img {
	display: block;
	border: 1px solid silver;
	padding: 1px;
	margin: 0;
}

td.pressemitteilung_bilder {
	width: 280px;
}

.breite1 #mainLeft .pressemitteilung_bilder p {
	width: auto;
}


/* @group Archiv */

a.pfeil:hover {
	color: #f7f7f7;
	background-color: #949090;
	background-image: url(../images/arrow_small_light.png);
}

.darker a.pfeil:hover {
	color: #fff;
	background-color: #656262;
	background-image: url(../images/arrow_small_light.png);
}

.pressearchiv h2 {
	font-size: 2em;
	padding: 0 0 0 19px;
	margin: 34px 0 0;
	color: #aaa;
	cursor: pointer;
}

.pressearchiv ul{
	padding: 0 0 0 14px;
	text-indent: -12px;
	margin-left: 11px;
}

.pressearchiv li{
	list-style-type: none;
}

.pressearchiv h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

/* @end */


/* @end */

/* @group home page */
body.homepage {
	background-image: none;
	background-color: #ecedef;
}

body.homepage h1#logo {
	position: absolute;
	top: 44px;
	left: 245px;
}

.homepage div#navigation {
	position: absolute;
	top: 190px;
	left: 0;
	width: 232px;
	height: 400px;
	border-right: 16px solid #ecedef;
}

.homepage #topnav {
	left: 245px;
	top: 155px;
	width: 777px;
}

.homepage div#background {
	background-color: #9dc656;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 190px;
	
}

.homepage div#navigation ul.depth0 {
	margin-top: 71px;
}

.homepage div#navigation ul.depth0 li a{
	padding-left: 30px;
}

.homepage div#bigImage {
	position: absolute;
	top: 190px;
	
	left: 248px;
	width: auto;
	height: 400px;
	
}

.homepage #bauchbinde {
	position: absolute;
	z-index: 9999;
	top: 340px;
}

.homepage div#bigImage img {
	display: block;
	position: absolute;
	z-index: 4;
	background-color: #ecedef;
	border-right: 16px solid #ecedef;
}

.homepage #claim {
	top: 108px;
	left: 103px;
}


.homepage #footer_claim {
	position: absolute;
	top: 595px;
	left: 30px;
	width: 777px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color:  #373739;
}

.homepage #languageLink {
	position: absolute;
	top: 595px;
	left: 245px;
	width: 777px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background-color: #d1d8da;
}

.homepage #languageLink a {
	margin: 0 0.3em;
	padding: 0 6px 0 0;
	color:  #373739;
	text-decoration: none;
	font-weight: bold;
}
.homepage #languageLink #separator {
	position: absolute;
	height: 100%;
	width: 5px;
	background-color: #e6e6e6;
}

.homepage #footer {
	display: none;
}

.homepage #topnav .depth0 a {
	height: 32px;
}

/* @end */




/* @group Referenzen */
/* @group old stuff, delete this */
table.referenzen {
	position: relative;
	left: 488px;
	background-color: #bbbfc2;
	border: none;
	width: 227px;
	top: -15px;
}

table.referenzen td,
table.referenzen th {
	border: none;
}

td.refhead {
	font-size: 1.4em;
	font-weight: bold;
}

table.referenzen th {
	border-top: 1px solid #888;
	width: 8em; 
	font-weight: normal;
}
/* @end */

/* @group Objektdaten */
.objektdaten dl{
	position: relative;
	left: 508px;
	width: 227px;
	top: 0;
	margin: 0;
	padding: 0 0 15px;
	border: 0px solid red;
}
.objektdaten dl dt {
	margin: 0 0 3px 7px;
	padding: 0;
	color: #8DB544;
	font-weight: normal;
}
.objektdaten dl dt.objektdaten_titel {
	font-weight: bold;
	background-color: #e5e5e5;
	padding: 5px 5px 5px 7px;
	margin-left: 0;
	margin-bottom: 11px;
}
.objektdaten dl dd {
	margin: 0 0 4px 15px;
	padding: 0;
}

/* @end */

/* @group objektdatenblatt-pdf */




div.referenz {
	position: relative;
	margin-bottom: 7em;
}

#mainLeft .referenz img.mainImg {
	text-align: center;
	margin: 0 0;
}

div.referenz div.referenzen_bilder img {
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	float: left;
}

div.referenzen_bilder {
	margin-left: 1.8em;
/*same as h2*/
	clear: both;
}

div.objektdaten {
	position: absolute;
}

div.objektdaten div.references_links {
	position: relative;
	left: 508px;
	top: 0;
	font-size: 1.4em;
	font-weight: bold;
	width:227px;
	background-color: #948f90;
	padding: 0;
}

div.objektdaten div.references_links a {
	color: white;
}







/* @end */

/* @end */

/* @group weltweit */

ul.internationalPartners {
	padding: 0;
	margin: 0 3em;
	height: 136em;
}

ul.internationalPartners li {
	list-style-type: none;
	border: 2px solid #8DB544;
	width: 8em;
	margin: 2px;
	font-size: 1.2em;
	/*background-color: #949090;*/
}

ul.internationalPartners li a{
	color: #77A227;
	text-decoration: none;
	display: block;
	padding: 0.3em 0.4em;
}

ul.internationalPartners li a:hover {
	background-color: #afafaf;
	color: #deeac7;
}

table.weltweit_partner{
	border-style: none;
	border-collapse: separate;
}

table.weltweit_partner address {
	margin: 0em;
	font-size: 12px;
}
table.weltweit_partner h2 {
	margin: 0.8em 0em;
}

table.weltweit_partner td {
	padding-left: 1em;
	border-style: none;
}

table.weltweit_partner th {
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-right: 2px solid #b9beb9;
}

/* @end */

/* box druckversion */
#box
{
	margin-left: 20px;
	padding: 1px;
	width: 468px;
	height: 20px;
	background-color: #dddddd;
}

.marker { color: #1e4e0c; }
























