/*
-----------------------------------------------
print
----------------------------------------------- */


/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

  
#logo, #meta_nav, #main_nav, #header, #sub_menu, #navMeta, #testen, #navbar, #sidebar, #navlist, #subNavi_neutral, #subNavi_1, #subNavi_2, #newsticker, #banner_bestellen, #banner_home, #banner_aktuelles, #banner_produkte, #banner_guard, #banner_waterenergon, #banner_sanieren, #banner_netzfrei,#banner_forschen, #banner_partner, #banner_bestellen, #banner, #banner_meta, #banner, #banner01, #banner02, #banner03, #banner04, #banner_title, #contactform, form {
    display:none;
  }
  
  #footer, #content_area, #pagebody_3column, #pagebody_2column {
    margin-top:10px;
  }
  
  #footer, #breadcrumb {
	display: none;
  }

  #print_headline {
    font-size:10px;
  }


/***********************************************/
/* =HTML tag styles                            */
/***********************************************/
body {
	font: 10pt/13pt "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #666666;
	}	
	
a {
	color: #000000;
	text-decoration: underline;
	}	
	
	

#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0px;
	text-align:left;	
	}
	
h1, h2, h3, h4, p {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin-bottom: 2mm;
	}
	
ul, ol {
	list-style: disc inside;
	text-indent: -15px;
	padding-left: 13px;
}
	
/******* Tables *******/


table {
	width: 100%;
}

caption {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	height: 20px;
	font-style: italic;
}

td, th {
	padding: 0pt;
	font-size: 10pt;
	line-height: 14pt;
	border-bottom: 1pt solid #efefef;
	text-align: left;
}

th {
	text-align: left;
	font-weight: bold;	
}


/*** =content *******************************************************/

#breadcrumb {
	width: 100%;
	z-index: 5;
	vertical-align: middle;
	clear: both;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 0.9em;
	padding-top: 5px;
	line-height: 1.3em;
}

#pagebody_3column, #pagebody_2column {
	width: 100%;
}

#content {
	margin-top:20px;
	width: 70%;
	float: left;
	clear: none;
	}
	
#content_wide {
	margin-top:20px;	
	width: 100%;
	}
	
#sidebar {
	margin-top:20px;
	float: right;
	width: 30%;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: none;
}

/***********************************************/
/* =Design tag styles             */
/***********************************************/
.pdf
{
	padding: 3px 0 3px 25px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/icon_pdf_05.gif) no-repeat 0 50%;
	clear: both;
}

.austria, .germany, .belgien, .england, .swiss
{
	padding: 3px 0 3px 30px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	clear: both;
}
.austria {
	background: url(/global/img/icon_austria.jpg) no-repeat 0 50%;
}
.germany {
	background: url(/global/img/icon_germany.jpg) no-repeat 0 50%;
}
.belgien {
	background: url(/global/img/icon_belgien.jpg) no-repeat 0 50%;
}
.england {
	background: url(/global/img/icon_england.jpg) no-repeat 0 50%;
}
.swiss {
	background: url(/global/img/icon_switzerland.jpg) no-repeat 0 50%;
}

.hide {
	display: none;
}

/* Clear Class */
.c {
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

.impact {
	font-size: 1.1em;
	font-weight: bold;
}
.bg_weiss {
	background: #ffffff;
}
.korrektur {
	background: #FFCC00;
}
.textalign {
	text-align: right;
	}
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.clear {
	clear: both;
}
.ok {
	color: #00566D;
	font-weight: bold;
}
.error {
	color: #c00;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0px 0px 5px 12px;
	display: inline;
	clear: both;
	float: right;
	padding: 5px;
	border: 1px solid #ddd;
	}

img.alignleft {
	padding: 5px;
	margin: 0 12px 5px 0;
	display: inline;
	clear: both;
	padding: 5px;
	border: 1px solid #ddd;
	}

img.border {
	padding: 5px;
	border: 1px solid #ddd;
	}
	/* End Images */



/***********************************************/
/* =form tag styles                            */
/***********************************************/

	
#contactform {
	margin: 0 0 0px;
	padding: 5px;
	background: #F0F7D9;
	color: #333;
	}
#contactform table {
	width: 100%;
	}
	
#contactform table td {
	background: #F9FCF0;
	}

#contactform dl {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 90%;
	}
#contactform dt {
	color: #333;
	font-weight: normal !important;
	margin: 5px 0px 2px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-transform: none;
	}
	
#contactform dd {
	color: #333;
	font-weight: normal !important;
	margin: 0px;
	padding: 0px;
	}
	
#contactform dd {
	margin: 0px;
	font-size: 110%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
}

	
#contactform dt em, #contactform .note em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
	}
#contactform .name, #contactform #produkt {
	width: 420px;
	border: 1px solid #999999;
	padding: 2px;
	font-size: 130%;
	color: #444;
	background: #FFFFFF;
	}
#contactform .anzahl {
	width: 60px;
	border: 1px solid #999999;
	padding: 2px;
	font-size: 130%;
	color: #444;
	background: #FFFFFF;
	}
#contactform label {
	font-size: 110%;
	color: #444;
	}
	
#contactform #feedback {
	width: 420px;
	height: 85px;
	border: 1px solid #999999;
	padding: 2px;
	font-size: 130%;
	color: #444;
	background: #FFFFFF;
	}
#contactform #feedback_big {

	width: 420px;
	height: 200px;
	border: 1px solid #999999;
	padding: 2px;
	font-size: 130%;
	color: #444;
	background: #FFFFFF;
}
	
#contactform input, #contactform textarea, #contactform select{
	color: #333;
	font-weight: normal !important;
	margin: 0px;
	}
	




/***********************************************/
/* =Tables styles"          */
/***********************************************/

#table {
	width: 100%;
}
#table table {
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px none #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px none #dadada;
	letter-spacing: 0px;
}
#table table a {
	text-decoration: none;
}
#table table a:visited {
	text-decoration: none;
}
#table tr.odd {
	background-color: #e9f0c9;
}
#table tr.even {
	background-color: #FFFFFF;
}

#table tr a {
	color: #000000;
}
tr:hover a {
	color: #999999;
}

#table tr:hover, tr.odd:hover {
	background-color: #d9e5a1;
}
#table caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#table thead th {
	font-size: 105%;
	color: #000;
	height: 30px;
	background-color: #dadada;
	border-left: 1px solid #dadada;
}
#table thead th:hover {
	background-color: #dadada;
	
}
#table tr {
	vertical-align: top;
}
#table tr, #table th, #table td {
	padding: 5px;
	vertical-align: top;
	background: transparent;
}
#table td {
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #efefef;
}
#table tfoot tr {
}
#table tfoot td, tfoot th{
	color: #000;
	border: 0px;
}


/***********************************************/
/* =termine          */
/***********************************************/

#termine table {
	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}

#termine td, #termine th {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	text-align: center;
	vertical-align: top;
}

#download dd {
	margin-bottom: 0px;
	border-bottom: 3px solid #D3E1E9;
	padding-bottom: 10px;
}

/*** blockquote Components *******************************************************/
#content blockquote, #content_wide blockquote {
  background: transparent url(/global/img/icon_quote.gif) no-repeat 25px 1.3em;
  color: #00566D;
  font-size: 125%;
  line-height: 150%;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", Times, serif;
  padding: 1em 50px;
}
#content blockquote .cite,
#content blockquote cite,
#content_wide blockquote .cite,
#content_wide blockquote cite {
  color: #000;
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  font-family: Helvetica, Arial, Verdana, sans-serif;

}
#content .column blockquote, #content_wide .column blockquote {
  background-position: 0 0.8em;
  padding: 0.5em 0;
  text-indent: 20px;
}

