/* General Styling */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #6b6b6b;
	background: url(../img/bg.jpg) top repeat-x #e4f2f7;
	margin: 40px 0px 40px 0px;
	line-height: 150%;
}
h1 {
	font-size: 24px;
	color: #7fc8dc;
	font-weight: normal;
	padding-bottom: 5px;
}
span {
	color: #4db7d2;
	font-weight: bold;
}
p
{
	margin-bottom: 15px;
	word-wrap: break-word;
}
img {
	clear: both;
	border: 0px;
}
img.left {
	float: left;
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
a, a:active, a:hover, a:visited
{
	color: #4db7d2;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Div Containers */
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: auto;
	margin: 0 auto;
	text-align: left;
	width: 680px;
	border: 10px solid #ffffff;
	background: url(../img/header_bg.gif) no-repeat top #c9e4ef;
}
#content {
	margin-top: 131px;
	margin-left: 8px;
	margin-right: 8px
}
#left {
	width: 175px;
	float: left;
	margin-right: 8px;
}
#right {
	float: left;
	width: 480px;
}
#box_main {

}

/* Menu Styling */
#box_menu {
	
}
#box_menu ul {
	padding-left: 8px;
	padding-right: 8px;
	list-style: none;
}
#box_menu a, #box_menu a:visited, #box_menu a:active {
	color: #4db7d2;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#box_menu a:hover {
	text-decoration: underline;
}
#box_menu ul
{
	list-style: none;
	margin: 0px;
}
#box_menu ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px #CCCCCC;
	border-bottom-style: dashed;
	padding-left: 10px;
	background: url(../img/arrow.gif) left no-repeat;
}
.box_menu_content {
	background: #ffffff;
}
#box_address {
	color: #4db7d2;
}
.box_main_content {
	background-color: #ffffff;
	padding: 6px 13px 6px 13px;
}
.box_top {
	height: 5px;
	font-size: 1px;
	background-color: #ffffff;
}
.box_top_left {
	float: left;
	height: 5px;
	line-height: 5px;
	width: 5px;
	background: url(../img/border_bg.gif) left top no-repeat;
}
.box_top_right {
	float: right;
	height: 5px;
	line-height: 5px;
	width: 5px;
	background: url(../img/border_bg.gif) right top no-repeat;
}
.box_content {
	background: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}
.box_bottom {
	height: 5px;
	font-size: 1px;
	background-color: #ffffff;
	margin-bottom: 8px;
}
.box_bottom_left {
	float: left;
	height: 5px;
	line-height: 5px;
	width: 5px;
	background: url(../img/border_bg.gif) left bottom no-repeat;
}
.box_bottom_right {
	float: right;
	height: 5px;
	line-height: 5px;
	width: 5px;
	background: url(../img/border_bg.gif) right bottom no-repeat;
}

/* Prijslijst */
div.left {
	float: left;
	width: 350px;
}
div.right {
	float: right;
	width: 50px;
	text-align: right;
}
div.prijsheader {
	background-color: #4db7d2;
	color: #FFFFFF;
	padding: 2px;
}
div.prijs1 {
	clear: both;
	heigth: 20px;
	background-color: #ffffff;
	padding: 1px;
}
div.prijs2 {
	clear: both;
	height: 20px;
	background-color: #c9e4ef;
	padding: 1px;
}

/* UL Styling */
ul
{
	word-wrap: break-word;
	list-style: none;
	margin-bottom: 15px;
}
ul li
{
	word-wrap: break-word;
	padding-left: 10px;
	background: url(../img/arrow2.gif) left top no-repeat;
}

/* Form Styling */
label {
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}

input, textarea {
	padding: 2px;
	font-family: Tahoma;
	font-size: 12px;
	color: #6b6b6b;
	margin-bottom: 1px;
	border: 1px solid #4db7d2;
}
.submit
{
	background: #4db7d2;
	color: #ffffff;
}