@charset "utf-8";

/* Steenks Service site layout */
html, body {
	background-image: url(../images/bg_site.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #008ac8;
	height: 100%;
	width: 100%;
}

#container {
	position: relative;
	z-index: 0;
	top: 0px;
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

#footer_container {
	position: relative;
	width: 100%;
	height: 22px;
	border-top: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	text-align: center;
	clear: both;
}

#footer {
	position: relative;
	width: 980px;
	margin: 0px auto;
	text-align: left;
	font-size: 9px;
	color: #a6d8ef;
}

#footer_left {
	position: absolute;
	left: 0px;
	width: 400px;
	text-align: left;
}

#footer_right {
	position: absolute;
	right: 0px;
	width: 400px;
	text-align: right;
}

#footer a, #footer a:active, #footer a:visited {
	color: #a6d8ef;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #a6d8ef;
	font-style: normal;
	text-decoration: none;
}

#printheader {
	display: none;
	position: relative;
	width: 100%;
	height: 102px;
	float: left;
}

#header {
	background-image: url(../images/bg_header.gif);
	position: relative;
	width: 980px;
	height: 102px;
	float: left;
	z-index: 4;
}

#main {
	background-image: url(../images/bg_submenu.gif);
	background-color: #FFFFFF;
	position: relative;
	width: 980px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	float: left;
}

#content {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #dbdbdb;
	border-width: 0px 0px 0px 1px;
	position: relative;
	width: 740px;
	height: auto !important;
	height: 680px;
	min-height: 680px;
	float: left;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 19px;
}

#column_left {
	position: relative;
	border-style: solid;
	border-color: #dbdbdb;
	border-width: 1px 0px 0px 0px;
	width: 199px;
	height: 100%;
	float: left;
	z-index: 2;
}

#logo {
	background-image: url(../images/bg_logo.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
	width: 198px;
	height: 80px;
	float: left;
	text-align: center;
	padding-top: 22px;
}

#menu {
	position: relative;
	width: 199px;
	height: 102px;
	float: left;
}

#language {
	position: absolute;
	background-image: url(../images/bg_language.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 9px;
	color: #FFFFFF;
	width: 166px;
	height: 17px;
	left: 630px;
	padding-top: 3px;
	padding-left: 10px;
}

#images {
	position: absolute;
	background-image: url(../images/photobar.gif);
	background-repeat: no-repeat;
	background-position: -25px;
	width: 781px;
	height: 55px;
	top: 20px;
}

#navigatie {
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 781px;
	height: 26px;
	top: 75px;
}

#adres {
	position: absolute;
	background-image: url(../images/bg_adres.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-left: 10px;
	font-size: 10px;
	line-height: 19px;
	width: 189px;
	height: auto;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

strong.adres_title {
	color: #FFFFFF;
}

.blue {
	color: #008ac8;
}

span.adres_gray {
	color: #a5a5a5;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 11px;
}

hr {
	border: 0;
	color: #dbdbdb;
	background-color: #dbdbdb;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	border: none;
}

div#elevencompanynamediv {
	display: none;
}
	

