/* stylesheet voor de content */

/* ---------- ALGEMENE STYLES --------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	background: url(../images/content_bg.gif) repeat-x;
}

/* hyperlinks */
A {
	COLOR: #0a7129;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.hyperlink {
	CURSOR: pointer
}
A:hover {
	TEXT-DECORATION: underline
}

/* hyperlinks */

#wrapper_logo {
	position: absolute;
	left: 0;
	top: 0; 
	width: 185px;
	height: 170px;
	background-image: url(../images/strobbe-logo.gif);
	background-repeat: no-repeat;
}

#wrapper_logo a {
	width: 185px;
	height: 170px;
	display:inline-block;
}
#wrapper_logo a:hover { text-decoration: none; }



.logo {
	height:23px;
	padding-top:37px;
}

.language {
	height: 28px;
	position:absolute;
	right: 30px;
	top: 0px;
	padding-right: 15px;
	border-right: 1px solid #fff;
}

.language a { padding-top: 6px; display: inline-block; }

#menuTop {
	FONT-SIZE: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width: 815px;
	height: 28px;
	float: left;
	margin:0 0 0 190px;
}
#menuTop UL {
	float: left;
	margin: 0px;
	clear: both;
	padding: 0px;
}
#menuTop .menu LI {
	BORDER-RIGHT: #fff 1px solid;
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 15px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	LINE-HEIGHT: 14px;
	LIST-STYLE-TYPE: none;
	height: 28px;
}
#menuTop .menu LI A {
	DISPLAY: block; color: #fff; padding: 6px 0 0; font-size: 12px;	text-transform: uppercase; font-weight: normal; }


#contact { border-bottom: 1px solid #A8A9AD; width: 190px; line-height: 12px; text-align: right; position: absolute; right: 30px; top: 35px; padding: 0 0 7px; } 
#contact a { color: #00AEEF; text-transform: uppercase; font-size: 11px; font-weight: normal; }

/* formulier opmaak */

#form_div {
	margin: 0px;
}
#searchform {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.searchform_input {
	COLOR: #000000;
	HEIGHT: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 3px;
	margin: 0px;
	width: 130px;
	padding-top: 3px;
}
.searchform_button {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #0a7129;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	border: 1px solid #999999;
	height: 22px;
	margin: 0px;
}

.language a { font-weight: normal; font-size: 12px; }
