/*
 * donkergroen (tekst): #94bd3b;
 * groen (achtergrond): #ddf36a;
 * lichtgroen (menu): #eaf9b4;
 * rood: #fb331c;
 * 
 */

@font-face {
    font-family: Impact;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/IMPACT0.eot);
}

* {
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	background-color: #ddf36a;
	background-image: url("../images/bodybg.jpg");
	background-position: top;
	background-repeat: repeat-x;
}

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto; 
	min-height: 100%;
}

#wrapper{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#headerfoto{
	margin: 0 auto;
	text-align: center;
	background-color:#fb331c;
}
#headerfoto img{
	border:0;
}

#menu{
	/*
	position: absolute;
	top: 169px;
	*/
	margin-top: 0px;
	padding: 0;
	background-color: #eaf9b4;
	height: 50px;
	border: 1px solid #fb331c;
	text-align: left;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding:0;	
}
#menu li{
	display: block;
	border-right: 1px solid #fb331c;
	float: left;
	height: 35px;
	width: 141px;
	text-align: center;
	padding:15px 0 0 0;
	color: #fb331c;
	font-family: "Impact";
}
#menu li.last{
	width: 146px;
	border-right: 0px;
}
#menu li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fb331c;
}
#menu li a:link{
	text-decoration: none;
}
#menu li a:visited{
	text-decoration: none;
}
#menu li a:hover{
	text-decoration: none;
	color:#94bd3b;
}
#menu li a:active{
	text-decoration: none;
}
#menu li a:visited hover{
	text-decoration: none;
	color:#94bd3b;
}

#menu li a.current{
	color:#94bd3b;
}
#maincontent {
	padding: 20px 20px 104px 20px;
}

#submenu {
	width: 141px;
	height: auto;
	margin: 0 20px 0 -162px;
	border: 1px solid #fb331c;
	float: left;
	background-color: #eaf9b4;
}

#submenu ul{
	list-style: none;
	text-align: center;
	font-family: "Impact";
}
#submenu li{
	display: block;
	border-right: 1px solid #fb331c;
	float: left;
	height: 35px;
	width: 141px;
	text-align: center;
	padding:15px 0 0 0;
	color: #fb331c;
	font-family: "Impact";
}
#submenu li.last{
	width: 146px;
	border-right: 0px;
}
#submenu li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fb331c;
}
#submenu li a:link{
	text-decoration: none;
}
#submenu li a:visited{
	text-decoration: none;
}
#submenu li a:hover{
	text-decoration: none;
	color:#94bd3b;
}
#submenu li a:active{
	text-decoration: none;
}
#submenu li a:visited hover{
	text-decoration: none;
	color:#94bd3b;
}
#submenu li a.current{
	color:#94bd3b;
}
#homeFotoRob{
	position: absolute;
	top: 320px;
	margin: auto auto auto 504px;
}

#prullebak_eigenschappen{
	width: 500px;
	height: 370px;
}
#homePrullenbak{
	float: left;
	width: 310px;
}
#home_eigenschappen {
	float: right;
	width: 180px;
	height: 220px;
	margin: 50px auto auto auto;
}

#home_eigenschappen ul {
	margin-left: 20px;
}

#home_eigenschappen li {
	font-family: Arial;
	font-size: 0.8em;
	list-style-image: url("../images/bullet.gif"); 
}
#home_eigenschappen li.uitzondering {
	font-family: Arial;
	font-size: 0.8em;
	color: #336600;
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px; 
}

#footer {
	position: relative;
	margin-top: -104px; 
	height: 104px;
	clear:both;
	background-image:url("../images/footer.png");
	background-repeat: repeat-x;
}

hr {
	border: 1px solid #fb331c;
}

#theis_logo {
	z-index: 2;
	height: 80px;
	width: 80px;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}

#home_content {
	width: 650px;
	height: 200px;
}

#product_blokken{
	margin: 0;
	padding: 0;
	width: 690px;
}
#product_blokken div{
	width: 320px;
	height: 100px;
	border: 3px solid #fb331c;
	background-color: white;
	margin: 0 0 20px 0;
	padding: 10px 5px 5px 10px;
}
#product_blok_links{
	float: left;
}
#product_blok_rechts{
	float: right;
}
.product_blok_tekst{
	font-family: "Verdana";
	color: black;
	font-size: 10px;
}
#textarea{
	width: 690px;
	float: left;
}

#photobar{
	float: right; 
	width: 220px;
	margin-top: 45px;
	text-align: center;
}

#photobar img {
	border: 5px solid #94bd3b;
	margin-bottom: 30px;
}
.photo{
	height: 320px;
}

h1 {
	font-family: "Impact";
	font-size: 1.2em;
	color: #fb331c;
	font-weight: normal;
	margin-bottom: 20px;
}

p.small {
	font-family: Arial;
	font-size: 0.8em;
	color: #336600;
	margin: -30px 0 20px 0;
	line-height: 1.2em;
}

p {
	font-family: Arial;
	font-size: 0.9em;
	color: #336600;
	margin-bottom: 20px;
	line-height: 1.2em;
}

p a {
	color: #fb331c;
}
p a:link {
	color: #fb331c;
	text-decoration: none;
}
p a:visited {
	color: #fb331c;
	text-decoration: none;
}
p a:hover {
	color: #fb331c;
	text-decoration: underline;
}
p a:active {
	color: #fb331c;
	text-decoration: underline;
}
p.datum {
	font-family: Arial;
	font-style: italic;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	font-family: Tahoma;
	font-size: 0.9em;
	color: #336600;
	margin-bottom: 2px;
	font-weight: bold;
}
h2 a {
	color: #fb331c;
}
h2 a:link {
	color: #fb331c;
	text-decoration: none;
}
h2 a:visited {
	color: #fb331c;
	text-decoration: none;
}
h2 a:hover {
	color: #fb331c;
	text-decoration: underline;
}
h2 a:active {
	color: #fb331c;
	text-decoration: underline;
}

.nieuws_content {
	width: 960px;
}
.nieuws_content img {
	float: right;
	border: 5px solid #94bd3b;
	margin-left: 20px;
}
.contact_content {
	width: 300px;
	float: left;
	margin-right: 20px;
}


.contact_content table {
	width: 320px;
	font-family: Arial;
	font-size: 0.9em;
	color: #336600;
}
.contact_content tr {
	height: 25px;
	margin-right: 10px;
	vertical-align: top;
}
.contact_content p.small {
	font-style: italic;
	font-size: 0.7em;
}
.contact_content iframe {
	border: 1px solid #94bd3b;
	margin-left: 20px;
}

input {
	border: 1px solid #fb331c;
	font-family: Arial;
	font-size: 1em;
	padding: 2px;
}

textarea {
	border: 1px solid #fb331c;
	font-family: Arial;
	font-size: 1em;
}

.submit {
	margin: 20px 0 20px 0;
	background-color: white;
	border: 1px solid #fb331c;
	text-align: center;
	width: 158px;
}

.download{
	height: 300px;
	border-bottom: 1px solid #94bd3b;
	margin: 0 0 20px 0
}

