@charset "utf-8";
/* CSS Document */ 

/* algemeen */
html {
	overflow-y: scroll;
}
	
body {
	background-color: #ededed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0;
	color: #666;	
}

h1 {
	color: #666;
	font-size: 16px;
	line-height: 16px;
}

h2 {
	color: #F00;
	font-size: 14px;
	line-height: 14px;
}


/* container */
.extern_product {
    background-color: #FF0000;
    float: right;
    height: 499px;
    line-height: 60px;
    margin: 228px 104px 0 0;
    width: 120px;
}

.container {
    background-color: #FFF;
    margin: 0 auto;
    text-align: left;
    width: 952px;
	min-height: 951px;
}


/* header */
.header {
	float: left;
	width: 931px;
	height: 208px;
	margin: 10px 10px 5px 10px;
	background-image: url(../images/header.jpg);
}

.header .right_top {
    float: right;
    height: 26px;
    margin-right: 134px;
    margin-top: 75px;
    width: 125px;
}
	
.header .right_top img {
	border: 0px;
}

.header .right_bottom {
    clear: right;
    float: right;
    height: 35px;
    margin-right: 7px;
    margin-top: 74px;
    width: 180px;
}

.header .right_bottom .text {
	float: right;
	width: 128px;
}

.header .right_bottom .text a {
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-decoration:none;
}

.header .right_bottom .img {
	width: 32px;
	float: right;	
	border: 0px;
}

.header .right_bottom .img_tekst {
	float: right;	
    margin-right: -19px;
    margin-top: -17px;
    text-align: right;
    width: 19px;
	font-weight: bold;
	font-size: 15px;
	color: #1F5C58;
}



/* menu */
.menu1 {
	clear: left;	
    background: url(../images/cats_menu.jpg) no-repeat;
    float: left;
    height: 141px;
    margin: 25px 5px 8px 10px;
    padding-left: 5px;
    width: 228px;
}

.menu1 a {
	line-height: 20px;
	color: #666;
	text-decoration: none;
}

.menu1 a:hover {
	color: #1F5C58;
}

.menu2 {
	clear: left;
    background: url(../images/cats_menu_2.jpg) no-repeat;
    float: left;
    height: 320px;
    margin: 5px 5px 5px 10px;
    padding-left: 5px;
    width: 228px;
}
.menu2 a {
	line-height: 20px;
	color: #666;
	text-decoration: none;
}

.menu2 a:hover {
	color: #1F5C58;
}

#cats_header_tekst {
	color: #FFF;
	font-size: 20px;
    padding-left: 44px;
    padding-top: 4px;
}

#text {
	color: #000;
	font-size: 14px;
    padding-left: 5px;
    padding-top: 9px;	
}

/* content */
.content {
    border: 1px solid #C5C5C5;
    color: #000000;
    float: right;
    height: 479px;
    margin: 5px 11px 5px 4px;
    overflow: auto;
    padding: 5px;
    width: 677px;
}

.content a {
	text-decoration: none;
	color: #000;
}

.cats_container {
	text-align: center;
	float: left;
    background: url(../images/product_overzicht.jpg) no-repeat;
    height: 206px;
    width: 289px;
	margin: 12px 20px 10px 20px;
}

h0 {
	color: #1f5c58;
	font-size: 25px;
	line-height: 15px;
}

h1 {
	color: #1f5c58;
	font-size: 15px;
	line-height: 10px;
}

h2 {
	color: #1f5c58;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	max-width: 280px;
}

.products_container {
	text-align: center;
	float: left;
    background: url(../images/product_achtergrond.png) no-repeat;
    height: 452px;
    width: 621px;
	margin: 12px 20px 10px 20px;
}

.products_container .left {
    float: left;
    height: 415px;
    margin: 15px;
    width: 426px;
}

.products_container .right {
    float: left;
    height: 440px;
    margin: 15px 15px 15px 23px;
    width: 120px;
}

.products_container .right img {
	border: #1F5C58 1px solid;
}


.products_container .left h1 {
	color: #1f5c58;
	font-size: 15px;
	line-height: 10px;
}

.products_container .left h2 {
    color: #1F5C58;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
	max-width: 430px;
}

.products_container .left p {
    color: #1F5C58;
    font-size: 10px;
	text-align: justify;
}

.img {
	border: #1F5C58 1px solid;
	width: 124px;
}

.img_product {
	max-width: 250px;
}


#totaal_price {
	float:right; 
	margin-right:30px; 
	margin-top:10px;
}

#buy_now {
	float: right; 
	margin-right:30px; 
	margin-top:10px;
	border: 0px;
}

#buy_now img {
	border: 0px;
}


/* footer */
.footer {
	background: url(../images/footer.jpg) top repeat-x;
	float: left;
	width: 927px;
	height: 208px;
	margin: 5px 10px 10px 10px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.footer span {
	top: 30px;
	color: #000000;
}
