body {
	background-color: #679C25;
	background-image: url(/pics/back.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	text-align: center;
}
a{
	text-decoration: none;
}
#main-outer
{
	background-color: #FFFFFF;
	width: 870px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#main-inner{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	text-align: left;
	clear: both;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	overflow: visible;
}
#main-inner2{
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 30px;
	text-align: left;
	clear: both;
	height: auto !important;
	min-height: 370px;
	height: 370px;
	overflow: visible;
	background-image: url(/pics/main-back.gif);
	background-repeat: repeat-y;
	background-position: 270px 0px;
	
}

h1{
	font-size: 16px;
	color: #992C20;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 2px;
	text-align: right;
	height: 20px;
	line-height: 20px;
	font-style: italic;
}



.flash-error {
	background-color: #DD0000;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 30px;
	padding-left: 2px;
}

.flash-correct {
	background-color: #33CC99;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 30px;
	padding-left: 2px;
}

.flash-warning {
	background-color: #FFCC00;
	color: #000000;
	font-size: 12px;
	margin-bottom: 30px;
	padding-left: 2px;
}

.error-message {
	color: #DD0000;
}

#submenu{
	float: left;
	width: 250px;
	
	}
#content{
	float: left;
	width: 520px;
	
	height: auto !important;
	min-height: 500px;
	height: 500px;
	}

#logo{
	float: left;
	width: 335px;
	height: 47px;
	padding-left: 50px;
	padding-top: 50px;
}
#cart-info{
	float: left;
	text-align: right;
	padding-top: 50px;
	color: #992C20;
	width: 435px;
	height: 47px;
	font-size: 90%;
	
}
#cart-info a{
	color: #992C20;
	background-image: url(/pics/icon-cart.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#menu{	
	clear: both;
	text-align: center;

}

.error{
	color: #DD0000;
	font-weight: bold;
}
.category-box{
	float: left;
	width: 166px;
	height: 133px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	margin-right: 32px;
	text-align: center;
	background-color: #FFFFFF;
}

.category-box-last{
	float: left;
	width: 166px;
	height: 133px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	text-align: center;
	background-color: #FFFFFF;
}

.category-image{
	width: 120px;
	height: 80px;
	background-color: #EEEEEE;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
}

.category-name{
	text-align: center;
	font-weight: bold;
	color: #444444;
	margin-top: 8px;	
}
.category-name a{
	color: #444444;
}



.product-box{
	float: left;
	width: 240px;
	height: 180px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	margin-right: 32px;
	text-align: center;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.product-box-last{
	float: left;
	width: 240px;
	height: 180px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	text-align: center;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.product-image{
	width: 240px;
	height: 160px;
	background-color: #EEEEEE;
	text-align: center;
	overflow: hidden;
}

.product-price{
	text-align: right;
	font-weight: bold;	
	margin-top: 4px;	
	padding-right: 4px;
}

.clear{
	clear: both;
	height: 1px;
}
.clear2{
	clear: both;
	height: 30px;
	background-color: #FFFFFF;
}
.category-list{
	width: 180px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDDDDD;
	font-size: 95%;
	text-transform: uppercase;
	font-weight: bold;
}

.category-list-on{
	width: 180px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDDDDD;
	font-size: 95%;
	text-transform: uppercase;
	font-weight: bold;
}

.category-list:hover{
	background-color: #E3E9EF;
}

.category-list a{
	color: #444444;
}

.category-list-on a{	
	color: #992C20;
}




#temp{
	background-color: #F0F5FF;
	padding: 5px;
}

#temp a{
	display: block;
	color: #444444;
}


/*
Formulare
*/
.form-textarea{
	width: 250px;
	height: 160px;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}

.form-text{
	width: 230px;
	height: 18px;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.form-text:focus{
	background-color: #F0F5FF;
}

.form-textarea:focus{
	background-color: #F0F5FF;
}

label{
	display: block;
	color: #999999;
	font-size: 11px;
}

#login{
	background-color: #F6F8FC;
	border: 1px solid #E6E8EC;
	padding: 10px;
}






#photo{
	width: 516px;
	height: 344px;
	background-color: #F6F8FC;
	text-align: center;
	padding-bottom: 3px;
	border: none;
}

#photo-text{
	float: left; 
	border: none;
	background-color: #F6F8FC;
	margin-bottom: 4px;
	width: 456px;
	line-height: 16px;
	height: 16px;
}
.detail-icons{
	margin-left: 2px;
	margin-right: 2px;
	float: left;
	background-color: #F6F8FC;
		
}

div.detail{
	margin-top: 8px;
	background-color: #F6F8FC;
	padding: 2px;
	clear: both;
}

div.detail label{
	width: 180px;
	color: #999999;
	display: block;
	float: left;
	
}

div.detail .right{
	width: 330px;
	float: left;
	
}

.tipplink{
	background-image: url(/pics/icon_next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	line-height: 16px;
}


.tipp{
	background-color: #F6F8FC;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	
}




/* Über uns */
.ueber-img{
	float: right;
	width: 275px;
	height: 400px;
	margin-left: 10px;
}


/* Glossar */
#abc{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#abc li{
	width: 14px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #666666;
	text-align: center;
	float: left;
	margin-right: 2px;
	list-style: none;
	background-color: #EDEFF5;
}

#abc li.last{
	width: 21px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #666666;
	text-align: center;
	float: left;
	margin-right: 5px;
	list-style: none;
	background-color: #EDEFF5;
}

#abc li.last-on{
	width: 30px;
	height: 18px;
	border: 1px solid #666666;
	text-align: center;
	float: left;
	margin-right: 5px;
	list-style: none;
	background-color: #FFFFFF;
}

#abc li:hover{
	background-color: #FFFFFF;
}

#abc li.on{
	background-color: #FFFFFF;
}
#abc li a{
	text-decoration: none;
	color: #000000;
	display: block;
}

#glossar{
	clear: both;
	
}
#glossar a{
	border-left: 8px solid #EDEFF5;
	margin-top: 5px;
	height: 18px;
	display: block;
	padding-left: 5px;
}

#glossar a:hover{
	border-left: 8px solid #CDCFD5;






/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter,#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/pics/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink,#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink :hover {
	background: transparent url(/pics/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink :hover {
	background: transparent url(/pics/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(/pics/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption,#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}