/******* ALLGEMEIN *******/
@media all {
	* {
		margin: 0px;
		padding: 0px;
	}
	html, body {
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 80%;
		color: #333333; 
		background-color: #c0c0c0;
		padding: 0px; 
		margin: 0px; 
		height: 100%;
	}
	
	img {
		border: none;
	}
	
	a {
		text-decoration: none;
		font-weight: normal;
		color: #0099CC;
	}
	
	a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	
	form {
		margin: 0px;
	}
	
	textarea, input, select, option {
		font-size: 1.0em;
		background : #FFFFFF;
		border: 1px solid #333333;
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
		color: #333333;
	}
	h1, h2, h3 {
		font-weight: bold;
	}
	h1 {
		font-size: 1.1em;
		margin: 0px 0px 10px 0px;
	}
	
	h2 {
		font-size: 1em;
		font-weight: bold;
	}
	
	ul, li {
		margin: 0px;
		padding: 0px;
	}
	
	p {
		margin: 0px;
	}
	
	hr {  
		color: #B1E002;
		background-color: #B1E002;
		height: 1px;
	}
	
	/***** Sitemap *****/
	.csc-sitemap {
		font-size: 1.2em;
	}
	.csc-sitemap-level1 {
		padding-left: 0px;
		background-color: #8C8F9E;
		margin-bottom:1px;
		text-align:center;
	}
	.csc-sitemap-level1 a:visited, .csc-sitemap-level1 a:hover, .csc-sitemap-level1 a:active, .csc-sitemap-level1 a {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}
	
	.csc-sitemap-level2 {
		padding-left: 20px;
	}
	.csc-sitemap-level3 {
		padding-left: 40px;
	}
	.csc-sitemap-level4 {
		padding-left: 60px;
	}
	.csc-sitemap-level5 {
		padding-left: 80px;
	}
	
	
	/***** indexsearch *****/
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#F0F1F3;}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { background-color:yellow; padding-right: 5px; padding-left: 5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#F0F1F3; font-size: 70%;  }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; margin-left:0px; margin-right: 0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#F0F1F3; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }



	/* default styles for extension "tx_croncssstyledimgtext" */
	/*
	 * css-styled-imgtext
	 */
	/*
	  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
	  (c) the TYPO3 content rendering group
	  (c) Ernesto Baschny (ernst@cron-it.de)
	*/
	
	/* Captions */
	P.csc-caption { margin: 0; }
	P.csc-caption {
	  font-size: 80%; /* Customize me */
	}
	DIV.csi-caption-c .csi-caption { text-align: center; }
	DIV.csi-caption-r .csi-caption { text-align: right; }
	DIV.csi-caption-l .csi-caption { text-align: left; }
	
	/* Needed for noRows setting */
	DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }
	
	/* Border just around the image */
	DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
	  border: 2px solid black;
	  padding: 0px 0px;
	}
	
	DIV.csi-imagewrap { padding: 0; }
	
	DIV.csi-textpic IMG { border: none; }
	
	/* DIV: This will place the images side by side */
	DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }
	
	/* UL: This will place the images side by side */
	DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }
	
	/* DL: This will place the images side by side */
	DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
	DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
	DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
	DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csi-image { margin: 0; }
	DL.csi-image DT { margin: 0; display: inline; }
	DL.csi-image DD { margin: 0; }
	
	/* Clearer */
	DIV.csi-clear { clear: both; }
	
	/* Margins around images: */
	
	/* Pictures on left, add padding on right */
	DIV.csi-left DIV.csi-imagewrap .csi-image,
	DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
	DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
	  display: inline; /* IE fix for double-margin bug */
	  margin-right: 10px;
	}
	
	/* Pictures on right, add padding on left */
	DIV.csi-right DIV.csi-imagewrap .csi-image,
	DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
	DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
	  display: inline; /* IE fix for double-margin bug */
	  margin-left: 10px;
	}
	
	/* Pictures centered, add padding left and right */
	DIV.csi-center DIV.csi-imagewrap .csi-image {
	  display: inline; /* IE fix for double-margin bug */
	  margin-left: 5px;
	  margin-right: 5px;
	}
	DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
	DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }
	
	/* Space below each image (also in-between rows) */
	DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 15px; }
	DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 15px; display: block; }
	
	/* Positioning of images: */
	
	/* Above */
	DIV.csi-above DIV.csi-text { clear: both; }
	
	/* Center (above or below) */
	DIV.csi-center { text-align: center; /* IE-hack */ }
	DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
	DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
	DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }
	
	/* Right (above or below) */
	DIV.csi-right DIV.csi-imagewrap { float: right; }
	DIV.csi-right DIV.csi-text { clear: right; }
	
	/* Left (above or below) */
	DIV.csi-left DIV.csi-imagewrap { float: left; }
	DIV.csi-left DIV.csi-text { clear: left; }
	
	/* Left (in text) */
	DIV.csi-intext-left DIV.csi-imagewrap { float: left; }
	
	/* Right (in text) */
	DIV.csi-intext-right DIV.csi-imagewrap { float: right; }
	
	/* Right (in text, no wrap around) */
	DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
	/* End hide from IE5/mac */ 
	
	/* Left (in text, no wrap around) */
	DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/***** Kontaktformular *****/
	.formular {
		width: 415px;
		margin-top: -20px;
		float: left;
	}
	.formular .row { 
		padding-top: 3px;
		clear : both; 
	}
	.formular .spacer {
		padding: 10px 0px 20px 0px;
	} 
	.formular .text {
		float: left;
		width: 120px;
		text-align: left; 
	}
	.formular .isRequired {
		float: left;
		width: 15px;
		padding-left: 5px;
	}
	.formular .formelement {
		float: right;
		width: 270px;
		text-align: left;
	}
	.formular input {
		width: 200px;
	}
	.formular input.small {
		width: 40px;
	}
	.formular input.medium {
		width: 155px;
	}
	.formular textarea {
		width: 200px;
		height: 70px;
	}
	.formular .button {
		width: 99px;
	}
	.formular input.radio {
		width: 10px;
		border: none;
		margin-right: 5px;
	}
	.formular .topElement {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.formImage {
		float: left;
	}
	#divContent .contentElement {
		margin: 0px 10px 25px 20px;
	}	
	.contentElement ol {
		padding: 0px 25px;
	} 
	.contentElement ul li, .divContext ul li {
		list-style-type: none;
		background-image: url(../img/colors/dot_blue_0099CC_list.gif);
		background-repeat: no-repeat;
		background-position: 12px 5px;
		padding: 0px 25px;
		/*float: left; display: inline; clear: left;*/
	}
	/* Bild links mit Liste rechts daneben: */
	* html .contentElement .csi-intext-left ul {
		width: 368px;
	}
	/* Bild links mit Liste rechts daneben bei Newsartikel: */
	* html .newscontent ul {
		width: 400px;
	}
	.paragraph {
		margin: 10px 0px;
	}
	/***** Standard Seitenelemente *****/	
	.contenttable {
		border-collapse:collapse;
	}	
	.contenttable td {
		padding: 2px 10px;
		border: 1px solid #A6A9B2;
	}	
	.contenttable-1 .tr-0 {
		font-weight: bold;
	}
	.contenttable-2 td {
		border: 1px solid #ffffff;
		padding: 2px 15px 2px 0px;
	}
	.contenttable-3 {
		margin-left: 25px;
	}	
	.csc-bulletlist {
		margin-bottom: 15px;
	}
}


/***************************************
*
*    SCREEN VERSION 
*
***************************************/
@media screen {
	#wrapper {
		width: 1000px;
		height: 100%;
		background-color: #ffffff;
	}
	#bgWrapper {
		background-color: #ffffff;
	}	
	
	/***** HEADER *****/
	#headerWrap {
		clear: both;
		height: 135px;
	}
	
	#divHeaderLogo {
		height: 91px;
	}
	
	/***** Service Navigation *****/
	#divHeaderServiceWrap {
		background-color: #8c8f9e;
		height: 20px;
		padding: 0px 0px 0px 5px;
		white-space:nowrap;
	}
	
	#divHeaderServiceWrap span,
	#divHeaderServiceWrap a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		font-size: 1.1em;
		margin-top: 20px;
	}
	#divHeaderServiceWrap li {
		float: left;
		list-style-type: none;
		height: 20px;
		padding: 2px 8px 0px 10px;
		background-image: url(../img/headernavi_divider.gif);
		background-repeat: no-repeat;
	}
	#divHeaderServiceWrap li.firstElement  {
		background-image:url();
	}
	#divHeaderServiceWrap a:hover {
	}
	#divHeaderServiceNavi {
		float: right;
		height: 20px;
	}
	#divHeaderServiceWrap li.language a {
		background-repeat: no-repeat;
		background-position: center right;
		padding-right: 26px;
	}	
	#divHeaderServiceWrap li.german a {
		background-image: url(../img/flag_de.gif);
	}
	#divHeaderServiceWrap li.english a {
		background-image: url(../img/flag_uk.gif);
	}
	#divHeaderServiceWrap li.naviactive {
		background-color: #646672;
		
	}
	
	/***** Header Navigation *****/
	#divHeaderNavi {
		height: 23px;
		background-color: #8c8f9e;
		color: white;
	}
	#divHeaderNavi ul {
		margin-left: 10px;
	}
	#divHeaderNavi li {
		float: left;
		list-style-type: none;
		width: 160px;
		height: 19px;
		text-align: center;
		background-image: url(../img/headernavi_divider.gif);
		background-repeat: no-repeat;
		padding-top: 4px;
	}
	#divHeaderNavi li.firstElement {
		background-image: url();
	}
	#divHeaderNavi li.lastElement {
		width: 160px;
	}
	#divHeaderNavi li.naviactive {
		background-color: #646672;
		height: 19px;
	}
	#divHeaderNavi li a {
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
	}
	#divHeaderNavi a:hover {
	}
	#divHeaderNavi li.naviactive a {
		font-weight: bold;
		background-color: #646672;
	}
	
	/***** Left Navigation (Main Navigation)******/
	#naviWrap {
		position: absolute;
		top: 135px;
		left: 0px;
		width: 170px;
		overflow: hidden;
		font-size: 1.1em;
		float: left;
		margin-top: 8px;
	}
	#naviWrap li {
		display: block;
		list-style-type: none;
		margin: 0px;
		width: auto;
	}
	#naviWrap li a {
		display: block; 
		margin: 0px;
		padding: 5px 5px 0px 25px;
		color: #000033;
		text-decoration: none;
		color: #4A4B61;
	}
	#naviWrap li.naviebene1 a {
		background-image: url(../img/navi_dot_grey_lo.gif);
		background-repeat: no-repeat;
		background-position: 8px 4px;
	}
	#naviWrap li a:hover,
	#naviWrap li.naviebene1active a:hover {
	}
	#naviWrap li.naviebene1active a {
		font-weight: bold;
		background-image: url(../img/navi_dot_grey_hi.gif);
		background-repeat: no-repeat;
		background-position: 8px 4px;
	}
	#naviWrap li.naviebene2 a, 
	#naviWrap li.naviebene2active a {
		padding: 2px 5px 2px 25px;
	}
	#naviWrap li.naviebene2activeHigh a {
		background-image: url(../img/navi_jumper.gif);
		background-position: 16px 5px;
		background-repeat: no-repeat;
	}	
	#naviWrap li.naviebene3 a,
	#naviWrap li.naviebene3active a {
		padding: 2px 5px 2px 35px;
	}
	#naviWrap li.naviebene2 a:hover, 
	#naviWrap li.naviebene2active a:hover,
	#naviWrap li.naviebene3 a:hover {
	}
	#naviWrap li.naviebene2active a,
	#naviWrap li.naviebene3active a {
		font-weight: bold;
	}
	#naviWrap li.naviebene3active a {
		background-image: url(../img/navi_jumper.gif);
		background-position: 26px 5px;
		background-repeat: no-repeat;
	}	
	
	/**** tip a friend, print, to top and bottom logo *****/
	#actionLogoWrap {
		position:relative;
		left:170px;
		top:-86px;
		width: 830px;
		height:86px;
		background-image: url(../img/content_bg.gif);
		background-repeat: repeat-y;
		font-size: 1.1em;
	}
	#bottomLogoLeft {
		float:left;
	}
	#bottomLogoLeft img {
		padding-left: 525px;
		padding-top: 40px;
	}
	#bottomLogoRight {
		float:left;
		margin-left: 11px;
	}
	
	#actionLogoWrap ul {
		margin: 0px 0px 10px 0px;
	} 
	#actionLogoWrap li {
		list-style-type: none;
		margin: 0px 0px 2px 0px;
	}
	#actionLogoWrap a {
		color: #4A4B61;
		background-image: url(../img/colors/dot_blue_0099CC_small.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding-left: 16px;
	}
	#logoBottomLeft {
		position:relative;
		left:521px;
		bottom: 0px;
	}
	
	/***** Content *****/
	#contentWrap {
		margin-top: 14px;
		margin-bottom: 20px;
		margin-left: 170px;
		width: 830px;
		background-image: url(../img/content_bg.gif);
		background-repeat: repeat-y;
	}
	#contentWrapHomepage {
		margin-top: 14px;
		margin-bottom: 20px;
	}
	#divContentArea {
		padding-bottom: 10px;
		background-image: url(../img/content_bg.gif);
		background-repeat: repeat-y;
		width: 830px;
	}
	#divContentAreaHomepage {
		padding-bottom: 10px;
		margin-left: 163px;
	}
	#divContentHomepage .csi-text {
		margin: 12px 0px 20px 18px;
		font-size: 1.2em;
	}
	img#claim {
		margin: 26px 0px 0px -56px;
	}
	#homepageText {
		font-weight: bold;
		font-size: 1.4em;
		margin: 10px 0px 72px 20px;	
		color: #484953;
	}
	#divContent {
		float: left;				/*!!!!!*/
		width: 642px;
		margin: 0px 0px 0px 0px;
		background-image: url(../img/content_bg.gif);
		background-repeat: repeat-y;
		margin-bottom: 50px;
	}
	.popup #divContent {
		width: 100%;
		margin: 0px;
		background-image: url();
	}
	.popup .contentElement h1 {
		padding-left: -20px;
	}
	.popup .contentElement {
		padding-left: 20px;
	}
	#divContent h1,
	#divContent h2, 
	#divContent h3,
	#divContent h4 {
		color: #0099CC;
	}
	
	#divContent ul {
		margin-bottom:18px;
	}
	
	#divContent h2  {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#divContent h2 {
		font-size: 1em;
	}
	
	#divContent h3 {
		font-size: 1em;
		margin: 0px;
		margin-bottom: 5px;
	}
	
	#divContent h4 {
		font-size: 1.1em;
		margin: 0px 0px -5px 0px;
	}
	
	#divContent .contentElement {
		font-size: 1.2em;
	}
	
	#divContentHomepage {
		float: left;
		width: 647px;
		margin: 14px 0px 0px 0px;
		background-image: url(../img/homepage_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#divContentHomepage .contentElement b a {
		font-weight: bold;
		color: #4A4B61
	}
	#divContentHomepage .contentElement a {
		color: black;
	}
	#divContentHomepage .contentElement a:hover {
		color: #9CAD4F;
		
	}
	#divContentHomepage .contentElement {
		float: left;
		width: 161px;
	}
	#divContentAreaHomepage .divContext {
		margin: 20px 18px 0px 5px; 
		padding: 0px;
	}
	#divContentAreaHomepage .divContext li {
		list-style-type: none;
		background-image: url(../img/dot_grey_news.gif);
		background-repeat: no-repeat;
		background-position: 6px 5px;
		margin: 4px 0px 4px 0px;
		padding-bottom: 2px;
		padding-left: 18px;
		border-bottom: 1px solid #A2A4B0;
	}
	#divContentAreaHomepage .divContext li h1 a {
		font-weight: bold;
		font-size: 1.0em;
	}
	#divContentAreaHomepage .divContext li h1 {	
		margin: 0px;
		padding: 0px;
	}
	#divContentAreaHomepage .divContext li a {
		color: #484953;
		font-size: 1.1em;
		font-weight: normal;	
	}
	#divContentAreaHomepage #contextWrap {	
		margin-top: 2px;
	}
	.newsTeaserHeadline {
		background-color: #ECEDF0;
		font-size: 1.1em;
		font-weight: bold;
		padding: 4px 10px 4px 10px;
		color: #484953;
	}
	div#moreNews {
		text-align: right;
		font-size: 1.0em;
	}
	div#moreNews a {
		color: #484953;
		font-weight: bold;
	}
	#contextWrap {	
		color: #333333;
		font-size: 1.05em;
		width: 188px;
		float: right;
		overflow: hidden;
		margin-top: 12px;
		padding-bottom: 70px;
	}
	
	.divContext {
		padding-bottom: 18px;
		margin-bottom: 8px;
		color: #2a2a2a;
		padding-left: 16px;
		margin-left: 10px;
		padding-right: 10px;
	}
	.divContext img {
		float: left;
		margin-right: 5px;
	}
	
	.divContext a {
		color: #0099CC;
		text-decoration: none;
	}
	
	.divContext a:hover {
		text-decoration: underline;
	}
	#contentWrap .divContext h1 {
		margin-top: 0px;
		margin-bottom: 4px;
		font-weight: bold;
		font-size: 1.1em;
		background-image: url(../img/colors/dot_blue_0099CC.gif);
		background-repeat: no-repeat;
		background-position: 0px 1px;
		margin-left: -16px;
		padding-left: 16px;
	}
	#divContentArea #contextWrap .divContext h1 {
		font-size: 1.0em;
	}
	#divContextEmpty {
		margin-top:-26px;
	}
	.newsdate {
		font-size: 0.9em;
		margin-bottom: 2px;
		margin-top: 5px;
	}
	.newsdateSmall {
		font-size: 0.9em;
		margin-bottom: 2px;
		margin-bottom: 10px;
	}
	
	.newsimage {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	.newsimage .newsimagecaption {
		font-size: 0.9em;
		margin: 2px;
	}
	#divContent .newsdate {
		font-size: 1.0em;
		font-weight: bold;
		margin-bottom: 2px;
	}
	#divFooter {
		width: 780px;
		background-color: #F0F1F3;
		font-size: 0.85em;
		color: #000033;
		text-align: center;
		padding: 2px 0px 2px 0px;
		clear: both;
	}
	
	.popup {
		background-color: #ffffff;
		height: 100%;
		font-size: 1.2em;
	}
	.popup h1 {
		padding: 20px;
	}
	
	/***** search *****/
	.csc-searchResult {
		margin-bottom:20px;
	}
	.searchButton {
		padding: 0px 2px 0px 10px;
	}
	.searchfield {
		border: 1px solid #A6A9B2;
		width: 100px;
	}
	/* highlighting of searchresult */
	.csc-sword {
		font-weight: bold;
	}
	#searchForm {
		margin-top: 20px;
		width: 200px;
	}
	#searchForm input, select {
		width: 200px;
		margin-bottom: 10px;
	}
	
	/* news */
	/*
	#divContentArea .bodytext {
		font-size: 1.1em;
	}*/
	
	
	/*************Bildspalte*************/
	div.pdb_bildspalte {
		width: 154px;
		float:left;
		overflow:hidden;
	}
	
	div.pdb_bildspalte_element {
		margin-bottom: 18px;
	}
	
	div.pdb_produktspalte {
		width: 420px;
		float:left;
		overflow:hidden;
		margin-right: 30px;
	}
	.techdataTable {
		margin-left:25px;
		width:350px;
		border-collapse:collapse;
	}
	.techdataTable td {
		padding: 2px 10px;
		border: 1px solid #A6A9B2;
	}
	
}

/***************************************
*
*    PRINT VERSION 
*
***************************************/
@page {
	margin:1cm 0cm 1cm 0cm;
}


@media print {
	/******* HEADER *******/
	#naviWrap, #headerWrap, #divFooter, #actionLogoWrap, #divFooter {
		height: 1px;
		width: 1px;
		visibility: hidden;
		position: absolute;
		top: 0px;
		left: 0px;
		margin:0;
		padding:0;
	}
	
	#contentElement {
		margin:0;
		padding:0;
	}
	
	/* CONTENT */
	#contentWrap {
		margin:0;
		padding:0;
		font-size:1.2em;
	}
	
	#divContentArea {
		margin:0;
		padding:0;
	}
	
	#divPath {
		padding: 2px 5px 4px 5px;
		margin-bottom: 10px;
		background: #F0F1F3;
		color: #000033; 
		font-size: 0.8em;
		height: 10px;
	}
	
	
	#divPath ul {
		padding: 0px;
		margin: 0px;
	}
	
	#divPath li {
		float: left;
		list-style-type: none;
	}
	
	#divPath a {
		color: #000033; 
	}
	
	#divContent {
		margin:0;
		padding:0;
		float: left;
		width: 530px;
	}
	
	#divContent h1,
	#divContent h2  {
		margin: 0px 0px 10px 0px;
		color: #82A80F;
		font-weight: bold;
	}
	
	#divContent h2  {
		margin-top: 10px;
		font-size: 1em;
	}
	
	#divContent h3 {
		font-size: 1em;
		margin: 0px;
		margin-bottom: 5px;
	}
	
	#divContent a {
		color: #82A80F;
	}
	
	#divContent .newsdate {
		font-size: 0.80em;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	div.pdb_bildspalte {
		width: 154px;
		float:left;
		overflow:hidden;
	}
	
	div.pdb_bildspalte_element {
		margin-bottom: 18px;
	}
	div.pdb_produktspalte {
		width: 300px;
		float:left;
		overflow:hidden;
		margin: 0 20px 0 0;
		padding: 0;
	}
	.techdataTable {
		margin-left:20px;
		width:250px;
		border-collapse:collapse;
	}
	.techdataTable td {
		padding: 2px 10px;
		border: 1px solid #A6A9B2;
	}
}
p.bodyText {
        margin-top:10px;
        font-size:11px;
        line-height:20px;
        color:#444444;
}
 
p.teaser {
        margin-top:10px;
        font-size:11px;
        line-height:20px;
        font-weight:bold;
}
 
p.code {
        padding: 10px;
        font-size: 10px;
        background-color: #eeeeee;
        border: 1px solid black;
} 
.context_div_class {
	margin-top: 15px;
}
