@charset "utf-8";

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

* html #container { 
height:100%; 
}

	
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
	position:relative;
	height: auto;
	border: 1px none #003366;
	background-image: url(../pics/shadow.png);
	background-repeat: repeat-y;
}


#header {
	height: 120px;
	width: 980px;
	background-image: url(../pics/header.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#profiel_knop {
	padding: 5px;
	float: right;
	height: 20px;
	width: 70px;
	text-align: right;
	margin-top: 90px;
}

#producten_knop {
	padding: 5px;
	float: right;
	height: 20px;
	width: 85px;
	text-align: right;
	margin-top: 90px;
}

#contact_knop {
	padding: 5px;
	float: right;
	height: 20px;
	width: 65px;
	text-align: right;
	margin-top: 90px;
}

#foto_knop {
	float: right;
	height: 20px;
	width: 50px;
	text-align: right;
	margin-top: 90px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content {
	padding-bottom:60px;   /* Height of the footer */
	width: 980px;
	overflow: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	
}

#text {
	width: 850px;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 40px;
	min-height: 300px;
	padding-bottom: 40px;
	height: auto;
	background-color: #FFFFFF;
}

#contact_text_1 {
	width: 280px;
	padding-right: 30px;
	padding-left: 60px;
	padding-top: 40px;
	min-height: 300px;
	padding-bottom: 230px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

#contact_text_2 {
	width: 550px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 95px;
	min-height: 300px;
	padding-bottom: 40px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

#producten_text_1 {
	width: 415px;
	padding-right: 30px;
	padding-left: 60px;
	padding-top: 40px;
	min-height: 300px;
	padding-bottom: 40px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

#producten_text_2 {
	width: 415px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 95px;
	min-height: 300px;
	padding-bottom: 40px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

#middle {
	background-image: url(../pics/background.png);
	width: 980px;
	height: 250px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	position:absolute;
	bottom:0;
	height: 50px;
	width: 945px;
	font-size: 10px;
	clear: both;
	background-image: url(../pics/background.png);
	margin-left: 10px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

body,td,th {
	font-family: Verdana;
	font-size: 13px;
	color: #003366;
	background-color: #FFFFFF;
	background-image: url(../pics/stripes.png);
}


a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #003366;
}

#content a:link {
	color: #003366;
}

#content a:visited {
	color: #003366;
} 

#content a:hover {
	color: #006699;
}

#content a:active {
	color: #003366;
}


#footer a:link {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
} 

#footer a:hover {
	color: #999999;
}

#footer a:active {
	color: #FFFFFF;
}

h1 {
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}


h3 {
	font-size: 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #9CC542;
}

#shadow_top {
	height: 10px;
	width: 100%;
	background-image: url(../pics/shadow_top.png);
	background-repeat: repeat-x;
}


#slideshow{
	width:450px;
	height:250px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#box-nav-slider{
	width:980px;
	height:17px;
	float:right;
	margin-top: -15px;
}

#slideshow-navigation a{
	display:block;
	float:left;
	font-size:0px;
	width:9px;
	height:9px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:2px;
	background-attachment: scroll;
	background-image: url(../pics/slide_navigation.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slideshow-navigation{float:right; padding-right:10px}
#slideshow-navigation .activeSlide {
	background-attachment: scroll;
	background-image: url(../pics/slide_navigation.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.img-slide{
	height: 250px;
	width: 450px;
	text-align: center;
	border: 1px none #0959A6;
	margin-right: auto;
	margin-left: auto;
}
.slidehalf { margin-top:0px; margin-right:20px; float:left;} 
