/* @override 
	http://vanrenswoude.loc/css/style.css
	http://www.vanrenswoude.nl/assets/templates/vrw/css/style.css
	http://vanrenswoude.all-reits.nl/assets/templates/vrw/css/style.css
	http://www.vanrenswoude.all-reits.nl/assets/templates/vrw/css/style.css
	http://www.vrmbv.nl/assets/templates/vrw/css/style.css
*/

a img {
	border-style: none;
	border-width: 0;
}

.B_crumbBox {
	margin-left: 10px;
	font-size: 0.7em;
	float: right;
}

body {
	text-align: center;
	color: #272727;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: black;
}

*{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-variant: small-caps;
	font-weight: 500;
}

#content h1, #content h2 {
	margin-left: 10px;
}
h1, h2, h3 {
	margin-bottom: 0.3px;
}
p {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#cont {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#cont h1 {
	margin-left: 0;
}

ul li {
	list-style-type: none;
}
#content ul {
	margin-bottom: 1em;
}

ul#mod_gall {
	overflow: auto;
}
#content ul li {
	list-style-type: circle;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 15px;
}
#content ul.image_list li {
	list-style-type: none;
	float: left;
	background: url(../images/thumb_schaduw.png) no-repeat;
	width: 220px;
	height: 220px;
	margin-left: 18px;
}
#content ul.image_list li a.gall img {
	
	width: 190px;
	height: 190px;
	padding-left: 10px;
	padding-top: 10px;
}

#content a {
	color: #e10c07;
}


#header, #content, #footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* @group header */

#header_container {
	background: black url(../images/header_bg.gif) repeat-x;
}

#header_top {
	height: 88px;
	text-align: left;
}
#logo {
	padding-top: 5px;
	float: left;
}
#kartel {
	height: 12px;
	width: 438px;
	background: url(../images/kartel_top.gif) repeat-x;
	float: right;
	position: relative;
	top: 77px;
}
#header {
	background: url(../images/header.jpg) no-repeat 0 88px;
}
#header_main {
	height: 241px;
	width: 100%;
	
}

/* @group Menubalk */
#header_nav {
	height: 66px;
	width: 100%;
	text-align: left;
	background: url(../images/menu.gif) -1px;
}
ul.nav {
	display: table;
	position: relative;
}
ul.nav li {
	display: table-cell;
	float: left;
	position: relative;
}
ul.nav li.root.selected {
	background: url(../images/menu_sel.gif) no-repeat center 0;
}
ul.nav a {
	position: relative;
	display: block;
	color: white;
	text-decoration: none;
	padding: 8px 25px 23px;
	font: small-caps 26px "Century Gothic", "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
}
ul.nav li.root.selected a:hover {
	background-image: none;
}
ul.nav li.root a:hover {
	background: url(../images/menu_over.gif) no-repeat center 8px;
}
ul.dropdown {
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}
ul.dropdown li {
	float: none;
	position: relative;
	list-style: none;
	display: block;
	border-bottom: 1px solid #5b5a5b;	
}
li.root.selected ul.dropdown li a, ul.dropdown li a {
	display: block;
	font-size: 1em;
	font-variant: normal;
	padding: 8px 25px 8px 10px;
	background: black;
}
ul.dropdown li a {
	display: block;
	position: relative;
	float: none;
	height: 24px;
	width: auto;
}
li.root.selected ul.dropdown li a:hover, li.root ul.dropdown li a:hover {
	background: url(../images/footer_bg.gif) repeat-x 0 -12px;
}
/* @end */


/* @group Content */

#content_container {
	overflow: auto;
	height: 100%;
	background-color: white;
	padding-bottom: 25px;
}

#content {
	text-align: left;

}
#left_col {
	width: 491px;
	float: left;
	padding: 10px;
}
#right_col {
	border-left: 1px dotted #b9b9b9;
	width: 420px;
	float: right;
	padding: 10px;
}
#content #mod_gall li {
	float: left;
	list-style-type: none;
}


#submenu {
	border-left: 1px dotted #b9b9b9;
	width: 420px;
	float: right;
	text-indent: 25px;
	padding: 0 10px 10px;
}
#content #submenu li {
	list-style-type: none;	
	background: url(../images/submenu.png) no-repeat -7px 7px;

}
#submenu ul li a {
	text-decoration: none;
	color: #474747;
	font: small-caps 22px/1.5em "Century Gothic", "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
}

#submenu ul li.active a {
	font-weight: bold;
	color: #e10c07;
}

#slides {
	float: right;
	background: url(../images/gallery_bg.png) no-repeat;
	width: 420px;
	height: 295px;
	padding-top: 5px;
	padding-left: 7px;
}
#slides img {
	width: 400px;
	height: 275px;
	padding-left: 0;
	margin-left: 0;
	position: absolute;
	left: -10px;
}
.clearfix {  
    clear: both;  
}

/* @end */
/* @group Footer */
#content_footer {
	position: relative;
	bottom: 0;
	width: 100%;
	color: white;
	font-size: 12px;
	background: black url(../images/footer_bg.gif) repeat-x 0 -4px;
	text-align: left;
}
#footer {
	background: url(../images/footer_tand.gif) repeat-x -18px -4px;
	padding-top: 13px;
}

#nav_footer {
	height: 35px;
	line-height: 32px;
}


#address {
	text-align: left;
	float: right;
	padding-right: 150px;
	margin-top: 15px;
	background: url(../images/metaalunie.gif) no-repeat right 1px;
	padding-bottom: 15px;
	color: #f1f1f1;
}


#copy {
	float: left;
	margin-top: 15px;
}
#content_footer a {
	color: gray;
	text-decoration: none;
	font-size: 0.9em;
}

#nav_footer li {
	display: inline;
	padding-right: 4px;
	border-right: 2px solid #aaa;
	padding-left: 2px;
}
#nav_footer li.last {
	padding-right: 7px;
	border-right-style: none;
}


/* @end */
#EmailForm fieldset {
	width: 620px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

form#EmailForm {
}
#EmailForm fieldset label {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

input.text, textarea#cfMessage {
	width: 350px;
	padding: 3px;
	float: right;
}
select#cfRegarding, input#cfContact.button {
	float: right;
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
}





