@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:10px;
}


h1 {
	font-size:20px;
	color:#B50F1B;
	margin:5px 0 12px 5px;
}

h2 {
	font-size:16px;
	color:#B50F1B;
	margin:0 0 10px 0;
	padding:0;
}

select {
	background-color:#B50F1B;
	color:#FFF;
	font-size:12px;
}

input {
	border:1px solid #DDD;
	font-size:12px;
	color:#B50F1B;
}

textarea {
	border:1px solid #DDD;
	font-size:12px;
	color:#B50F1B;
}

a:link, a:visited
{
	text-decoration: underline;
	color:#B50F1B;
}	

a:hover, a:active
{
	text-decoration: none;
	color:#B50F1B;
}

.link1 a:link, .link1 a:visited
{
	text-decoration: none;
	background-color:#B50F1B;
	color:#FFF;
	padding:5px;
}	

.link1 a:hover, .link1 a:active
{
	text-decoration: none;
	background-color:#333;
	color:#FFF;
	padding:5px;
}

/* ====================================== opbouw van de website in div's ===============================================*/

#maindiv {
 	width:856px;
	margin:auto;
}

#bg_links {
	background:url(images/bg_links.jpg) repeat-y left top;
}

#bg_links_bottom {
	background:url(images/bg_links_bottom.jpg) no-repeat left top;
	height:105px;
}

#bg_rechts {
	background:url(images/bg_rechts.jpg) repeat-y left top;
	padding:5px 25px;
	line-height:20px;
}

#footer {
	background:url(images/bg_rechts_bottom.jpg) no-repeat right top;
	padding:15px 0 10px 0;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer li {
	display:inline;
	padding-left:30px;
	list-style:none;
	font-size:11px;
	font-weight:bold;	
}

#nieuws {
	color:#DDD;
	padding:14px;
	font-size:10px;
}

#nieuws a {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}



/* headers */

#header {
	background:url(images/header.jpg) no-repeat left top;
	height:334px;
}

#header_tegels {
	background:url(images/header_tegels.jpg) no-repeat left top;
	height:334px;
}

#header_pvc {
	background:url(images/header_pvc.jpg) no-repeat left top;
	height:334px;
}

#header_vloer {
	background:url(images/header_vloer.jpg) no-repeat left top;
	height:334px;
}

#header_badkamer {
	background:url(images/header_badkamer.jpg) no-repeat left top;
	height:334px;
}

#header_showroom {
	background:url(images/header_showroom.jpg) no-repeat left top;
	height:334px;
}



/* menu (opgeroepen met cms2 module) */

#bg_menu {
	padding-left:6px;
}

#bg_menu ul {
	margin:0;
	padding:0;
}

#bg_menu li {
	display: inline; 
	list-style:none;
}


#bg_menu li a {
	color: #FFF;
	text-decoration: none;
	float: left;	
	font-weight:bold;
	background:url(images/bg_menu.jpg) no-repeat left top;
	display:block;
	height:24px;
	width:175px;
	padding:7px 0 0 15px;
}	

#bg_menu li a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	background:url(images/bg_menu_over.jpg) no-repeat left top;
	display:block;
	height:24px;
	padding:7px 0 0 15px;
}


#bg_menu li.submenu a {
	color: #FFF;
	text-decoration: none;
	float: left;	
	font-weight:normal;
	background:url(images/bg_menu_over.jpg) no-repeat left top;
	display:block;
	height:18px;
	width:165px;
	padding:4px 0 1px 25px;
}

#bg_menu li.submenu a:hover {
	color: #FFF;
	text-decoration: none;
	float: left;	
	font-weight:bold;
	display:block;
	height:18px;
	width:165px;
	padding:4px 0 1px 25px;
}


