html{
	margin:0;
	padding:0;
	font-family: verdana, helvetica, 'trebuchet MS';
	font-size:11px;
	width:100%;
	height:100%;
	color:#000000;
	background:#c6086b;
}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:transparent url(/gfx/html2.jpg) repeat-x;
}

img{
	border:0;
}

h1{
	font-family:'Trebuchet MS';
	font-size:16px;
	color:#222555;
	margin:0;
	padding:0;
}

h2{
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3{
	font-family:'Trebuchet MS';
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

a{
	color:#cc3333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


.welkom {
	display:none;
}
.noshow {
	display:none;
}
.container_back{
	background:url(/gfx/background.jpg) repeat-y
}
.container{
	background:transparent url(/gfx/flowers.jpg) no-repeat;
}

div.logo{
	padding:14px 0 0 193px;
}

/*   MENU    */

.menu_div{
	float:left;
	padding:20px 0 20px 20px;
	width:138px;
	margin:95px 20px 0 0;
	_margin:95px 0 0 0;

}

ul.menu{
	margin:0;
	padding:0 0 60px 0;
	list-style:none;
	background:transparent url(/gfx/menu.jpg) no-repeat right bottom;
	width:158px;
}

ul.menu a{
	color:#fff;
	font-size:16px;
	font-family:'Trebuchet MS';
	border-bottom:1px solid #e96bad;
	display:block;
	padding:1px 20px 1px 0;
	width:118px;
}


ul.menu ul{
	display:none;
}

ul.menu li.active ul{
	display:block;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

ul.menu ul li a{
	font-size:14px;
}

ul.menu li.active ul li{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:none;
	width:128px;
	overflow:hidden;
}

ul.menu li.active a, ul.menu li a:hover{
	color:#222555;
	text-decoration:none;
}

ul.menu li.active ul li a{
	color:#fff;
}

ul.menu li.active ul li.active a{
	color:#222555;
}

ul.menu ul ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

/*   CONTENT    */

.content{
	padding-top:35px;
	min-height:450px;
}
.content_div{
	float:left;
	width:698px;
	padding:75px 15px 15px 15px;
}
/*   SHOP    */
.store_menu a{
	color:#fff;
}
.store_menu{
	color:#fff;
	text-align:right;
}
.store_search{
	margin:5px 0 0 0;
	border-bottom:1px solid  #e96bad;
	height:30px;
}
.store_search h1{
	float:left;
}
.store_search select{
	margin:0 10px;
}
.store_nav{
	margin:11px 0 0 0;
	overflow:auto;
	zoom:1;
}
.message {
	margin:5px;
	border:2px solid #e96bad;
	text-align:center;
	line-height:30px;
	background:#FBFBFB;
}
.message a {
	padding:0 10px;
}
.store_nav .result{
	float:left;
}

.store_nav .result a{
	font-weight:bold;
	color:#000;
}

.store_nav .nav{
	float:right;
}

.store_nav .nav a{
	color:#000;
	text-decoration:underline;
}

span.page{
	font-weight:bold;
}

.store_products{
	margin:0 0 0 0;
	font-size:12px;
	border-collapse:collapse;
}
.store_products td {
	vertical-align:top;
}

.product{
	width:140px;
	line-height:150%;
	text-align:left;
	margin:5px 15px 5px 15px;
	height: 180px;
	float: left;
}

.product_picture{
	width:139px;
	height:111px;
	overflow:hidden;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
}

span.price{
	float:left;
}

a.order{
	float:right;
}


/*   Winkelwagen    */

.cart{
	color:#fff;
	margin:0 0 0 0;
	font-size:12px;
	font-family:verdana;
}

.cart .cart_info{
	display:block;
	border-top:1px solid #dc66a3;
	border-bottom:1px solid #dc66a3;
	padding:5px 0 7px 0;
}

.cart h2{
	color:#fff;
}

.cart_product{
	border-top:1px solid #dc66a3;
	border-bottom:1px solid #dc66a3;
	padding:4px 0 6px 0;
	line-height:120%;
	float:left;
	width:100%;
}

.cart_product.last {
    border: none;
}

.cart_product_info{
	float:left;
}

.cart_product_delete{
	float:right;
}

h2.total{
	float:left;
	margin:10px 0 0 0;
}

.cart_product_view{
	float:right;
	margin:-4px 0 0 0;
}

table.cart_table{
	margin:5px 0 0 0;
	text-align:left;
}

table.cart_table img{
	vertical-align:bottom;
}

table.cart_table th{
	border:none;
	height:30px;
}

table.cart_table img{

}

table.cart_table tr.grey{
	background-color:#e8eaf3;
}

table.cart_table td{
	border-top:1px solid #e96bad;
	border-bottom:1px solid #e96bad;
}

table.cart_table input{
	width:50px;
	height:15px;
}

.subtotals{
	float:right;
	width:330px;
	border-bottom:1px solid #e96bad;
	text-align:right;
	padding:8px 0;
	line-height:250%;
	clear:both;
}

.total{
	float:right;
	clear:both;
	margin:10px 0 0 0;
}

.options{
	width:700px;
	clear:both;
	margin:25px 0 0 0;
}

.options a.shop_more{
	float:left;
	color:#000;
	text-decoration:underline;
}
.options a.order{
	float:right;
	color:#000;
	text-decoration:underline;
}
	

/*   FOOTER    */

.footer{
	clear:both;
	width:999px;
	padding:15px 0 0 0;
	background:#c6086b url(/gfx/footer.jpg) no-repeat;
	height:50px;
	color:#fff;
}

.footer a{
	color:#fff;
}

.footer span{
	margin:0 0 0 430px;
}

.amountpopup {
    position: absolute;
    width: 145px;
    border: solid 1px black;
    left: 80px;
    top: 140px;
    background: url(/gfx/html2.jpg);
    padding: 10px;
}

.amountpopup label {
	width: auto;
    margin-right: 20px;
}

.amountpopup input {
    margin-right: 5px;
}



