/* basic elements */
*{
	padding: 0;
	margin: 0;
}
   
     
body {
	background: #c2cbba;
	padding: 0px;
	margin: 20px 20px 20px 20px;
  	font-family: arial,helvetica,sans-serif;
	}

li {
	padding: 3px 0 3px 0;
	}




/* container */

#container {
	background: #ffffff;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	text-align: left;
	}

/* header */

#header {
	width: 900px;
	height: 27px;
	background: transparent url(../images/header_bg.gif) no-repeat top left;
	text-align: right;
	color: #ffffff;
	font-size: 8pt;
	padding: 8px 25px 0 25px;
	}

#header a:link,
#header a:visited {
	background: transparent url(../images/header_separator.gif) no-repeat top left;
	color: #ffffff;
	text-decoration: none;
	}

#header a:hover,
#header a:active,
#header a.active {
	background: transparent url(../images/header_separator.gif) no-repeat top left;
	color: #999999;
	text-decoration: none;
	}

#header span {
	padding: 0 5px 0 10px;
	}
	


#navi {
	  	clear:both;
	  	width: 625px;
		height: 70px;
		background: #ffffff url(../images/navi_logo.gif) no-repeat top left;
		font-size: 9pt;
		color: #ffffff;		
		padding: 30px 25px 0 300px;
	}

	
	
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 5000;
}

#menu a {
	display: block;
	width: 120px;
	
}

#menu li {
	float: left;
	width: 130px;
	
}

#menu li ul li{			
	padding: 0;		
}

#menu li ul li a{	
	padding: 3px;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dashed #FFF;	
	font-size: 9pt;	
	width: 124px;	
}
	
#menu li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}


.blue li{
	background: #37889e;
}

.blue li a:hover{	
	background:  #59a9bf;
}


.blueSitemap{
	display: block;
	float: left;
	width: 188px;
	background:  #37889e;
	padding: 5px;
	margin-right: 2px;
	color: white !important;
}



.red li{
	background: #e50606;
}

.red li a:hover{
	background:  #eb7777;
}


.redSitemap{
	display: block;
	float: left;
	width: 188px;
	background:  #e50606;
	padding: 5px;
	margin-right: 2px;
	color: white !important;
}


.violet li{
	background:  #94474f;
}

.violet li a:hover{
	background:  #a78689;
}


.violetSitemap{
	display: block;
	float: left;
	width: 188px;
	background:  #94474f;
	padding: 5px;
	margin-right: 2px;
	color: white !important;
}



.orange li{
	background:  #e19802;
}

.orange li a:hover{
	background:  #e4b045;
}


.orangeSitemap{
	display: block;
	float: left;
	width: 188px;
	background:  #e19802;
	padding: 5px;
	margin-right: 2px;
	color: white !important;
}


#menu li:hover ul,#menu li.sfhover ul  {
	left: auto;
}

a img {
	border:none;
}


/* headline */

#headline {
	width: 900px;
	height: 20px;
	margin: 0 25px 0 25px;
	}

#headline span {
	background: #ffffff;
	font-size: 9pt;
	text-transform: uppercase;
	padding-right: 10px;
	}

.headline-index {
	background: #ffffff url(../images/headline_bg_index.gif) repeat-x top right;
	}

.headline-wer {
	background: #ffffff url(../images/headline_bg_wer.gif) repeat-x top right;
	}

.headline-produkte {
	background: #ffffff url(../images/headline_bg_produkte.gif) repeat-x top right;
	}

.headline-karriere {
	background: #ffffff url(../images/headline_bg_karriere.gif) repeat-x top right;
	}

.headline-partner {
	background: #ffffff url(../images/headline_bg_partner.gif) repeat-x top right;
	}


/* breadcrumb navi */

#breadcrumb {
	width: 900px;
	background: #ffffff url(../images/breadcrumb_bg.gif) no-repeat 25px bottom;
	font-size: 9pt;
	color: #000000;
	padding: 10px 25px 10px 25px;
	}

#breadcrumb a:link,
#breadcrumb a:visited {
	padding: 0 5px 0 0;
	color: #000000;
	text-decoration: underline;
	}





/* main */

#main {
	width: 900px;
	padding: 0 25px 0 25px;
	background: #ffffff;
	}

#content {
	width: 900px;
	background: #ffffff url(../images/content_bg.gif) no-repeat bottom left;
	font-size: 10pt;
	padding-bottom: 20px;
	color: #000000;
	}

#content h1 {
	padding-top: 20px;
	font-size: 10pt;
	color: #000000;
	text-transform: uppercase;	
	margin-bottom: 20px;
	}
	
#content p{
	margin-bottom: 15px;
}

#productsScroller table {
	width: 100%;
	margin-top: 20px;
	}

#productsScroller td {
	padding: 10px;
	border-right: 1px dotted #bcbcbc;
	text-align: center;
	}

#productsScroller td.browse-back,
#productsScroller td.browse-fw {
	width: 15px;
	}

#productsScroller td.browse-fw {
	border: none;
	}




/* visual area */

#visual {
	width: 480px;
	min-height: 220px;
	/* min-height-hack for ie */
	height: auto !important;
	height: 220px;
	/* end hack */
	margin-top: 20px;
	padding: 0 410px 0 10px;
	font-size: 10pt;
	color: #ffffff;
	clear: both;
	}

#visual h1 {
	font-size: 10pt;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#visual p{
	margin-top: 8px;
	margin-bottom: 8px;
}

.visual-index {
	background: #78a88e url(../images/visual_bg_index.jpg) no-repeat bottom left;
	}

.visual-wer {
	background: #3a889e url(../images/visual_bg_wer.jpg) no-repeat bottom left;
	}

.visual-produkte {
	background: #78a88e url(../images/visual_bg_produkte.jpg) no-repeat bottom left;
	}

.visual-karriere {
	background: #924554 url(../images/visual_bg_karriere.jpg) no-repeat bottom left;
	}

#visual-partner {
	background: #ffffff url(../images/visual_bg_partner.gif) no-repeat bottom left;
	width: 480px;
	height: 20px;
	margin-top: 5px;
	padding: 0 410px 0 10px;
	font-size: 10pt;
	}

#visual-index {
	background: #ffffff url(../images/visual_bg_index.gif) no-repeat bottom left;
	width: 480px;
	height: 20px;
	margin-top: 5px;
	padding: 0 410px 0 10px;
	font-size: 10pt;
	}

#visual a:link,
#visual a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	}

#visual a:hover,
#visual a:active {
	text-decoration: none;
	}




/* footer */

#footer {
	width: 900px;
	height: 27px;
	background: transparent url(../images/footer_bg.gif) no-repeat top left;
	text-align: left;
	color: #ffffff;
	font-size: 8pt;
	margin-top: 20px;
	padding: 8px 25px 0 25px;
	}

#footer a:link,
#footer a:visited {
	background: transparent url(../images/footer_separator.gif) no-repeat top left;
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover,
#footer a:active,
#footer a.active {
	background: transparent url(../images/footer_separator.gif) no-repeat top left;
	color: #999999;
	text-decoration: none;
	}

#footer div {
	padding: 0 10px 0 10px;
	float: left;
	background: transparent url(../images/footer_separator.gif) no-repeat top right;
	}

.form  {
	background: #c2cbba;
	font-size: 8pt;
	color: #333333;
	padding-left: 10px;
	border: 1px solid #999999;
	}
	
#footer input {
	float: left;
	margin: 0 5px 0 0;
}

.form-submit {
	background: #c2cbba url(../images/form_bg.gif) repeat-x top left;
	font-size: 8pt;
	color: #333333;
	border: 1px solid #999999;
	}



/* index highlight */

#index-highlight {
	width: 900px;
	height: 240px;
	padding: 0 25px 0 25px;
	}

#index-highlight p {
	padding: 150px 0 0 700px;
	margin: 0;
	}

/*
.colostrum {
	background: #c2cbba url(../images/index_highlight_colostrum.jpg) no-repeat top left;
	}
*/

/* index main area */

#index-content {
	width: 900px;
	background: #ffffff;
	font-size: 10pt;
	margin: 20px 0 20px 0;
	color: #000000;
	}

#index-content table {
	width: 100%;
	}

#index-content td {
	vertical-align: top;
	}

#index-content-toplist {
	width: 590px;
	}

#index-content-toplist td {
	border-right: 1px dotted #bcbcbc;
	}

#index-content-toplist span {
	background: #ffffff;
	font-size: 9pt;
	text-transform: uppercase;
	padding-right: 10px;
	}

#index-content-news {
	width: 300px;
	font-size: 9pt;
	color: #666666;
	margin-bottom: 15px;
	}

#index-content-news span {
	background: #ffffff;
	text-transform: uppercase;
	padding-right: 10px;
	}

#index-content-news a:link,
#index-content-news a:visited {
	display: block;
	padding-top: 5px;
	color: #666666;
	text-decoration: underline;
	}

#index-content-news a:hover,
#index-content-news a:active,
#index-content-news a.active {
	color: #000000;
	text-decoration: none;
	}
	
#html-carousel { 
    background: #FFF;
}

#html-carousel .carousel-list li { 
    margin:4px 10px 0px 10px;
}

#html-carousel .carousel-list li { 
    width: 200px; 
    height: 210px;
    border: 0px solid green;
    padding: 3px;
    padding-top:  15px;
    margin: 0;
    color: #3F3F3F;
    border-left: 1px dotted #bcbcbc;   
}

#html-carousel .carousel-list li a{
 	text-decoration: none;
 	color: #000;
 } 

#html-carousel .carousel-list li img { 
    display: block; 
    border: 0;
    margin: auto;
}

#html-carousel {
    margin-bottom: 10px;
    float: left;
    width: 824px;
    height: 225px;
    z-index: 10;
}

/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
    padding: 100px 3px; 
     border-left: 1px dotted #bcbcbc;  
}

#prev-arrow { 
    cursor:pointer; 
    padding: 105px 10px;
}

/* Overlay */ 
#overlay {
  width: 200px;
  height: 250px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
  border:1px dotted #000;	
  text-align: center;
	font-size: 24px;
  filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}




/* tt_news Styles */
.news-single-img{
	float: right;
	margin: 0 0 10px 10px;
}

.news-list-container a{
	color: #000;
	font-weight: bold;
}


#content-navi2 {
	background: transparent url(/fileadmin/images/content_navi2_bg.gif) no-repeat
0 2px;
	padding: 0 0 5px 20px;
	text-align: left;
	color: #999999;
	}

#content-navi2 a:link,
#content-navi2 a:visited {
	padding: 0 3px 0 3px;
	color: #999999;
	text-decoration: underline;
	}

#content-navi2 a:hover,
#content-navi2 a:active {
	text-decoration: none;
	}

	
.csc-sitemap a{	
	color: #000;
}

.csc-sitemap ul li{
	float: left;
	width: 200px;
	list-style: none;
}


.csc-sitemap ul li ul{
	margin-left: 25px;
}

.csc-sitemap ul li ul li{
	float: none;	
	clear: both;	
	width: 175px;	
	padding: 10px 0;
}

.csc-sitemap ul li ul li a{
	font-size: 10pt;	
}

.csc-sitemap ul li ul li ul li{
	float: none;	
	clear: both;	
	width: 150px;
	padding: 0;
}

.csc-sitemap ul li ul li ul li a{
	font-size: 8pt;
}

#content table.partner-download {
	width: 100%;
	}

#content table.partner-download td {
	padding: 10px;
	vertical-align: top;
	}

#content tr.highlight {
	background: #edd99e;
	}

td.table-icon {
	width: 30px;
	text-align: left;
	}

td.table-text {
	text-align: left;
	}

td.table-date {
	text-align: right;
	}

#content table.partner-download a:link,
#content table.partner-download a:visited {
	color: #000000;
	text-decoration: underline;
	}

#content table.partner-download a:hover,
#content table.partner-download a:active {
	text-decoration: none;
	}

a.partner-download-title:link,
a.partner-download-title:visited {
	font-weight: bold;
	}

a.partner-download-title:hover,
a.partner-download-title:active {
	text-decoration: none;
	}

.news-list-item h3{
	color: #e19802;
	font-size: 10pt;
}

.news-list-morelink{
	padding-top: 0;
	margin-top: 0;
}

#header-login {
	float: left;
	}
	
.form-select-land  {
	width: 100px;
	background: #000000;
	font-size: 8pt;
	color: #ffffff;
	padding-left: 10px;
	border: 1px solid #ffffff;
	}


/* Order form */
#order-form
{
    font: 12px/1.5 Arial, Helvetica, sans-serif;
    margin: 0;
    width: 630px;
}

#order-form fieldset#order-personal-infos
{
    width: 400px;
    margin: 0 0 10px 0;
}

#order-form fieldset
{
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}

#order-form .row
{
    padding: 0 0 5px 0;
    /* Auto-clearing contained floats. See: http://www.quirksmode.org/css/clearing.html */
    overflow: hidden;
    width: 100%;
}

#order-personal-infos label
{
    display: block;
    float: left;
    width: 120px;
}

#order-personal-infos .text
{
    display: block;
    float: left;
    width: 180px;
}

#order-form .text
{
    border: 1px solid #BBB;
    padding: 2px;
}

#order-form .text:focus
{
    background: #EEE;
    border: 1px solid #000;
}

#order-form th
{
    text-align: left;
}

#order-form td
{
    padding: 0 0 5px 0;
    vertical-align: top;
}

#order-items table
{
    margin-bottom: 10px;
    width: 630px;
}

#order-form #item_amount { width: 80px; }
#order-form .item_amount { width: 70px; }


#order-form #item_prodno { width: 80px; }
#order-form .item_prodno { width: 70px; }

#order-form #item_name { width: 310px; }
#order-form .item_name { width: 300px; }

#order-form #item_price { width: 80px; }
#order-form .item_price { width: 70px; }

#order-form #item_total { width: 80px; }
#order-form .item_total { width: 70px; }

#order_whatever_2 { width: 70px; }
#order_whatever_3 { width: 70px; }

#order-form p.order-error
{
    clear: both;
    color: red;
    font-size: 11px;
    margin: 0 0 5px 0;
}

#order-personal-infos p.order-error
{
    margin-left: 121px;
}

#order-items p.order-error
{
    margin-left: 1px;
}

#order-form span.required
{
   color: #AF8F20;
   display: block;
   float: left;
   font-size: 14px;
   margin: 0 0 0 3px;
}