@charset "utf-8";
/* CSS Document */
* {
padding: 0;
margin: 0;
}

body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #500011;
background: url('http://www.okarestaurant.nl/images/outlay/body.bkgr.gif');
}

h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
}

a {
color: #500011;
}

a:hover {
color: red;
}

ul {
list-style: inside;
}

.boxTitle {
background: url('http://www.okarestaurant.nl/images/outlay/contpage.title.bkgr.jpg') no-repeat;
vertical-align: top;
}

	.boxTitle h1 {
	height: 45px;
	padding: 20px 0 0 70px;
	font-size: 20px;
	background: url('http://www.okarestaurant.nl/images/outlay/h1.icon.bkgr.gif') 25px 10px no-repeat;
	}

	.boxTitle img {
	vertical-align: middle;
	float: right;
	margin: -26px 70px 0 0;
	border: none;
	}

.boxText {
background: url('http://www.okarestaurant.nl/images/outlay/boxtext.header.bkgr.gif') repeat-x;
margin: 10px;
padding: 0 10px 10px 10px;
background-color: #ebdbca;
}

	.boxText h2 {
	margin: 0 0 10px 0;
	padding: 13px 0 0 35px;
	height: 26px;
	font-size: 18px;
	background: url('http://www.okarestaurant.nl/images/outlay/h2.icon.bkgr.gif') 0 3px no-repeat;
	}

	#contSidebar .boxText h2 {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	background: none;
	}

#contRoot {
width: 850px;
margin: 0 auto;
text-align: left;
font-size: 11px;
background-color: #e2ccb5;
background: url('http://www.okarestaurant.nl/images/outlay/controot.bkgr.gif') repeat-y;
}

#contHead {
width: 850px;
height: 297px;
margin: 0 auto;
}

#contRoot #contPage {
margin: 0 10px 0 20px;
}

#contRoot #contPage #contContent {
float: left;
width: 590px;
}

#contRoot #contPage #contSidebar {
float: left;
width: 220px;
}

	#contSidebar .boxText {
	margin: 10px 10px 10px 0;
	}

	#contSidebar input {
	width: 100%;
	margin: 2px;
	border: 1px solid #500011;
	}

	#contSidebar input.button {
	width: 50%;
	background-color: #cb9a71;
	}

	#contSidebar label {
	display: block;
	margin: 5px 0 0 0;
	}

#contRoot #contFoot {
clear: both;
height: 48px;
background: url('http://www.okarestaurant.nl/images/outlay/contfoot.bkgr.jpg') no-repeat;
}


