@charset "UTF-8";

/* Developed by Hotspot Design */
/* Website: http://www.hotspotdesign.nl */


* {
	margin: 0;
	padding: 0;
}


/* ===== Miscellaneous classes for reuse ============================== */
/* ---- oranje: #ff5a00 ------- */
/* ---- grijs: #9a9b9d ---cool gray2 =#d6d6d4---- */

#clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}





/* ===== standard styles ============================== */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:url(../_images/bg_pattern.jpg) #666666;
	color: #000000;
	font-family: Trebuchet ms, Verdana, Arial, Helvetica, sans-serif; /* ook in css van floatbox aanpassen indien nodig */
}

#bg_wrapper {
	width: 760px;
	height:100%;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom:45px;
}

#container {
	width: 730px;
	min-height:500px;
	text-align: left;
	padding:15px;
	background-color:#FFFFFF;
}


#header {
	height: 60px;
	background:url(../_images/logo_hotspotdesign.gif) no-repeat

}

.color_orange {
	color:#ff5a00;
}

#color_orange {
	color:#ff5a00;
}

#browsermelding {
	display:none;
	position:absolute;
	top:10px;
	width:760px;
	text-align:center;
	color:#FF0000;
	font-size:15px;
	padding-bottom:5px;
}






/* ===== #menu styles ============================== */

#menu_area {
	float:left;
	width:730px;
	height:60px;
	text-align:right;
	font-size:11px;
	letter-spacing:1px;
	color:#9a9b9d;
}

#menu_area a {
	color:#9a9b9d;
	text-decoration:none;
}

#menu_area a:hover {
	color:#ff5a00;
	text-decoration:none;
}


/* -- div van menu item -- */
#contact_area,
#shop_area,
#tarieven_area,
#portfolio_area,
#diensten_area,
#hotspot_area,
#home_area {
	float:right;
	padding-top:40px;
}

/* -- div van menu item als menu item actief is -- */
.menu_area_active {
	background-color:#ff5a00;
	color:#FFFFFF;
}

.menu_area_active_contact {
	padding-right:7px;
	background-color:#ff5a00;
	color:#FFFFFF;
}


/* -- menu items in stasis -- */
#menu_shop,
#menu_shop_active,
#menu_tarieven,
#menu_tarieven_active,
#menu_portfolio,
#menu_portfolio_active,
#menu_diensten,
#menu_diensten_active,
#menu_hotspot,
#menu_hotspot_active,
#menu_home,
#menu_home_active {
	height:20px;
	padding-left:7px;
	padding-right:7px;
}

#menu_contact {
	height:20px;
	padding-left:7px;
}


/* -- menu items in hover -- */
#menu_shop:hover,
#menu_tarieven:hover,
#menu_portfolio:hover,
#menu_diensten:hover,
#menu_hotspot:hover,
#menu_home:hover  {
	color:#ff5a00; 
	cursor:pointer;
}


/* -- menu item actief in hover -- */
#menu_shop_active:hover,
#menu_tarieven_active:hover,
#menu_portfolio_active:hover,
#menu_diensten_active:hover,
#menu_hotspot_active:hover,
#menu_home_active:hover {
	color:#FFFFFF;  /* heirdoor hovert ook actief menu item...oplossing.... */
	cursor:pointer;
}

.menu_spacer {
	float:right;
	width:1px;
	height:11px;
	margin-top:42px;
	background:#9a9b9d;
}


/* ----- #submenu styles ------------------------------ */

#submenu_container {
	float:right;
	position:relative;
	width:730px;
	height:25px;
	overflow:hidden;
}

#submenu_hotspot,
#submenu_diensten,
#submenu_portfolio,
#submenu_shop {
	position:absolute;
	top:-23px;
	right:0px;
	height:18px;
	padding: 5px 10px 0px 10px;
	text-decoration:none;
	background-color:#ff5a00;
	filter: alpha(opacity=60);  /* tbv IE */
	opacity: 0.6; /* tbv Safari, FireFox, Opera */
	-moz-opacity: 0.6; /* tbv mozilla (netscape nav) browsers */
}

#submenu_hotspot li,
#submenu_diensten li,
#submenu_portfolio li,
#submenu_shop li {
	float:left;
	list-style:none;
}

#submenu_hotspot li a,
#submenu_diensten li a,
#submenu_portfolio li a,
#submenu_shop li a {
	color:#FFFFFF;
}

#submenu_hotspot li a:hover,
#submenu_diensten li a:hover,
#submenu_portfolio li a:hover,
#submenu_shop li a:hover {
	color:#FFFFFF;
	border-bottom:#FFFFFF thin dotted;
	cursor:pointer;
}

.submenu_spacer {
	float:left;
	width:1px;
	height:11px;
	background-color:#FFFFFF;
	margin-top:1px;
	margin-left:8px;
	margin-right:8px;
}





/* ===== #main content styles ============================== */

#main_content_wrapper {
	min-height:500px !important;
	color:#9a9b9d;
	text-align:left;
	font-size:11px;
	letter-spacing:1px;
	word-spacing:1px;
	line-height:18px;
	border-top:#ff5a00 1px dotted;
	border-bottom:#ff5a00 1px dotted;
	padding-bottom:10px;
}

#main_content {
	padding:20px 14px 20px 14px;
}

img.intekst {
	float:right;
	background-color:#E9E9E9;
	border:#d6d6d4 1px solid;
	padding:5px;
	margin-left:10px;
}

#main_content_portfolio {
	padding:20px 1px 20px 1px;
}


h1 {
	font-size: 13px;
	padding-bottom:5px;
	color:#ff5a00;
}

h2 {
	font-size: 12px;
	padding-top:1px;
	padding-bottom:2px;
}

h4 {  /*----- idem h2 maar geen padding onder ------*/
	font-size: 12px;
	padding-top:1px;
}


h3 {
	font-size: 11px;
	font-weight:bold;
}

h10 {   /*----- is titel van slidervlak ------*/
	font-size:11px;
	color:#FFFFFF;	
}

p {
	padding-top:3px;
	padding-bottom:15px;
}

p a {
	color:#ff5a00;
	text-decoration:none;
}

p a:hover {
	border-bottom:#ff5a00 thin dotted;
}

p.quote {
	font-size:13px;
	font-style:italic;
	color:#ff8340;
	line-height:20px;
	padding-top:10px;
}

p.small {
	font-size:9px;
	font-style:italic;
}

.textarea_left {
	float:left;
	width:325px;
	padding-right:24px;
	border-right: #CCCCCC thin dotted;
}

.textarea_right {
	float:left;
	width:325px;
	padding-left:24px;
}

.textarea_bottom {
	margin: 24px 0px 24px 0px;
	border-top: #CCCCCC thin dotted;
	padding-top:24px;

}


/* ===== #Laatste projecten styles ============================== */

.wrapper_laatsteprojecten_area {
	float:left;
	width:165px;
}

.wrapper_laatsteprojecten_area p {
	padding-top:0px;
	padding-bottom:5px;
}

.wrapper_border_laatsteprojecten {
	float:left;
	background-color:#E9E9E9;
	border:#d6d6d4 1px solid;
	margin-bottom:5px;
}

.wrapper_laatsteprojecten {
	position:relative;
	overflow:hidden;
	width:153px;
	height:120px;
	background-color:#666666;
	color:#FFFFFF;
	margin:5px;
	border:#9a9b9d 1px solid;
}

.projecten_spacer {
	float:left;
	width:12px;
	height:50px;
}

.link_to_portfolio {
	border-top: #ff5a00 thin dotted;
	font-size:9px;
}

.link_to_portfolio a {
	float:right;
	display:block;
	background-color:#ff5a00;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 4px;
}

/* ===== #portfolio styles ============================== */

.wrapper_border {
	float:left;
	background-color:#E9E9E9;
	border:#d6d6d4 1px solid;
	margin:5px;
}

.wrapper_border:hover {
	border:#ff5a00 1px solid;
}

.wrapper_website {
	position:relative;
	overflow:hidden;
	float:left; /* kan weg */
	width:158px;
	height:120px;
	background-color:#666666;
	color:#FFFFFF;
	margin:5px;
	border:#9a9b9d 1px solid;
}

.wrapper_banner {
	position:relative;
	overflow:hidden;
	float:left;
	width:121px;
	height:121px;
	background-color:#666666;
	color:#FFFFFF;
	margin:5px;
	border:#9a9b9d 1px solid;
}

img {
	border:0px; /* tbv FireFox ivm blue link kader */
}


.info_slider {
	position:absolute;
	bottom:-25px;
	left:0px;
	width:172px;
	height:25px;
	background-color:#ff5a00;
	filter: alpha(opacity=90);  /* tbv IE */
	opacity: 0.9; /* tbv Safari, FireFox, Opera */
	-moz-opacity: 0.9; /* tbv mozilla (netscape nav) browsers */
}

.info_slider h10 {
	font-size:11px;
	padding-left:7px;
	padding-top:5px;
}


/* ===== #input-field styles ============================== */
#contact_form {
width:300px;
}

.tekstveld {
	width:230px;
	margin-top:5px;
	margin-left:10px;
	border:#f3f4f4 1px solid;
	background-color:#fff4ec;
/*	background-color:#ededee;*/
}

.tekstveld:hover {
	border:#ff5a00 1px solid;
}

input,
textarea {
	font-weight: normal;
	color: #ff5a00;
}

.knop_verstuur {
	border:none;
	color:#9a9b9d;
	font-size:11px;
	letter-spacing:1px;
	background-color:#FFFFFF;
	cursor:pointer;
	margin-top:5px;
	margin-left:10px;
}

.knop_verstuur:hover{
	color:#ff5a00;
}