/*
Theme Name: La Salute
Theme URI: http://lasalute.nl/
Description: La Salute Thema door D-Block
Version: 1.0
Author: Aphichat Panjamanee
Author URI: http://d-block.nl/
Tags: La Salute, Rotterdam Restaurant, Pizzaria, Italiaans eten

	La Salute 1.0
	
*/

/* ====================== settings */
body {
	background: url(images/bg.gif);	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
.clear {
	clear: both;
}
.clear br {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

/* ====================== Tekst styles */
a {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h2 {
	padding-bottom: 20px;
	color: #9D9B4D;
}

/* ====================== boxes */
#header {
	height: 130px;
	width: 900px;
	float: left;
}

#header #stan {
	width: 200px;
	height: 146px;
	position: absolute;
	float: right;
	padding-left: 850px;
	padding-top: 0;
	
}


#container {
	width: 960px;
	background: #DCDCB6;
	margin: 20px auto 0 auto;

}
#left {
	width: 179px;
	height: 526px;
	float: left;
	border-right: 1px solid #000;
}

#content {
	padding: 0px 20px 0 20px;
	float: left;
	width: 560px;
	min-height: 441px;
}
#content p {
	padding: 0 0 10px 0;
}
#content h1 {
	padding-top: 5px;
	padding-bottom: 15px;
	color: #9D9B4D;
}
#content img {
	margin-right: 15px;
}
#footer {
	float: right;
	width: 600px;
	height: 60px;
	padding: 15px 10px 10px 10px;
	font-size: 12px;	
}

#opening {
	text-align: center;
	padding: 10px 0 10px 0;
}

/* ====================== sidebar */

#menu {
	float: left;
	width: 150px;
}
#menu ul {
	list-style: none;
}
#menu ul li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #333;
	color: #000;
}
#menu ul li a:hover {
	padding: 5px;
	color: #FFF;
	border-bottom: 1px solid #333;
	background: #9D9B4D;
}
#menu ul ul, #menu ul ol { /* child*/
	margin: 0px 0 0 15px;
}
#menu ul ul a, #menu ul ol a{ /* child tekst style */
	font-weight: normal;
	color: #9D9B4D;
}


#offerte {
}
#offerte form {
margin: 0 0 20px 0;
}
#offerte ul {
margin: 5px 0 20px 0;
list-style-type: circle;
list-style-position: inside;
}
#offerte b span, #offerte ul span {
color: #9D9B4D;
font-size: 18px;
}
#offerte .textfields {
width: 200px;
}
#offerte #demoleft {
float: left;
width: 250px;
}
#offerte #demoright {
float: left;
width: 250px;
}
#offerte table {
font-size: 11px;
padding: 1px;
margin: 0 0 10px 0;
}
#offerte td {
padding: 3px;
}
#offerte th {
padding: 3px;
text-align: left;
font-weight: normal;
}
#offerte input {
font-size: 11px;
padding: 3px;
}


form.bestellingen input {
padding: 4px;
}
