@CHARSET "UTF-8";
body {
	background-color:##cbd213;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
	
img {border:none}

#content {width:900px; min-height:240px; height:auto; background:#FFFFFF top no-repeat; margin-left:auto; margin-right:auto; position:relative; padding-top:2px }
#contentmidden {height: auto; overflow-y:auto; width:900; position: relative; top: 0px; text-align:left; }

a {text-decoration:none;}
a:link {color:#a2c952}
a:visited {color:#a2c952}
a:hover {color: #a2c952}
a:active {color: #a2c952}

.selectedItem {color: #666}

/* Webshop */
.main {
	display: block;
	position: relative;
	float: left;
	width: 650px;
}

fieldset {
	border-width: 10px 0 0 0;
	border-color: #a2c952;
}

.title {
	font-size: 20px;
	font-weight: bold;
	color: #a2c952;
}

.subtitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	padding: 4px 10px 15px 10px;
	font-size: 11px;
	text-align: left;
}
.subnavigation {
	padding: 4px 10px 15px 10px;
	text-align: left;
}
.subnavigation a {
	color: #000;
	font-size: 11px;
}
/***************************************************
  Webshop
 ***************************************************/
.webshopTree {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 8pt;
	font-weight: bold;
	position: relative;
	float: left;
	width: 240px;
}
.webshopTree pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
}
.webshopTree span.modWebshopGroup {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #fff;
	font-size: 14px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0;
	width: 95%;
	display: block;
	padding-left: 5px;
}
.webshopTree span.modWebshopGroup:hover  {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #a2c952;
	background: #F1FFD7;
	color: #666;
	height: 18px;
}
.webshopTree span.selected {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #a2c952;
	background: #F1FFD7;
	color: #FFF;
	height: 18px;
}
.modWebshopArticleGroup {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
}
.modWebshopArticleGroup fieldset legend {
	font-size: 12pt;
	color: #333;
	font-weight: bold;
}
.modWebshopArticleListItem {
	border: 1px solid #a2c952; width: 600px; float: left; position: relative; display: block; padding: 5px; margin: 0 0 10px 0; background: #efd;
}
.modWebshopArticleListItem img {
	padding: 0px 5px 0 20px;
}
.modWebshopOrderButton {
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #000;
	display: block;
	text-align: center;
	width: 150px;
	background-color: #fff;
} 
.modWebshopArticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
}
.modWebshopArticle img {
	padding: 5px 5px 0 20px;
}
.modWebshopArticle fieldset {width: 620px;}
.modWebshopArticle fieldset legend {font-size: 12pt; color: #333; font-weight: bold;}
.modWebshopPrice {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: auto;
	text-align: right;
	font-size: 8pt;
}
#modWebshopShoppingList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 8pt;
	width: 100%;
}
#modWebshopShoppingList .changeAmount {
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}
#modWebshopShoppingList th {
	text-align: center;
}
#modWebshopShoppingList th.total {
	text-align: right;
}
#modWebshopShoppingList td.seperator {
	background-color: #00adf4;
	height: 1px;
}
#modWebshopShoppingList td.numeric {
	text-align: right;
	white-space: nowrap;
}
.modWebshopError {
	color: #f00;
	font-size: 15px;
}
td.modWebshopError {
	border:1px solid #f00;
}
/* */
div.modWebshop li.open {
	list-style-image: url('images/folderopen.gif')
}
div.modWebshop li.closed {
	list-style-image: url('images/folderclosed.gif')
}
/* */
div.modWebshop table td.key {
	text-align: right;
	width: 250px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	vertical-align: top;
}
div.modWebshop table td {
	font-size: 11px;
}
.wsState {
	display: none;
}
}
