body  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #2F5786;
	background: #FFFFFF;
}

a, a:visited{
	color: #2F5786;
}

#container {
	/*width: 900px;*/
}
#head {
	background: #FFFFFF;
}



#text {
	background: #FFFFFF url("/pub/design/blank.gif") no-repeat right top;
	height: 400px;
	padding:0;
}
#text #text-content{
	/*overflow:scroll;*/
	/*overflow-x:hidden;*/
	min-height: 400px;
}

#text #text-content #text-content-content{
	padding: 10px 30px 0px 20px;
	width: 740px;
}


#text #text-content #text-content-content *{
	position:static!important;
}

#search {
	background: #CAD0D7;
}

.log_block_head {
	background-color: #2B6DBB;
	color: #84C8F7;

}

#search-outer{
	background: url("/pub/design/standaardzoekbalk.gif") no-repeat top right;
}

#content {
	background: #FFFFFF;
}



#copyright {
	background: #2B6DBB;
}


#copyright-text {
	color: #0000F0;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

#copyright-menu {
	color: #0030C0;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

#copyright-menu a, #copyright-menu a:visited{
	color: #0030C0;		/* = #copyright-menu.color*/
}

h1 {
	color: #100070;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
}

#gray-hr{
	background-color:  #E0E0E0;
	color: #200090;
}


/* =========================== SHOP ========================================= */

.shop-item {
	background: #FFFFFF;
    border: 1px solid #200090;
}

.shop-item-head {
	background: #200090;
}

.shop-item-head-text {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
}

.shop-item-head-text a, .shop-item-head-text a:visited {
	color: #FFFFFF;
}
.shop-item-head-text a:visited {
	color: #FFFFFF;
}
.shop-item-content {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

/* I dont entirely shure this needed, but leve this
#product-item-content {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

#product-content {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}
*/

/* =========================== MENU ========================================= */
/* I moded all here, but without comments */

.menulist, .menulist ul { margin: 0; padding: 0; width: 210px; list-style: none; z-index: 100;}

.menulist ul { display: none; position: absolute; top: 3px; left: 210px; color: #FFF;}

.menulist li {

 background-color: #2B6DBB;	/* ajustable */

 position: relative;
}

.menulist li a, .menulist li a:visited  { display: block;  padding: 2px 4px 4px 25px;
	color: #84C8F7; 			/* ajustable */
	text-decoration: none;
	min-height: 10px;
	overflow: hidden;
	font-size: 12px;
	font-family: Tahoma, sans-serif; /* ajustable */ 
	font-weight: bold;
}

* html .menulist li a, * html .menulist a:visited { border-width: 0;}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFFFFF;
/*	background: #2F5786 url("/templates/setki/img/menu-active.png") no-repeat top right; */
	background: #2F5786;/* url("/menu_image.php") no-repeat top right; */
}

.menulist a.highlighted {
 color: #FFFFFF;
/*	background: #2F5786 url("/templates/setki/img/menu-active.png") no-repeat top right; */
	background: #2F5786; /* url("/menu_image.php") no-repeat top right; */
}

.menulist a .subind { float: right; margin-top: 4px;}
*:first-child+html .menulist li { float: left; width: 100%;}
* html .menulist li { float: left; height: 1%;}
* html .menulist a { height: 1%;}
