.corporate {
 color: #44A12A;
}

span.corporate {
 color: #44A12A;
}

html, body {
	background: url('main-bg.gif') top left repeat-y #fff6cb;
	padding: 0;
	margin: 0;
	font: normal 14px  Helvetica, Arial, sans-serif;
	/*font-size: 14px;*/
	height:100%;
	min-height:100%;
}

table {
	border-collapse: collapse;
}

table td {
	border: 1px solid #44a12a;
}

.contenttable td {
	border: none;
	vertical-align: top;
}

.contenttable td a {
	text-decoration: none;
}

h1, h2 {
	color: #44A12A;
	font-size: 16px;
}

a img {
	border: 0;
}

a {
	color: #44a12a;
}

br.clear {
	clear: both;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width:205px;
	height: 49px;
}



#language_navi {

	border: 1px solid #dce9d0;
	position:absolute;
	top: 0px;
	left:640px;
}

#language_navi a {

	text-decoration:underline;
	color: #44a12a;
	font-size: 8pt;
	float: left;
	margin-left: 2px;
	margin-right: 2px;

}

#language_navi img {
float:left;
height: 25px;
width: 25px;
border: 0;

}

  div#Rahmen {
	top: 42px;
	left: 250px;
	position: absolute;
	padding: 0;
	font-size: 12px;
  }
  div#Rahmen div {
     clear: left;
  }

#head_menu {
/*display:block;
position:absolute;
top:42px;
left:250px;

font: normal 10pt  Helvetica, Arial, sans-serif;
*/
}

#head_cart_login {

	position:absolute;
	top: 0px;
	left:780px;
	/*font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/	
	width: 250px;
	color: #44a12a;
	font-size: 11px;
	font-weight: bold;
}

#head_cart_login span {
	display:block;
	// float: left;
	margin-top: 10px;
	margin-left: 12px;
	color: #44a12a;
	clear: both;
}

#head_cart_login span a {
	color: #44a12a;
	font-weight:bold;
}

#head_cart_login span img {
	// float: left;
	margin-top:3px;
	margin-right:5px;
	width:6px;
	height:9px;
	display: inline;
}


#basket_mini {
	// float:left;
	display:block;
	/*width: 250px;*/
	padding: 0;
	margin: 0;	
}

#basket_mini p {
	//float:left;
	display:inline;	
	margin-top: 11px;
	margin-left: 5px;
	margin-right:3px;
	/*font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;*/	
	color: #44a12a;
}

#basket_mini img {
	//float: left;
	margin-top:7px;
	margin-right:3px;
	display: inline;
}


#menu_login_status_submit {
  
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-weight:bold;
   border: 0;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   background-color: #fff6cb;
   color: #44a12a;
   display: inline;
}


/* ----------------------------------------------------MENU ANFANG-------------------------------------- */
  ul.Navigation {
    margin: 0; padding: 0;
    text-align: center;
}

  ul.Navigation li {
    list-style: none;
    float: left;  
    position: relative;
    margin: 0; 
	padding: 0 0 0.5em 0;
	z-index: 300;
  }
  ul.Navigation li.submenu {
	background: url('arrow-right.gif') 2px 0.2em no-repeat;
  }
  
   ul.Navigation li.submenu:hover {
	background: url('arrow-bottom.gif') left 0.4em no-repeat;
  }
  
  ul.Navigation li.submenu a.hide, ul.Navigation li.submenu a.main {
	white-space: nowrap;
  }

  ul.Navigation li.submenu:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
    background: #FFFFFF; border: #dce9d0 3px solid;
    z-index: 400;
  }
  
  * html ul.Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul.Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul.Navigation li ul {
    margin: 0; 
	padding: 0;
    position: absolute;
    top: 1.6em;           
	background: #FFFFFF;
    display: none;  /* Unternavigation ausblenden */
	border: #dce9d0 3px solid;
	text-align:left;
	z-index: 400;
  }
  * html ul.Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul.Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  
  ul.Navigation li ul li {
    float: none;
    display: block;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
	padding: 0;
	background: none;
	font-size: 0.9em;
	text-align: left;
	width: 14em;
	white-space:normal;
  }
  ul.Navigation li ul li:hover {
	background: #dce9d0;
	}
	
   ul.Navigation a, ul.Navigation span {
    display: block;
    padding: 0em 2em 0em 12px;
    text-decoration: none; font-weight: bold;
    color: #44a12a; 
  }
  * html ul.Navigation a, * html ul.Navigation span {
    width: 5.6em;   /* Breite nach altem MS-Boxmodell f�r IE 5.x */
    w\idth: .4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul.Navigation a:hover, ul.Navigation span, li a#aktuell {
    color: #44a12a; 
  }

  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #046100; 
  }
  
  ul.Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    color: black; background-color: white;
  }
  
  
  ul.logo_menu li.submenu, ul.logo_menu li.submenu:hover {
	background: none;
	padding:0px;
  }
  
  ul.logo_menu li.submenu a.hide, ul.logo_menu li.submenu a.main {
  	border: none;
  	padding: 0px;
  }
  
  ul.logo_menu li ul li {
	width: 100%;
	text-align: left;
	font-size: 9pt;
  }
  
  ul.logo_menu li ul {
	position: relative;
	top: 0px;
  }
  
/* ----------------------------------------------------MENU ENDE-------------------------------------- */

  #leftsidepictures {
	float:left;
	margin: 0px 20px 30px 20px;
 }
  
 #cart {
	position: absolute;
	top: 15px;
	left: 780px;
	font-size: 12px;
	font-weight: bold;
	color: #44a12a;
	}

 #cart img {
	float: left;
	margin-right: 10px;
	}
	
 
 #login {
	font-size: 12px;
	font-weight: bold;
	color: #44a12a;
	position: absolute;
	top: 45px;
	left: 800px;
	}

 #login a {
	text-decoration: none;
	color: #046100;
}

 #login img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	}

 #rightsidesearch {
	position: absolute;
	top: 100px;
	left: 805px;
	font-size: 14px;
	font-weight: bold;
	color: #44a12a;
	border: 1px solid #dce9d0;
	display: block;
	/*padding: 2px 3px 2px 25px;*/
	/*width: 150px;*/
	background-color: white;
	
 }

#rightsidesearch #submit {
	float:left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #44a12a;
	border:0;
	/*border-top: 1px solid #dce9d0;
	border-left: 1px solid #dce9d0;
	border-right: 0;
	border-bottom: 1px solid #dce9d0;*/
	width: auto;
	margin-left: 2px;
	margin-right:5px;
	margin-top: 2px;
	margin-bottom:2px;
	/*width: 18px;*/
}

#rightsidesearch #search_text {
	float:left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #44a12a;
	border:0;
	padding: 4px;
	/*border-top: 1px solid #dce9d0;
	border-left: 0;
	border-right: 1px solid #dce9d0;
	border-bottom: 1px solid #dce9d0;*/
	width: 150px;
	/*height: 20px;*/
}

  #specialbuttons {
	position: absolute;
	top: 170px;
	left: 825px;
	width: 170px;
  }
  
  #specialbuttons img {
  
	  width: 167px;
	  height: 179px;
	  
	  margin-top:0;
	  margin-left:0;
	  margin-right:0;
	  margin-bottom:0;
	  padding:0 0 0 0 ;
  }
  
  
  #content {
	padding: 140px 0px 40px 15px;
	width: 750px;
	font-size: 12px;
	/*height: 100%;*/
	/*min-height: 100%;*/
  }
 
  
  #content h1#sitehead {
	color: #031f5a;
	position: absolute;
	top: 100px;
	left: 0;
	width: 700px;
	text-align: right;
	font-weight: bolder;
	font-size: 28px;
  }
  
  #content h4#siteinonesentence {
	color: #44a12a;
	position: absolute;
	top: 135px;
	left: 0;
	width: 720px;
	text-align: right;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 16px;
  }
  
  #breadcrum {
  	color: #44a12a;
	position: absolute;
	top: 90px;
	left: 0;
	width: 740px;
	text-align: right;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
  
  }
  
  #breadcrum ul {
  	margin-top: 10px;
  }
  
  #breadcrum li {
	display: inline;
  }
  
  #breadcrum li a {
	font-weight: bold;
	color: #44a12a;
  }
  

  #tx-ttproducts-pi1-single  #rightside table td {
	border: none;
  }
  
  #tx-ttproducts-pi1-single  #rightside .print input {
	border: none;
  }
  
  #tx-ttproducts-pi1-single  #rightside .druckauswahl input {
	border: none;
  }
  
  #tx-ttproducts-pi1-single  #rightside #farb_bemerkungen {
	border: 1px solid #44a12a;
  }

#pagesidesearch {
	font-size: 14px;
	font-weight: bold;
	color: #44a12a;
	border: 0px solid #dce9d0;
	display: block;
	/*padding: 2px 3px 2px 25px;*/
	/*width: 150px;*/
	
 }

#pagesidesearch #submit {
	float:left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #44a12a;
	border:0;
	/*border-top: 1px solid #dce9d0;
	border-left: 1px solid #dce9d0;
	border-right: 0;
	border-bottom: 1px solid #dce9d0;*/
	width: auto;
	margin-left: 2px;
	margin-right:5px;
	margin-top: 2px;
	margin-bottom:2px;
	/*width: 18px;*/
}

#pagesidesearch #search_text {
	float:left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #44a12a;
	border:0;
	padding: 4px;
	border: 1px solid #DCE9D0;
	/*border-top: 1px solid #dce9d0;
	border-left: 0;
	border-right: 1px solid #dce9d0;
	border-bottom: 1px solid #dce9d0;*/
	width: 640px;
	/*height: 20px;*/
}
  
  
/* ------- Footer --------- */
#footer {
	width:    	99%;
	position: 	fixed;
	background: #FFFFFF;
	bottom:		0px;
	height:		20px;
	
	text-align: left;
	padding-left:	10px;
	padding-top:	3px;
}

#footer a {
	color:			#0A1E67;
	font-weight:	bold;
	margin-right:	15px;
	text-decoration: none;
	font-size:		12px;
}

.tx-indexedsearch-whatis {
	color: #44A12A;
	font-size: 16px;
}

.tx-indexedsearch-sw {

}



div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption
	margin:0pt;
	font-style: italic;
	font-size:  8pt;
}

html > body > div#wrapper > div#head_menu > div#head_cart_login > div#mini_login {
}

html body div#wrapper div#head_menu div#head_cart_login div#mini_login {
margin-top: 13px;
margin-left: 5px;
}


.csc-header {
	overflow: hidden;
	height:	35px;
}