/* Remove unwanted vertical space between divs */
*  {margin:0; padding:0}

img {
	border: none;
}

body, html {
	height: 80%;
	width: 700px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background-color: white;
	margin: 0px;
}

/*Standard behavior for links */
a {
	text-decoration:none;
	color: #777777;
}
a:focus { color:red; }
a:hover { color:red; }
a:visited { }
a:active { color:red; }


.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: 0px;
	padding-left: 0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */  /*Faerbt die rechte Spalte vertikal füllend ein */
}

#header{
	background-color: transparent;	
	/*background: url(../img/bg_rcol.gif) repeat-y right; */ 
}

#headerimage img{
	display: none;
}

#logo img {
	border:none;
}

#logo{
	background-color: white;
	float:left;
	margin: 10px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

#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: white;	
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#wrapper{
	background-color: white;
	margin:0px;
	margin-top: 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;	
}

#content{
	background-color: white;
	/*Faerbt die linke und mittlere Spalte */
    color: black;
	margin-top: 0px;	
	margin-left: 0px;
	margin-right: 110px;
	padding-left:0px;	
	padding-top: 20px;
	padding-right: 0px;
}

#leftcol{
	float: left;
}

#rightcol{
	margin-right: -110px;
	font-size: 13px;
	width: 110px;
	float:right;
	background-color: white;	
	padding-left: 10px;
	padding-bottom: 20px;
}

#main {	
	/* Kann nur fuellen oder muss mit Bild linke Spalte koordiniert werden, wird von anderen abgedeckt.*/
	background-color: white;
	min-height: 400px;	
	
	margin-left:  10px; 
	margin-right: 0px; 
	margin-top: 130px;	
	margin-bottom: 0px;	
	padding-bottom: 20px;
	padding-top: 0px;
}

#main .tx-lumophpinclude-pi1{
	/*For external search*/
	padding-top: 20px;
}



#main H1{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-top:10px;
	padding-top: 5px;
	margin-bottom: 8px;
}

#main H2{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	margin-bottom: 2px;
	background-color:transparent;
}

#main H3{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 15px;
	margin-bottom: 8px;
}

#main p{
	font-size: 10px;
	color: black;
}

#main p a{
	color: black;
}

#main p a:hover{
	color: red;
}

#main  .bodytext{
	margin:0px;
	padding: 0px;
	padding-bottom: 3px;
}

#main .csc-firstHeader{
	padding-top: 0px;
}

#sidesearch{
	display: none;
}

#mainmenu {
	display:none;
}

#contact_1 {
	position: absolute;
	top: 30px;
	left: 500px;
}

#contact_2 {
	position: absolute;
	top: 80px;
	left: 500px;
}

#contact_3{
	position: absolute;
	top: 30px;
	left: 200px;
}

.contact {
	padding-top: 0px;
	font-size: 10px;
}
.contact a {
	padding-top: 0px;
	font-size: 10px;
	color:black
}




/*tt-news standard adapted */
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid white;
}
.news-latest-container HR.clearer {
	clear:right;
	height:1px;
	border:1px solid white;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:0px solid #000;
	background-color:white;  /*#F5F5F5;  *//*WhiteSmoke; */
}

	
.news-list-item {


	border: none;
	background-color:white;

	padding: 0px;
	padding-left: 100px;
	padding-bottom: 0px;
	margin-bottom: 8px;	
	
}

.news-list-item-left {
	min-height:150px;
	width: 90px;
	float:left;
	margin-left: -100px;
	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:150px;
	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:14px;
	padding:0px;
}

.news-list-item-author a{
		color: black;	
}
.news-list-item-header{
	font-weight:bold;	
	font-size:14px;
	line-height: 14px;
	background-color:white;
}


#main .news-list-item-header h2 {
	font-size:14px;	
	margin: 0px;
	padding:0px;
	color:black;	
	background-color:white;		
}

#main .news-list-item-header h2 a{
	font-size:14px;	
	margin: 0px;
	padding:0px;
	color:black;	
	background-color:white;		
}

#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{
	font-size:14px;	
	color:black;		
}

.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 {
	color: black;
	font-weight: bold;
}

.news-list-item-content{
	font-size:10px;
	padding-bottom:8px;
}
	
	
.news-search-form {	

}
.news-search-form FORM {
	display: none;
}

.news-search-emptyMsg{
	padding: 0px;
	padding-bottom:10px;
	margin: 0px;
}


.news-list-container{
	font-size: 12px
}

.news-list-container H3 {
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 0px solid #769024;
	background-color: white;  /*#769024;*/
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:white;
	padding-left: 0px;
}
.news-list-container H3 A {
	color:white;

}
.news-list-container P {
	padding-left:0px;
	background-color: white;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
	}

.news-list-container IMG {

	float: right;
	border: none;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: left;
	padding-bottom: 10px;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/


.newsPageBrowser{
	background-color: white;
	padding-top: 5px;
	text-align: left;
	font-size: 10px;
	color: black;
	border-top: 0px solid #0592AD; 
	margin-bottom: 10px;
}
.newsPageBrowser a{
	color: black;
}

.newsPageBrowser a:hover{
	color: red;
}

.newsPageBrowser .active{
	color: red;
}


.news-search-emptyMsg {
	font-size: 10px;
	margin-left: 10px;
}


	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	border: none;
	background-color:transparent;
	padding: 0px;
	margin-right: 180px;
	margin-bottom: 10px;
}

.news-single-item-left{
	background-color:white;
}

.news-single-item-right a img{
	padding:0px;	
}


.news-single-item-right{
	background-color:white;
	margin-right: -180px;
	width: 160px;
	float:right;
	border:none;
}


#main .news-single-item-header H1 {
	font-size: 16px;
	font-weight:bold;
	color: black;
	margin-bottom: 10px;
	padding:0px;
}

.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: black;
	margin-bottom: 10px;
}

.news-single-item H3 {
	margin-bottom: 15px;
	color: black;		
}

.news-single-item-content{
	font-size: 10px;	
}

.news-single-img  p {
	font-size: 9px;	
}


.news-single-item-cattitle{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.news-single-item-cattitle a{

}

.news-single-item-author{
	font-size:14px;
}

.news-single-item-author a{
	color:black;
}
.news-single-item-header{
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;	
	font-size:14px;
}

.news-single-item-header a{
	color:black;
}
.news-single-item-subheader{
	padding-bottom:2px;
	font-size:10px;	
}
.news-single-item-order{
	font-size:10px;
	padding-bottom:8px;
}

.news-single-item-order a{
	color: red;
}

.news-single-item-content{
	font-size:10px;
	padding-bottom:8px;
}

.news-single-item-supplier{
	font-size:10px;
	padding-bottom:8px;
}

.news-single-item-price{
	font-size:10px;
	font-weight: bold;
	padding-bottom:8px;
}
.news-single-img {
	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%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */



.news-catmenu  {
	font-size:10px;
	padding-top:10px;
	padding-bottom:16px;
	margin:0px;
	border:0px solid white;
	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: red;
}

.news-catmenu-ACT a{
	font-size:10px;
	line-height:16px;		
	font-weight:normal;
	color: red;
}

/*  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;
	color: red;
	background-color:white;	
	
}

.extlevel2 {
	font-weight: normal;
	padding:0px;
	padding-left: 0px;
	padding-top: 2px;	
	padding-bottom: 4px;
	background-color: white;


	white-space: normal;
}

.extlevel3 {
	white-space: normal;
	padding-left: 0px;
	padding-right:3px;
	margin-right:6px;
	border-right: 1px solid gray;	
}

.extlevel4 {

}

/*Frontlist CSS*/

.front-list-container{
	padding-top: 0px;
	background-color:white;
	font-size: 10px;	

}

.front-list-item {
	min-height: 180px;
	border: none;
	background-color:white;
	padding: 0px;
	padding-left: 180px;
	margin-bottom: 10px;
}

.front-list-item-left {
	margin-left: -180px;
	float:left;
}

.front-list-item-left a img{
	padding:0px;	
	clear:both;
}

.front-list-item-right{
	border: none;
}

.front-list-item-cattitle{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.front-list-item-cattitle a{

}

.front-list-item-author{
	font-size:14px;
	padding:0px;
}

.front-list-item-author a{
		color: black;	
}

.front-list-item-header{
	margin: 0px;

	padding:0px;
	padding-bottom:4px;
	font-weight:bold;	
	font-size:14px;
	line-height: 16px;	
}


#main .front-list-item-header h2 {
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-bottom:2px;
	font-size:14px;
	color:black;	
	background-color:white;
}

#main .front-list-item-header h2 a{
	font-size:14px;
	color:black;	
	background-color:white;
}

#main .front-list-item-header h2 a:hover{
	color:red;	
}
.front-list-item-subheader{
	padding-bottom:2px;
	font-size:10px;	
}

.front-list-item-subheader a{
	color:black;
	padding-bottom:2px;
	font-size:10px;	
}
.front-list-item-subheader a:hover{
	color:black;
}

.front-list-item-order{
	font-size:10px;
	padding-bottom:8px;
}

.front-list-item-order a{
	color: red;
}

.front-list-item-price {
	color: black;
	font-weight: bold;
}

.front-list-item-content{
	font-size:10px;
	padding-bottom:8px;
}

.front-list-container HR.clearer, .front-list-single-item HR.clearer, .front-list-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid white;
}
/*Finetuning csc*/
#main .csc-textpic-imagewrap{
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: white;
	font-size: 9px;
}

/*Menu of subpages*/

.csc-menu{
	background-color:white;
}

.csc-menu-4{
	background-color:white;
}

.csc-menu-4 dt a{
	color:black;
	font-size: 16px;
	line-height: 22px;
	font-weight:bold;
	background-color:white;
}

.csc-menu-4 a:hover{
	color:red;
}

.csc-menu-4 dt{
	padding-top:16px;
}

.csc-menu-4 dd{
	font-size: 10px;
}

