/* Remove unwanted vertical space between divs */

/*
#0802A
#80100
*/

*  {margin:0; padding:0}

img {
	border: none;
}

body, html {
	height: 80%;
	max-width: 1030px; 
	min-width: 800px;  /*Set Minimum width Firefox OK, IE6 not respected, IE7 OK */	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #404040;  /*black;*/
	background-color: white;
	/*margin : 0 auto;   Zentrieren des Layouts, aber Problem mit IE7 und float right */
}

/*Standard behavior for links */
a {
	text-decoration:none;
	color: darkgreen;   /*black;*/
}
a:focus { color:darkred;  }
a:hover { color:darkred;  text-decoration: underline;}
a:visited { }
a:active { color:darkred;  }


.clearing {
	height: 0;
	clear: both;
}


/*Shortcuts and backnavigation are not visible in layout */
#backnavigation {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcuts {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcutsbottom {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#outer_wrapper{
	background-color: white;	
	margin: 40px;
	padding-left: 0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */  /*Faerbt die rechte Spalte vertikal füllend ein */
}

#header{
	left: 0px;
	background-color: white;	
	
	/*background: url(../img/bg_rcol.gif) repeat-y right; */ 
	
}
#header img{
	border: none;
}

#headerimage{
	margin-top: 0px;
	margin-left: 175px;
	margin-bottom: 0px;
	padding: 0px;	
	background-color: white;
	overflow:hidden;
}

#headertext{

	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 3px;
	
	margin: 0px;
	margin-top: -3px;	
	margin-left: 175px;
	color: white;
	background-color: #01802c;
	font-size: 14px;
	white-space: nowrap;
}

#logo{
	margin-top: 10px;
	margin-left: 15px;
	position: absolute;
	left: 45px;
	top: 46px;
	overflow: hidden;
	display: inline;
/*
	background-color: white;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	padding-right: 20px;
*/
}
#metamenu{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;

}
#logo .csc-textpic-imagewrap{
	padding: 0px;
	margin: 0px;
	border: none;
}

#logo .csc-textpic-image{
	padding: 0px;
	margin: 0px;
	border: none;
	background-color:white;
}


#footer{
	background-color: transparent;	
	height: 0px; /*Is a bar for positioning footer elements*/
	overflow: visible;   /* not hidden, otherwise footer elements are not visible */
}

#wrapper{
	background-color: white;
	margin:0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right;  */  /*Faerbt die rechte Spalte vertikal fuellend ein */
}

#container{
	background-color: white;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */	
	width: 100%;
	float: left;	
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px; 
	margin-top: 0px;	
	margin-bottom: 20px;	
	
	border: 1px solid black;
}

#content{
	background-color: white;
	/*Faerbt die linke und mittlere Spalte */
    /*c olor: #41858C;  black;*/
	margin-left: 195px;
	margin-right: 200px;
	padding-left:0px;	
	padding-top: 25px;
	padding-right: 0px;

}

#leftcol{
display:none;
/*
	position: absolute;
	top: 370px;
	left: 50px;	
	width: 140px;
	
	background-color: transparent;

	padding-top: 0px;
	padding-right: 0px;	
	padding-bottom: 0px;
	
	font-size: 10px;
	*/
}

#leftcol p{
	margin-bottom: 6px;
}

#rightcol{
	float:right;
	margin-right: -200px;
	margin-top: -25px;
	/*margin-right: -180px;*/
/*	
	position: relative;
	top: -20px;
	left: 200px;
	
	margin-top: 0px;
*/	
	font-size: 13px;
	width: 190px;
	height:10px; /*To prevent clearer problem */

	background-color: transparent;  /*#38EEE2; */
	border: 0px solid white;	
	padding:0px;
	
	font-size: 10px;	
}

#rightcol p{
	margin-bottom: 6px;
}

#news{
padding-left: 10px;
padding-right: 10px;
}

#main {	
	/* Kann nur fuellen oder muss mit Bild linke Spalte koordiniert werden, wird von anderen abgedeckt.*/
	position:relative;
	top: 1px;
	left: 1px;
	
	background-color: white;
	min-height: 580px;
	
	margin-left:  10px; 
	margin-right: 20px; 
	margin-top: 0px;
	margin-bottom: 10px;	

	padding-top: 0px;
	padding-left: 0px;	
	padding-bottom: 0px;	
	padding-right: 40px;
	
}


#main H1{
	font-size: 16px; /*18*/
	font-weight: bold;
	padding-bottom: 5px;
	margin-top:0px;
	padding-top: 5px;
	color: darkgreen;  /*#74D50A; */
}
#main H1 a:hover { text-decoration: none;}

#main H2{
	font-size: 14px;
	font-weight: bold;
	/*padding-top: 14px;*/
	margin-top: 10px;
	margin-bottom: 2px;	
	color: darkgreen;  /*#74D50A; */
}

#main H3{
	font-size: 14px;
	font-weight: normal;
	/*padding-top: 14px;*/
	margin-top: 6px;
	margin-bottom: 2px;	
	color: darkgreen;  /*#74D50A; */
}

#main p{
	font-size: 12px;
	/*c olor: black;  #41858C; */
}

#main p a{
	/* c olor: #74D50A;*/
}

#main p a:hover{
	/* c olor: #38EEE2;*/
}

#main  .bodytext{
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	/*background-color:red;*/

}

div #main ul {
	font-size: 12px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

div #main ul li{
	margin-bottom: 6px;
	margin-left: 5px;
}	

#main ul li a{
	/* c olor: #74D50A;*/
}

#main ul li a:hover{
	/* c olor: #38EEE2;*/
}

#main dl {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#main dl dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}	

#main dl dd{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}	

#main dl dd a{
	/* c olor: #74D50A;*/
}

#main dl dd a:hover{
	/* c olor: #38EEE2;*/
}


#main .csc-firstHeader{
	padding-top: 0px;
}


#sidesearch{
	padding-bottom: 0px;
}

#mainmenu {
	width: 178px;
	padding: 0px;
	padding-top: 5px;		
	padding-left: 10px;	
	padding-bottom: 10px;
	padding-right: 0px;	
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;	
	background-color: white;
	color:black;
	/*border: 1px solid black;*/
	border-left: 1px solid black;
	border-bottom: 1px solid black;	
	margin: 0px;
	margin-bottom: 20px;
}

#mainmenu a {
	/*background-color:#38EEE2;
	color:white; */
}

#mainmenu a active{
	/*background-color:#38EEE2;*/
	/* c olor: #01802C;  */
}

#mainmenu a:hover{
	/*background-color:#38EEE2;*/
	/* c olor: #01802C;  */
}

.mainmenu ul{
	list-style: none;
}


.cl_mainmenu_1{
	/*background-color:#38EEE2;*/
	padding-left: 0px;
}


#mainmenu .menu-current_1 a{
	color:black; /*#0592AD; */
}

.cl_mainmenu_2{
	padding-left: 12px;	
}

#mainmenu .menu-current_2 a{
	color:black; /*#0592AD; */
}


.cl_mainmenu_3{
	padding-left: 12px;	
}

#mainmenu .menu-current_3 a{
	color:black; /*#0592AD; */
}


#contactinfo{
	width: 155px;
	height:0px; /*To prevent vertical expansion of footer area*/
	position:absolute;
	top: 155px;
	left: 60px;	
	
	/*
	float:right;	
	position:relative;
	top: -210px;
	left: -30px;	
	*/
	background-color: transparent; 	
}

.contact {
	padding: 0px;
	margin-bottom:10px;
	font-size: 10px;
	background-color: transparent;   /*#38EEE2; */ /*#777777;*/
	/* c olor: #41858C;  */
}

.contact p{
	margin-bottom: 6px;
}

.contact .csc-textpic-imagewrap{
	margin: 0px;

	padding: 0px;
	padding-top: 15px;
	background-color: transparent;
	font-size: 9px;
}

/*
.contact a {
	color: #41858C; 
}

*/

/*Finetuning csc*/
#main .csc-textpic-imagewrap{
	margin: 0px;
	margin-top: 5px;
	margin-bottom:10px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
	font-size: 9px;
}


#main .csc-textpic-below p{
	background-color:transparent;
	margin-bottom: 10px;
}


#main .csc-textpic-text p{
	margin-bottom: 10px;
}


#main .csc-textpic-intext-left p{
	background-color:transparent;
	margin-bottom: 10px;
	width: auto;
}

#main .csc-textpic-caption {
	margin-bottom: 10px;
	font-size: 10px;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */



.news-catmenu  {
	font-size:12px;
	padding-top:6px;
	padding-bottom:6px;
	margin:0px;
	margin-top: 10px;
	border-top:1px solid black;
	background-color: white;
}
.news-catmenu  a{
	/*color:black;*/
}

.news-catmenu  a:hover{
	/*color:red;*/
}

.news-catmenu-header {
	/*font-size:10px;*/
	line-height:16px;
	font-weight:normal;
}
.news-catmenu div {
	/*font-size:10px;*/
	line-height:16px;	
	white-space: nowrap;
}
.news-catmenu div img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT{
	/*font-size:10px;*/
	line-height:16px;		
	font-weight:normal;
	color:darkred;
}

.news-catmenu-ACT a{
	/*font-size:10px;*/
	line-height:16px;		
	font-weight:normal;
	color:darkred;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:3px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:3px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:3px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:3px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

/* MV catmenu advanced */

.extlevel1 {
	font-weight: normal;
}

.extlevel2 {
	font-weight: normal;
	padding:0px;
	padding-left: 0px;
	padding-top: 2px;	
	padding-bottom: 4px;
	white-space: normal;
}

.extlevel3 {
	white-space: normal;
	padding-left: 0px;
	padding-right:3px;
	margin-right:6px;
	border-right: 1px solid gray;	
}

.extlevel4 {

}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/


.newsPageBrowser{
	/*background-color: red;*/
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 12px;
	/*color: black;*/
	border-top: 1px solid black; 
	margin-bottom: 0px;
}
.newsPageBrowser a{
	/*color: black;*/
}

.newsPageBrowser a:hover{
	/*color: red;*/
}

.newsPageBrowser .active{
	color: darkred;
}


.news-search-emptyMsg {
	font-size: 10px;
	margin-left: 10px;
}

/*----------------news list item ---------------------------------------*/
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border: none;
	border-bottom: 1px solid black;
	background-color:white;  /*#F5F5F5;  *//*WhiteSmoke; */
	margin-bottom: 40px;
}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
position: relative;
left: -1000px;

	clear:right;
	height:0px;
	color: white;
	background-color: white;
	/*border-top:0px solid gray;*/
}
.news-latest-container HR.clearer {
	clear:right;
	height:0px;
	border:1px solid white;
}
	
.news-list-item {

	position:relative;
	top: 1px;
	left: 1px;
	min-width: 300px;  /*wg ie6*/

	border-top: 1px solid black;
	background-color:white;

	padding-top: 0px;
	padding-left: 100px;
	padding-bottom: 0px;
	margin-bottom: 8px;	
	
}

.news-list-item-left {
	min-height:80px;
	width: 90px;
	float:left;
	margin-left: -100px;
	margin-top: 3px;
	background-color: white;
	padding:0px;
	margin-bottom: 0px;		
}


.news-list-item-img img{

	padding: 0px;
	margin: 0px;	
	/*background-color: green;*/	
	padding-bottom: 0px;	
	clear:both;
}

.news-list-item-img a img{
	padding: 0px;
	margin: 0px;	
	background-color: white;	
	padding-bottom: 0px;	
}

.news-list-item-right{
	min-height:80px;
	border: none;
}
/*Do not show categories*/
.news-list-item-cattitle{
	font-size:10px;
	padding:0px;
	color:gray;	
	border-bottom:10px;	
}

.news-list-item-cattitle a{
	font-size:10px;
	padding:0px;
	color:gray;
}

.news-list-item-cattitle a:hover{
	font-size:10px;
	padding:0px;
	/*color:red;*/
}

.news-list-item-author{
	font-size:12px;
	padding:0px;
}

.news-list-item-author a{

}
.news-list-item-header{
	font-weight:bold;	
	font-size:14px;
	line-height: 16px;
	/*background-color:red;*/
	
}


#main .news-list-item-header h2 {
	font-size:14px;	
	line-height: 16px;
	/*margin: 0px;
	padding:0px;
	*/		
}

#main .news-list-item-header h2 a{
	
}

#main .news-list-item-header h2 a:hover{
	/*color:red;		*/
}
#main .news-list-item-subheader{
	font-size:14px;	
	padding-bottom:2px;
	padding-bottom:3px;	
	padding-bottom:2px;		
}

#main .news-list-item-subheader a{
		
}

.news-list-item-supplier{
	font-size:10px;
	padding-top:16px;	
	padding-bottom:0px;
}

.news-list-item-order{
	font-size:10px;
	padding-bottom:8px;
}

.news-list-item-order a{
	/*color: red;*/
}

.news-list-item-price {
	font-weight: bold;
}

.news-list-item-content{
	font-size:10px;
	padding-bottom:8px;
}

.news-list-item-orderblock{
	font-size: 10px;
}
.news-list-item-orderblock .orderline{
	font-size: 10px;
	margin-bottom: 6px
}

.news-list-item-orderblock .ordertext .hr{
display: block;
}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	border: none;
	padding: 0px;
	margin-right: 180px;
	margin-bottom: 10px;

}

.news-single-item-left{

}

.news-single-item-right a img{
	padding:0px;	
}


.news-single-item-right{
	margin-right: -180px;
	width: 160px;
	float:right;
	border:none;
}


#main .news-single-item-header H1 {
	margin-bottom: 10px;
	padding:0px;
}

.news-single-item H2 {
	margin-bottom: 10px;
}

.news-single-item H3 {
	margin-bottom: 15px;	
}

.news-single-item-content p{	
font-size: 12px;
}

#main .news-single-img  p{
font-size: 10px;
}


.news-single-item-cattitle{
}

.news-single-item-cattitle a{

}

.news-single-item-author{
}

.news-single-item-author a{
}
.news-single-item-header{

}

.news-single-item-header a{
}

.news-single-item-subheader{
font-size: 14px;
padding-bottom: 4px;
}
.news-single-item-order{

}

.news-single-item-order a{

}

.news-single-item-content{

}




.news-single-item-orderblock{
margin-top: 6px;
	font-size: 12px;
}
.news-single-item-orderblock .orderline{
	margin-bottom: 6px
}

.news-single-item-orderblock .ordertext .hr{
display: block;
}


div .news-single-img {
	font-size: 8px;
	float: left;
	margin-left:5px;

}

.news-single-imgcaption {

	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*Hacks for IE 6 */
* html  body{
	background-color: white;
	width: 800px;
}

* html  #rightcol{
position: relative;
left: -190px;
/*top: -25px;*/
}

* html  div .news-list-item-left img {
	position:relative;
	top: 1px;	
	left: 1px;
}

* html .news-list-item-right{
	position:relative;
	top: 1px;	
	left: 1px;
	height: 180px;
	min-width: 200px;
	margin-left: 0px;
	border: none;
	background-color: white;
}

* html  div .front-list-item-left img {
	position:relative;
	top: 1px;	
	left: 1px;
}
* html .front-list-item-right{
	position:relative;
	top: 1px;	
	left: 1px;
	height: 180px;
	min-width: 200px;
	margin-left: 0px;
	border: none;
	background-color: white;
}


* html .news-single-item {
	position: relative;
	top: 1px;
	left: 1px;
	border: none;
	background-color: transparent;
	min-width: 20px;
	padding: 0px;
	margin-right: 180px;
	margin-bottom: 10px;
}

* html .news-single-img{
	margin: 0px;
	position: relative;
	top: -180px;
	left: -360px;
	background-color: transparent;
}
