/*
 * Version: $Revision: 1.8 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */

* {
	margin:				0;
	padding:			0;
}


html, body { 
	min-height: 		100%; 
	width: 				100%; 
	height: 			100%;
	background: 		white url(/img/bg.png) top repeat-x;
	margin: 			0; 
	padding:			0; 
}

html>body { 
	height: 			auto;
}


html {
	background: 		white url(/img/bg.png) top repeat-x;
}

	
body {
	background: 		url(/img/containerbg.jpg) top center no-repeat;
	font-family:		Arial, Helvetica, sans-serif;
	height:				100%;
	color:				#2a423c;
	line-height:		1.3em;
	font-size:			0.81em;
	
}


#site {
	width:				990px;
	margin-left: 		auto;
	margin-right: 		auto;
	overflow:			hidden;
	position: 			relative;
}


#header1 {
	width:				990px;
	height:				40px;
	background-color:	#2a423c;
	float:				left;
}

#header2 {
	width:				990px;
	height:				239px;
	background:			none;
	margin:				0;
	padding:			0;
	float:				left;
}

.headerlogo {
	margin:				25px 0 0 30px;
	display:			block;
	width:				252px;
	height:				99px;
	border:				0;
	padding:			0;
}

	
#menubalk {
	height:				40px;
	margin:				0 10px 0 0;
	padding:			0;
	width:				auto;
	text-align:			left;
	float:				right;
}

#content {
	width:				650px;
	height:				auto;
	margin:				20px 0 10px 0;
	padding:			15px 45px;
	background:			none;
	float:				left;
}

#container_rechts {
	width:				250px;
	height:				auto;
	margin:				45px 0 0 0;
	padding:			0;
	background:			none;
	float:				left;
}

#submenu, DIV#Cart, DIV#adres, DIV#Search {
	width:				220px;
	height:				auto;
	margin:				0;
	padding:			15px;
	background:			none;
	float:				left;
}

#footer {
	width:				990px;
	margin:				10px 0 0 0;
	padding:			2px 0 3px 0;
	border-top:			1px #efefef solid;
	text-align:			center;
	float:				left;
}

BUTTON, INPUT.Submit
{
	background-color: #1e4f6a;
	border: 1px solid #2a423c;
	color: white;
}

/* SHOP */
TABLE.ShopTable TD.Item INPUT.Submit
{
	width: 150px;
}

DIV#Cart DIV.ShopCartSummary
{
	text-align:			left;
}

DIV#Cart DIV.ShopCartSummary BUTTON
{
	margin-top: 0px;
}

DIV#Cart DIV.ShopCartSummary BUTTON,
DIV#Cart DIV.ShopCartSummary P,
DIV#Search INPUT.Submit
{
	width: 200px;
}

DIV#Search INPUT
{
	width: 194px;
	margin-bottom: 5px;
}

DIV#Cart DIV.ShopCartSummary H2 A
{
	color: black;
}

DIV.BottomButtons BUTTON,
DIV.BottomButtons INPUT.Button
{
	background-color: #1e4f6a;
	border: 1px solid #2a423c;
	color: white;
	width: 250px;
}