
body {
	margin: 0px;
	padding: 0px;
	color: #5e0a2a;
	font-size: 12px;
	font-family: Verdana;
	background-color: #B5C390;
}

#super {
}

#page {
	border-left: 2px solid #879677;
	border-right: 3px solid #879677;
	background-color: #fff;
	background-image: url("images/bg_main.jpg");
	background-position: top left;
	margin-left: auto;
	margin-right: auto;
	width: 702px;
}

#banner {
	height: 150px;
	background-image: url("images/topp.jpg");
}

#leftContent {
	float: left;
  WIDTH: 170px;
}

#centerContent {
	float: right;	
	width: 500px;
	height: auto !important;
	height: 400px;
	min-height: 500px;	
	padding: 0 10px 0 10px;	
}

#rightContent{
	display: none;
}

#footer {
	clear: both;
	margin: 1em 0 1em 0; 
	padding: 1em;
	font-size: 10px;
	color: #BBB;
	text-align: center;
}







/*
 *	tables still need 'cellspacing="0"' in the markup
 */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a {
	color: #444;
}

a:hover {
	color: #000000;
}

a img {
	border:0;
}

dd{
	margin-bottom: 14px;
}


/*
 *	Navigation
 */
div#navcontainer{
	margin-top: 20px;
}

ul#navlist {
	margin-left: 25px;
	list-style: none;
}

ul#navlist li{
	margin: 0px;
	padding-top: 4px;
	white-space: nowrap;
}

ul#navlist li a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 1%;
}

ul#navlist li a:hover{
	color: #E48A4B;
}

ul#navlist li a#active{
	color: #E48A4B;
}

ul#subnavlist {
	margin: 0px;
	margin-left: 20px;	
	list-style: none;
}

ul#subnavlist li a{
	font-size: 12px;
}

ul#subnavlist li a#subactive{
	color: #E48A4B;
}




.hiddenStructure {
	display: none;
}

#documentActions {
	float: right;
}

#documentActions li {
	float: left;
	padding-left: 1em;
	list-style-type: none;
	margin: 0px;
}

.objectPath {
	font-weight: bold;
}

.objectDescription, .pageDescription{
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 15px;
	font-weight: bold;
}


/*
 *	Gallery
 */
ul#imageControl{
	width: 400px;
	margin: 0px;
	list-style: none;
}

ul#imageControl li{
	float: left;	
	margin: 0px;
	width: 300px;
	text-align: center;
}

ul#imageControl li#previousImage{
	width: 50px;
	text-align: left;
}

ul#imageControl li#nextImage{
	float: right;
	text-align: right;
	width: 50px;
}




/*
 *	News
 */
.newsItemDate {
	font-size: 10px;
}

.newsItemDateText{
	display: none;
}

.newsItemImage, .newsPageDescriptionImage {
	float:left;
	margin:3px 8px 3px 0;
}


/* Login Box
*/
.loginBox {
	width: 170px;
	margin: 20px 0 0 35px;
	padding:5px;
	background-color: #ededf6;
	border: 1px solid gray;
}




/* BASKET AND WEBSHOP */


div#BasketBoxSimple {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: #aaaaaa 1px dotted;
}
#BasketBoxSimpleTitle {
	float: left;
	font-weight: bold;
}
#BasketBoxSimpleProducts {
	float: left;
	margin: 0 30px 0 30px;
}
#BasketBoxSimplePrice {
	
}
table.BasketList {
	width: 100%;
	margin: 10px 0 10px 0;
}
table.BasketList th, table.BasketList td {
	padding: 5px;
	border-bottom: 1px solid gray;
}
td.BasketHeaderItem {
	background-color: #a8a8a8;
	color: black;
	font-weight: bold;
}
.BasketTotalPrice {
	text-align: right;
}

table.orderlisting {

}
table.orderlisting th {
	padding: 3px;
}
table.orderlisting td {
	padding: 2px;
}

div.orderpdflink {
	text-align: right;
}

#webshopContent {

}


h1.webshopitemHeader{
	border-bottom: 1px solid #a8a8a8;
}
h2.webshopItemHeader {
	margin-top:0;
	padding-top:0;
	font-size: 16px;
}
h3.webshopCategoryHeader {
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted gray;
}
h4.webshopItemHeader{
	padding-bottom: 10px;
}


table.itemList {
	width: 100%;
}

table.itemList td {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted gray;
}

table.itemList td.image {
	width:110px;
	border-right: 1px solid gray;
	text-align: center;
	vertical-align: middle;
}

table.itemList td.text {
	padding-left:10px;
}

table.itemList td.lesmer, table.itemList td.buy {
	vertical-align: bottom;
	text-align: right;
	width: 80px;
}

table.itemList .text_div{
}

table.itemList .separation{
	height: 10px;
	border:0;
}

#separator_vert{
	width: 5px;
}

.hr{
	display: none;
}



#webshopContent {

}

td {
	vertical-align:top;
}

#webshopItemContent {
/*	border: 1px solid red; */
	position: relative;
	
}
#webshopItemContent div {
	
}

#webshopItemContent table td {
	padding: 2px;
}

#webshopItemContent .itemImage {
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
}
#webshopItemContent .itemText {
	width: 350px;
	float: left;
}
#webshopItemContent .itemText .itemId {
	font-size: smaller;
}
#webshopItemContent .itemText .itemDesc {
	font-weight: bold; 
	padding-bottom: 10px;
}

#webshopItemContent .itemBuy {
	clear: both;
	position: relative;
	top: 20px;
	left:0;
	height: 30px;
	padding: 5px 0 0 0;
	border-top: 1px solid gray;
}
#webshopItemContent .itemBuy .price {
	float:right;
	height: 25px;
	font-size: 16px;
}
#webshopItemContent .itemBuy .itemVat {
	clear: right;
	float: right;
	padding-right: 10px;
}
.vatpercent {
	display: none;
}

#webshopItemContent .itemBuy .buy {
	width: 200px;
	height: 25px;
}

.buy input {
	margin-right: 10px;
}

input.empty {
	display:block;
	margin-top: 30px;
	
}


.fbuttons{

	width: 95px;
	height: 24px;
	background-image: url(images/button.jpg);
	text-align: center;
	border: 0px;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
	
}
.fbuttons_buy {
	width: 95px;
	height: 24px;
	padding: 0 0 0 20px;
	font-size: 12px;
	background-image: url(images/chart_button.jpg);
	text-align: left;
	vertical-align: center;
	border: 0px;
	cursor: pointer;
}

img#mainImage {
	width: 400px;
	float: left;
}

div#mainImageDesc {
	float: left;
	width: 125px;
	padding: 5px;
	background:#E1E1E1 ;	
}