/* CSS Document */

html, body {
    margin: 0px;
    padding: 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background: #f5f5f5;
}
p {
    margin: 0px;
    padding: 0px;
}
.btn {
    background: #505e69;
    height: 21px;
    border: 0px;
    color: #fff;
}

.clear {
    clear: both;
}
ul {
    margin: 0px;
    padding: 0px;
}
.small {
	font-size: 9px;
}

A:link {
	text-decoration: underline; 
	color: #505e69;
}
A:visited {
	text-decoration: underline; 
	color: #505e69;
}
A:active {
	text-decoration: underline; 
	color: #505e69;
}
A:hover {
	text-decoration: underline overline; 
	color: #f5f5f5;
	background: #8EB0D0;
}
.bottomlink {
	text-decoration: underline; 
	color: #ffffff;
}
#wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#globalbody {
    width: 780px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
	background: #fff;
}

/*----------- header css ----------*/
#header {
    width: 780px;
    height: 110px;
    background: #fff url(../images/header_bg.gif) top left repeat-x;
    padding: 0px;
    margin: 0px;
}

.logo {
    width: 306px;
    height: 68px;
    background: #fff url(../images/logo.gif) top left no-repeat;
    float: left;
    margin: 0px;
    padding: 0px;
}
.login {
	width: 220px;
	height: 110px;
    float: right;
	border: 1px #bfbfbf dotted;	
    
}
.login_fieldbox {
	width: 200px;
	float: left;
}
.login_fieldbox_btn {
	width: 200px;
	padding-left: 37px;
	float: left;
}
.login_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
    color: #505e69;
	margin-bottom: 5px;
}
.login_textfield {
	width: 55px;
	size: 15px;
	float: left;
}
.login_item {
	float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #505e69;
	margin-right: 5px;
}
.login_btn {
	width: 85px;
	height: 20px;
    background: #505e69;
	border: 1px solid #000;
    color: #fff;
}
#main_content_holder {
    width: 780px;
    background: #fff;
    padding: 0px;
    margin: 0px;

}


#rightbox_holder1 {
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;	
	margin: 0px;
}
.rightbox_title1 {
	font-size: 12px;
	font-weight: bold;
	color: #e5e4ea;
	height: 14px;
	width: 209px;
	background: #505e69;
	padding: 3px;
}
.rightbox_content1 {
	color: #333333;
	background: #fff;
	padding: 0px;
}
.btn_login {
	width: 60px;
	height: 70px;
	color: #e5e4ea;
	background: #505e69;
	margin-top: 14px;
	font-weight: bold;
}
.welkom_login {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
    color: #505e69;
} 

/*----------- leftcontent css ----------*/
#menu_banner_holder {
    width: 780px;
    background: #f5f5f5;
    padding: 0px;
    margin: 0px;
}
.menu {
    width: 170px;
    background: #f5f5f5;
    padding: 0px;
    margin: 0px;
    float: left;
    color: #fff;
    border-top: 1px solid #fff;
}
#vertmenu {
    background: #505e69;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 170px;
    padding: 0px;
    margin: 0px;
}
#vertmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertmenu ul li {
    margin: 0px;
    padding: 0px;
}
#vertmenu ul li a {
    font-size: 11px;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 7px 5px 7px 5px;
    text-decoration: none;
    color: #fff;
    width:160px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
    color: #fff;
    background-color: #b60820;
}
.banner {
    width: 600px;
    height: 205px;
    background: #fff url(../images/banner.jpg) no-repeat;
    padding: 0px;
    margin: 0px;
    float: right;
    border: 1px #e3e3e3 solid;
}
#searchbox {
    width: 165;
    height: 45px;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    background: #e3e3e3;
    margin: 5px 0px 0px 0px;
}
/*----------- TESTS css ----------*/

#links {
    margin: 0px;
    padding: 10px 0 0 0;
border: 1px red solid;
}
/*
#links{
    width: 200px;
    list-style-type: none;
    padding: 10px 0 0 0;
}
*/
#links ul{
    list-style-type: none;
    border-top: 1px solid #222;
}

#links ul li{
    margin: 0px;
    padding: 0px;
    display: inline;
}

#links a{
    text-decoration: none;
    display: block;
    padding: 3px 20px 3px 10px;
    border-bottom: 1px solid #222;
}

#linklist {
    margin: 0px;
    padding: 0px;
}

#linklist a {
    color:#fff;
    background:#505e69; 
}
#linklist a:visited {
    color:#fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
#linklist a:hover{
    background:#b60820;
    color:#191919;
}

/*----------- leftcontent css ----------*/
#leftcontent {
    width: 155px;
    float: left;
    margin-top: 10px;
}

#cat_holder {
    width: 163px;
    margin-bottom: 10px;
    padding: 0px;
    float: left;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1f73b5;
    background: #fff;
}
.cat_title {
    width: 150px;
    height: 20px;
    background: #fff url(../images/cat_title_bg.gif) no-repeat top left;
    float: left;
    padding-top: 7px;
    padding-left: 15px;
    
    font-size: 14px;
    font-weight: bold;
    color: #a59f01;
    border-bottom: 1px #a59f01 solid;

}
.cat_content {
    width: 153px;
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    float: left;
    padding: 5px;
}
.cat_item_main {
    font-weight: bold;
}
.cat_item_sub {
    padding-left: 10px;
    color: darkred;
}
.cat_foot {
    width: 167px;
    height: 28px;
    background: #fff url(../images/cat_foot_bg.gif) no-repeat bottom left;
    float: left;
    margin-bottom: 10px;
    padding: 0px;
}
#contact_info {
    width: 150px;
    background: #fff;
    padding: 10px 0px 10px 15px;
    border: 1px #ccc solid;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #505e69;
}
/*----------- rightcontent css ----------*/

#rightcontent {
    width: 610px;
    background: #fff;
    float: right;
    padding: 0px;
    margin-top: 10px;
    margin-left: 3px;
}
.page_title {
    width: 596px;
	min-height: 15px;

    background: #8EB0D0;
    padding: 5px;
    margin-left: 3px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.page_content {
    width: 600px;
    padding-left: 5px;
	padding-top: 5px;
    margin: 0px;
}
#product_info_holder {
    width: 270px;
    height: 101px;
    background: #fff url(../images/product_bg.png) top left no-repeat;
    padding: 10px;
    margin: 3px;
    float: left;

}
#product_list_holder {
    width: 290px;
    height: 55px;
    background: #fff url(../images/product_titel_bg.png) top left no-repeat;
	padding-top: 20px;
    margin-right: 5px;
    margin-left: 2px;	
	margin-bottom: -5px;
    float: left;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #505e69;
	text-align: center;
}
.product_img {
	max-height: 93px;
	max-width: 97px;
    padding: 0px;
    margin-right: 5px;
    float: left;
}
#product_info {
    width: 160px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.product_naam {
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    color: #505e69;
    float: left;
    margin-bottom: 5px;
}
.product_info {
    font-size: 12px;
    color: #505e69;
    float: left;
    margin-bottom: 10px;
	width: 150px;
}
.product_prijs {
    font-size: 12px;
    color: #505e69;
    float: left;
    margin-right: 5px;
    padding-left: 70px;
}
.product_prijs1 {
    font-size: 13px;
    font-weight: bold;
    color: #1C71B6;
    
}
.product_bestel_btn {
    width: 35px;
    text-align: center;
    color: #fff;
    background: #505E69;
    border: 1px #505E69 solid;
    margin-right: 5px;
    margin-top: 5px;
    padding: 1px;
    float: right;
}
.product_meerinfo_btn {
    width: 35px;
    text-align: center;
    color: #505E69;
    background: #CFCB59;
    border: 1px #505E69 solid;
    margin-top: 5px;
    padding: 1px;
    float: right;
}
/*----------- footer css ----------*/

#footer {
    width: 780px;
    background: #333;
    margin-top: 10px;
    padding: 0px;
}

.footertext {
    width: 760px;
    color: #fff;
    padding: 10px;
    text-align: center;
}

