html, body {
	margin: 0px;
	padding: 0px;
	color: #282828;
	background: url("../img/bg.jpg") repeat-x;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { color: #333; }
a:hover { color: #18252e; }
a:active { color: #18252e; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

/* HEADINGS */

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
	color: #333;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 22px; padding: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

/* CSS */

#container{
	height: auto;
	width: 950px;
	margin: 0 auto;
}

#header{
	height: 305px;
	width: 950px;
	padding-top: 38px;
	padding-left: 32px;
	background: url("../img/header.png") no-repeat;
}

#slider{
	height: 300px;
	width: 661px;
	float: left;
}

#menu{
	height: 300px;
	width: 227px;
	margin-left: 1px;
	float: left;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
}

#menu ul li a {
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: left;
	background: url("../img/button_up.jpg") no-repeat;
}

#menu ul li a:hover{
	color: #fff;
	background: url("../img/button_down.jpg") no-repeat;
}

#menu .active{
	color: #fff;
	background: url("../img/button_down.jpg") no-repeat;
}

#content{
	height: auto;
	width: 889px;
	padding-left: 32px;
	padding-right: 29px;
}

#ouput{
	height: auto;
}

#ouput2{
	height: auto;
	padding: 15px;
}

#welcome{
	height: auto;
	padding: 15px;
}

#left{
	width: 250px;
	float: left;
	border-top: 1px solid #333;
}

#left ul{
	margin: 0px;
	padding: 0px;
}

#left ul li {
	list-style: none;
}

#left ul li a {
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #333;
}

#left ul li a:hover{
	color: gray;
}

#right{
	width: 590px;
	float: right;
	padding: 5px;
}

#blocks{
	margin: 0 auto;
	height: auto;
}

.block{
	height: auto;
	width: 275px;
	float: left;
	margin-left: 16px;
}

.block ul{
	margin: 0px;
	padding: 0px;
}

.block ul li {
	list-style: none;
}

.block ul li a {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #282828;
	text-align: left;
	border-bottom: 1px dotted #282828;
}

.block ul li a:hover{
	color: #606060;
	border-bottom: 1px dotted #606060;
}

.title{
	font-size: 18px;
	font-weight: bold;
	color: #2c3c56;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #606060;
}

#title{
	font-size: 18px;
	font-weight: bold;
	color: #2c3c56;
	margin-bottom: 10px;
}

#text{
	font-size: 12px;
}

#producten{
	margin-top: 20px;
	border: 1px solid #ededed;
}

#producten_titel{
	font-weight: bold;
}

#nieuws_titel{
	font-weight: bold;
}

#footer{
	height: auto;
	width: 100%;
	background: url("../img/footerbg.jpg") repeat-x;
	color: #2c3c56;
	text-align: center;
	clear: both;
}

#copyright{
	height: 65px;
	width: 950px;
	padding-top: 100px;
	margin: 0 auto;
	background: url("../img/copyrightbg.png") repeat-x;
}
