html {
	color: #222222;
	background: #b2b2b2 url('/style/images/background-body.jpg') repeat-x;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

a {
	color: #669933;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Header */
h1#header {
	margin: 0 auto;
	padding: 0;
	height: 130px;
	width: 750px;
	border: 1px solid #666666;
	background: url('/style/images/background-header.gif') no-repeat;
	cursor: pointer;
}
h1#header span {
	display: none;
}

/* Container */
div#container {
	margin: 0px auto;
	padding: 0;
	width: 750px;
	color: inherit;
	background-color: #ffffff;
	border-top: 4px solid #669933;
	border-right: 1px solid #666666;
	border-bottom: 4px solid #669933;
	border-left: 1px solid #666666;
}

/* Menu */
ul#menu {
	margin: 5px;
	padding: 0px;
	width: 180px;
	border-top: 1px solid #666666;
	list-style-type: none;
}
ul#menu li {
	padding: 3px;
	display: block;
	border-top: 0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
}
ul#menu li.odd {
	color: inherit;
	background-color: #eeeeee;
}
ul#menu li.even {
	color: inherit;
	background-color: #dddddd;
}
ul#menu li a {
	padding-left: 5px;
	display: block;
}
ul#menu li a:hover {
	padding-left: 10px;
	text-decoration: none;
}
#home #menu_home,
#contact #menu_contact,
#nieuws #menu_nieuws,
#hypotheken #menu_hypotheken,
#taxaties #menu_taxaties,
#levensverzekeringen #menu_levensverzekeringen,
#schadeverzekeringen #menu_schadeverzekeringen,
#financieringen #menu_financieringen,
#pensioenen #menu_pensioenen,
#sparen #menu_sparen,
#beleggen #menu_beleggen {
	font-weight: bold;
	padding-left: 10px;
}

/* SideBar */
#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	text-align: center;
}
#sidebar p {
	text-align: center;
}
#sidebar img {
	border: 0;
}

/* Content */
#content {
	margin: 0 10px 0 191px;
	padding: 10px;
	min-height: 700px;
	border-left: 1px solid #666666;
}

#content h2 {
	margin: 0;
	padding: 4px 0 2px 4px;
	border-bottom: 1px solid #000;
	font-size: 1.5em;
	font-weight: bold;
}
#content h3 {
	margin: 0;
	padding: 4px 0 1px 6px;
	font-size: 1.2em;
}
#content p {
	margin: 0;
	padding: 4px 8px;
	text-align: justify;
}
#content img {
	margin: 10px 5px 5px 10px;
	padding: 2px;
	border: 1px solid #666666;
	float: right;
}
#content address {
	margin: 5px 5px 5px 15px;;
	padding: 5px;
	width: 25em;
	border: 1px solid #666666;
	color: inherit;
	background-color: #eeeeee;
	font-style: normal;
}

#content p.slogan {
	text-align: center;
}
#content p.slogan em { 
	clear: both;
}
#content p.slogan img {
	margin: 5px;
	padding: 0;
	float: none;
}

/* Forms */
form { margin: 0px; padding:0px; }

fieldset { margin: 5px 5px 10px 5px; border: 1px solid #ccc; padding: 15px; }
legend { color: #669933; background-color: inherit; margin: 0px 5px; font-weight: bold; font-size: 110%; }
fieldset.noborder { border: 0px; }

label { float: left; clear: both; width: 200px; text-align: right; padding-right: 5px; margin: 2px 0px; }
label.required { font-weight: bold; }

input { width: 250px; border: 1px solid; border-color: #ccc #666 #666 #ccc; float: left; text-align: left; padding: 1px; margin: 2px 0px; }
input.button { width: 150px; border: 1px solid #ccc; clear: both; margin-left: 10px; text-align: center; }
input.radio, input.checkbox { width: auto; height: auto; }
textarea { width: 250px; height: 150px; border: 1px solid; border-color: #ccc #666 #666 #ccc; }
select, option { font-size: 10px; }

dd {margin: 0px 10px 10px 40px;  padding: 0px; text-indent: 0px; }

/* Footer */
p#footer {
	margin: 0 auto;
	padding: 2px 0;
	width: 750px;
	clear: both;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #666666;
	font-size: 0.9em;
	text-align: center;
}

/* ADVERTS
********************************************************************** */
#sidebar select {
	margin: 1px 5px 1px 5px;
	width: 180px;
	text-align: left;
}
#sidebar iframe {
	margin: 10px 0 0 5px;
	padding: 0;
	width: 150px;
	border: 0;
	text-align: left;
}
#sidebar iframe.high {
	height: 600px;
}
#sidebar iframe.low {
	height: 95px;
}

/* EXTRA
********************************************************************** */
.error {
	color: #ff0000;
	background-color: inherit;
}
.right {
	text-align: right !important;
}
.noborder {
	border: 0;
}
