/*---> BODY <---*/
body {
	margin: 0 0 33px 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #808080;	
	font-size: 12px;	
	text-align: center;
	background-color: #404040;
}

/*---> COMMON ELEMENTS <---*/
img { border:0; }

/*---> LINKS <---*/	
a:link {
	color: #FD7E01;
	text-decoration: none;
}
a:visited {
	color: #FD7E01;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a.alt:link {
	color: #ffffff;
	text-decoration: none;
}
a.alt:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	margin: 0 22px 0 23px;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	color: #808080;
	
}
h2 {
	margin: 0px;
	line-height: 0px;
	visibility:hidden;
}
p {
	padding: 0;
	margin: 0px 22px 11px 23px;
	line-height: 17px;
	color: #808080;
}
p.alt {
	margin: 0px;
	padding: 33px 11px 11px 11px;
	color: #404040;
	line-height: 17px;
}
p.alt2 {
	margin: 0px;
	padding: 77px 11px 0px 11px;
	color: #ffffff;
	line-height: 17px;
}
p.alt3 {
	margin: 11px 0 0 0;
	padding: 6px 11px 11px 11px;
	font-size:11px;
	color: #ffffff;
	line-height: 14px;
	background-color: #FD7E01;
}

/*---> IMAGE CONTAINER <---*/
#container_top {
    position: relative;
	margin: 0 auto;
	width: 941px;
	height: 110px;
	text-align: left;
}
#home #container_top{
	background:url(../img/banner_1.jpg) no-repeat;
}
#contact #container{
	background:url(../img/banner_1.jpg) no-repeat bottom left;
}

#container_head {
	margin: 0 auto;
	width: 941px;
	height: 22px;
	background:url(../img/bg_top.gif) center #ffffff repeat-y;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 941px;
	text-align: left;
	background:url(../img/bg.gif) center #ffffff repeat-y;
}
#container_bottom {
	margin: 0 auto;
	width: 941px;
	height: 44px;
	background:url(../img/bg_bottom.gif) center #ffffff no-repeat;
}

/*---> MENU <---*/

#nav {
	width: 175px;
	margin: 0 0 0 0;
	padding: 40px 0 1px 8px;
	display: block;
	/*float: left;*/
	list-style-type: none;
	background:url(../img/bg-nav_bottomline.gif) no-repeat bottom right;
}
#nav a {	
	display: block;
	padding: 7px 23px 7px 23px;
	width: 129px;
	font-weight: bold;
	background:url(../img/bg-nav_bottomline.gif) no-repeat top left;
}
#nav a:link, #nav a:visited{
	color: #808080;
	text-decoration: none;
}
#nav a:hover {
	color: #FD7E01;
	background:url(../img/bg-nav.gif) #5A5A5A repeat-y;		
}
#nav a.active {
	color: #fff;
	background:url(../img/bg-nav.gif) #5A5A5A repeat-y;		
}

/*--->SUB MENU <---*/

#nav ul {
	margin: 0;
	padding: 0 0 6px 0;
	background:url(../img/bg-subnav.gif) #5A5A5A repeat-y;	
	list-style-type: none;
}
#nav ul li, #nav li{
	margin: 0;
	padding: 0;
}
#nav ul a {	
	display: block;
	padding: 3px 12px 3px 34px;
	width: 129px;
	font-weight: normal;
	background:url(../img/bg-subnav.gif) #5A5A5A repeat-y;	
}
#nav ul a.first {
	margin-top: -3px;
}
#nav ul a:link, #nav ul a:visited{
	color: #808080;
	text-decoration: none;
}
#nav ul a:hover {
	color: #FD7E01;
	background:url(../img/bg-subnav_hover.gif) #5A5A5A repeat-y;		
}
#nav ul a.active {
	color: #000000;
	background:url(../img/bg-nav_bottomline.gif) #ffffff repeat-y;	
}

/*---> CONTENT <---*/

#content {
	/*float: left;*/
	margin:0;
	width:749px;
}

table {
	margin: 0 0 0 23px;
}

table.container {
	margin: 0 0 0 0;
}
#padding {
	padding: 0 11px 11px 0;
}

#blok1{
	height:347px;
	width:347px;
	background:url(../images/bg_index_01.jpg) #B6D303 no-repeat;	
}
#blok2{
	height:347px;
	width:168px;
	background:url(../images/bg_index_02.jpg) #EA34B3 no-repeat;	
}
#blok3{
	height:347px;
	width:168px;
	background:url(../images/bg_index_shop.jpg) #000 no-repeat;	
}
form{
	padding:11px;
	color: #ffffff;
}
#input {
	border: 1px solid #404040;
	height:18px;
	width:142px;
	color: #404040;
}

.opaciteit img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;}
.opaciteit:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);-moz-opacity: 0.5;}