* {
    margin:0;
    padding:0;
    }
	body	{
    		font: normal 12px/1.5em Arial, sans-serif;
		text-align: center;
		background:white url('images/bg.jpg') repeat-x;
		}
	#wrapper{
		width: 830px;
		margin: 0 auto;
		}
		
/* --- H E A D E R --- */

	
	#header{
		width:100%;
		height: 180px;
		margin:0;
		padding:0;
		background: transparent url('images/header.jpg') no-repeat center top;
		}
	#topmenu{
		font: normal 12px/1.5em Arial, sans-serif;
		color: darkred;
		width:100%;
		height: 68px;
		line-height: 1.2em;
		background: transparent url('images/topmenu.jpg') no-repeat center top;
		}
	
	
	#lang_bar{
		float:right;
		display:inline;
		padding: 5px 2px 0 0;
		 }
		 
	#topmenu ul{
                float:right;
		height:15px;
		padding: 5px 0px;
		text-align: right;
		}
	#topmenu ul li{
		display:inline;
		}
	#topmenu a{
		color: black;
		text-decoration: none;
		}
	#topmenu a:hover{
		color: darkred;
		text-decoration: underline;
		}
	#topmenu .home {
		 float:right;
		padding:4px 13px 0 5px;
		}
	#topmenu .home img{
		border:none;
		}

/* --- C O N T A I N E R --- */

	#container{
		width:830px;
		overflow-y:auto;
		background: url('images/content_bg.jpg') repeat-y;
		}
		
				/* --- L e f t b a r --- */
	#leftbar{
	    margin:0;
	    padding:0;
	    float:left;
	    width:190px;
	    font: 110% "Trebuchet MS", Verdana, sans-serif;
		}
	*html #leftbar{
		line-height: 1em;
		}
	#leftbar ul{
	    text-align: left;
	    list-style: none outside;
		}
	#leftbar ul li{
	    width: 190px;
	    height: 20px;
	    text-indent:30px;
	    padding-top: 5px;
	    background: url('images/li_bg.jpg') no-repeat left top;
		}
   *:first-child+html #leftbar ul li{
	    margin-bottom: -3px;
	    }
    .menu_bottom {
        width:100%;
        height: 10px;
        background: url('images/ul_bg_bottom.jpg') no-repeat left top;
    	}
	*html .menu_bottom{
   	padding-top: 1px;
   	}
	#leftbar a{
	    display: block;
	    color: #888;
	    text-decoration: none;
	}
	#leftbar a:hover{
	    color: red;
	    text-decoration: underline;
		}
	#leftbar a:visited{
	    color: darkred;
	    text-decoration: none;
		}

/* ------------ LOGIN BOX ---------------- */
*html .tx-felogin-pi1 h3{
	font-size:100%;
	line-height:1.0em;
	padding-bottom:3px;
}
.tx-felogin-pi1 {
	padding: 5px 20px 5px 20px;
	}
.tx-felogin-pi1 fieldset{
	font-size:11px;
	color: #666;
	padding-bottom:10px;
	background:#e0e0e0;
	}
.tx-felogin-pi1 div{
	font-size:11px;
	color: #666;
	}
.tx-felogin-pi1 input{
	width:120px;
	background: url(images/li_bg.jpg) repeat-x scroll -20px 0;
}	


				/* --- C o n t e n t --- */
	#content{
		float: right;
		padding: 0 20px;
		width: 600px;
		}
	*html #content{
		margin-right:24px;
		}
	
	#content h1, h2{
		font: 140% Georgia, "Times New Roman", serif;
		color: darkred;
		text-align: left;
		height: 20px;
		padding-bottom: 10px;
		background: url('images/h2_bg.jpg') no-repeat -20px 3px;
		}
	.h2_center{
		margin: 0 auto;
		text-align: center;
		background: url('images/h2_bg.jpg') no-repeat center top;
		}
	#content h3{
		font: bold 120% Georgia, "Times New Roman", serif;
		color: #555;
		text-align: left;
		font-style: normal;
		height: 20px;
		padding-bottom: 5px;
		}
	#content p{
		color: #333;
		text-align: justify;
		font: 110% Georgia, "Times New Roman", serif;
		line-height: 1.5em;
		}
	#content p img{
		clear: left;
		margin-left: 10px;
		float: right;
		}
	#content .devider, .devider_center{
		background: url('images/h2_bg.jpg') no-repeat center bottom;
		height: 30px;
		border:0;
		width: 280px;
		}
	#content .devider_center{
		margin: 0 auto;
		}
	#content ul{font-family:Georgia, Times; font-size:110%;}
		
/* --- F O O T E R --- */

	#footer{
		clear:both;
		width: 830px;
		height: 79px;
		padding-top: 26px;
		background: transparent url('images/footer.jpg') no-repeat center top;
		}
	#footer p{
		text-indent:90px;
		font-size:11px;
	    	color: #999;
	    	}

/* --- Products edit --- */

.category_list_link{
		float:left;
		display:inline;
		width:50%;	
		height:20px;
		padding-top:5px;
		background:url('images/product_link_bg.jpg') no-repeat center top;
		}
.item_single{
		background:white url('images/single_item_bg.jpg') no-repeat;
		float:left;
		display:inline;
		width:180px; 
		height:190px;
		text-align: center;
		padding:0 5px;
                }
*html .item_single{
		width:190px;
		padding:0;
		margin:0;
		overflow-y:hidden;
		}		

.item_title	{
		float:left;
		width:180px;
		height:30px;
		}

*html .item_title{
		padding-left:10px;
		}
.item_pic	{
		margin-top:40px;
		float:left;
		width:100%;
		position: relative;
		}
*html .item_pic{
		margin-top:20px;
		padding:0;
		}


.item_title a, a:hover{
		text-decoration:none;
	}
.item_title a:hover{
		color: #777;
		text-decoration:underline;
	}
.item_title a:visited{
		color:black;
	}


/* ITEM_SINGLE_DISPLAY */


.single_product_title{
	float:left;
	width:100%;
	height:30px;
	color:white;
	background:url('images/single_title_bg2.jpg') repeat-x;
	text-align:center;
	padding:1px 0 10px 0;
	
}
.single_product_title span{color:white;}

.single_product_pic{
	float:right;
	background:white;
	padding:20px 5px 5px 5px;
	margin-left:20px;
	border:1px dotted grey;
	}
	
.single_data_info{
	float:left;
	width:100%;	
	}
.single_product_pic a img{
	border:0;
	margin:0;
	}

#tx-ttproducts-pi1-list{
	padding-left:13px;
	}

*html #tx-ttproducts-pi1-list{padding-left:0}

#tx-ttproducts-pi1-single a{
	color: darkred;
	text-decoration:none;
	}
#tx-ttproducts-pi1-single a:hover{
	text-decoration:underline;
	color:black;
	}
.tx-ttproducts-pi1-wrap1{
	color:#444;
	
	font-weight:bold;
	line-height:1.2em;
	}
.single_pic_link{
	background:url('images/single_title_bg.jpg') repeat-x;
	}
.tt_products_item_catlist a{
	color: darkred;
	text-decoration:none;
}
.tt_products_item_catlist a:hover{
	text-decoration:underline;
	color:black;
}



table.home {
font-family: Georgia, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 12px;
width: 560px;
margin: 0 auto;
	border-width: 0px;
	border-spacing: ;
	border-style: dashed;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.home th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}
table.home td {
        width: 185px;
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}


/* --------- REGISTRIERUNG form ---------------- */

.tx-srfeuserregister-pi1 dt {
	width:150px;
	}
.tx-srfeuserregister-pi1 dd {
	width:400px;	
	}
	
#tx-srfeuserregister-pi1-comments {
	width:324px;
}

*html #tx-srfeuserregister-pi1-comments,
 #tx-srfeuserregister-pi1-static_info_country {
	width:292px;
	}
/* ---------------------------------------------- */

.csc-textpic-text{
	padding: 20px;
	}
.csc-textpic-text .bodytext{
	text-align:center;
	}

.csc-header{
	padding-top:20px;
	}
	
/* ---------------------------------------------- */
#content .contenttable div {
	padding-top:0px;
	}
#content .contenttable div p{
	font-size:85%;
	}
	
#content .align-center{
	text-align:center;
	width:250px;
	margin:0 auto;
}

div.csc-textpic-imagewrap{margin-top:20px; border: 1px dotted grey;}


div.single_data_info ul{margin-left:18px; text-align:left;}
div.single_data_info ul li{}
