body {
text-align: center;
margin:0;
font-family:Arial,Helvetica,Tahoma,sans-serif;
font-weight:normal;
line-height:20px;
font-size:13px;
color:#000;
background-color:#67331b;


}

h1 {line-height:28px; margin:10px 0}


.container ul li {
background-color:transparent;
border-left: 0;
margin-right:0;
}

#main {
width: 1000px;
margin: 10px auto;
text-align: left;

}

#header {height:220px;background-color:#FFF; padding:10px;}

#menu {width:1000px;}
#menu li{float:left;}

H1 {font-family:Arial,Helvetica,Tahoma,sans-serif}

.invulveld{background-color:#ccc;}

.box-shadow {
    -moz-box-shadow: 		0px 1px 3px #777; /* FF3.5 - 3.6 */
    -webkit-box-shadow:	    0px 1px 3px #777; /* Saf3.0+, Chrome */
    box-shadow: 			0px 1px 3px #777; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

.box-shadow-more {
    -moz-box-shadow: 		0px 1px 10px #999; /* FF3.5 - 3.6 */
    -webkit-box-shadow:	    0px 1px 10px #999; /* Saf3.0+, Chrome */
    box-shadow: 			0px 1px 10px #999; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}


.box-round {
    -moz-border-radius: 	4px; 	 /* FF1-3.6 */
    -webkit-border-radius: 	4px;     /* Saf3-4, iOS 1-3.2, Android <1.6 */
    border-radius: 			4px;     /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */  
	/* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}	
.box-round-bottom {
    -moz-border-radius: 	0px 0px 4px 4px; 	 /* FF1-3.6 */
    -webkit-border-radius: 	0px 0px 4px 4px;     /* Saf3-4, iOS 1-3.2, Android <1.6 */
    border-radius: 			0px 0px 4px 4px;     /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */  
	/* useful if you don't want a bg color from leaking outside the border: */        
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 	
}

.box-gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb 10%)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, #eeeeee 12%, #bbbbbb 80%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(center bottom , #eee, #bbb); /* FF3.6 */
	background-image:     -ms-linear-gradient(center bottom , #eeeeee, #bbbbbb); /* IE10 */
	background-image:      -o-linear-gradient(center bottom , #eeeeee, #bbbbbb); /* Opera 11.10+ */
	background-image:         linear-gradient(center bottom , #eeeeee, #bbbbbb);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bbbbbb', EndColorStr='#eeeeee'); /* IE6–IE9 */
	}
	
.box-gradient-black {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#333333 10%)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, #222222 12%, #333333 80%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(center bottom , #222222, #333333); /* FF3.6 */
	background-image:     -ms-linear-gradient(center bottom , #222222, #333333); /* IE10 */
	background-image:      -o-linear-gradient(center bottom , #222222, #333333); /* Opera 11.10+ */
	background-image:         linear-gradient(center bottom , #222222, #333333);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#333333'); /* IE6–IE9 */	
	}		

.box-gradient-body {min-height:1100px;
	background-image:url("/images/background.png");
	background-repeat:repeat-x repeat-y;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#BBC0AA 10%)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, #ccc 12%, #BBC0AA 80%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(center bottom , #eeeeee, #BBC0AA); /* FF3.6 */
	background-image:     -ms-linear-gradient(center bottom , #eeeeee, #BBC0AA); /* IE10 */
	background-image:      -o-linear-gradient(center bottom , #eeeeee, #BBC0AA); /* Opera 11.10+ */
	background-image:         linear-gradient(center bottom , #eeeeee, #BBC0AA);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BBC0AA', EndColorStr='#eeeeee'); /* IE6–IE9 */
		
}

.caption {
position: absolute;
width: 893px;
top: 513px;
z-index: 99999;
}

