/*
grijs: dfdfdf
zwart: 000000
oranje: f78f27
donker grijs: 323230
blauw: 
*/

body {
   text-align: left;
   margin: 0px;
   font-family: Verdana, Arial, sans-serif;
   color: #323230;
   background-color: #dfdfdf;
   background-image: url('site_img/bgg.jpg');
   background-repeat: repeat-x;
}


/* ##########  HEADINGS  ############## */

h1 {
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #f78f27;
    margin: 5px 0px 15px 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #f78f27;
	margin: 5px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #f78f27;
	margin: 5px 0px 5px 0px;
}

span.bottom_title {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #f78f27;
	margin: 0px;
}

span.disclaimer {
	display: block;
	font-size: 10px;
	color: #f78f27;
	margin: 0px;
}

span.img_title{
	font-style: italic;
	font-size: 10px;
}

/* ##########  TABLES  ############## */

table.bottom_table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
   border: 0px;
}

table.bottom_table td{
	vertical-align: top;
	width: 33%;
	border: 0px;
}

label {
    width:120px;
    float:left;
	line-height: 14px;
	margin-bottom: 5px;
}

input {
	line-height: 14px;
	margin-bottom: 5px;
	border: 1px solid #323230;
	width: 200px;
}

input.submit {
	width: 200px;
	margin: 10px 0px 0px 120px;
}

/* ##########  DIVS  ############## */


div.maincontain{
	width: 850px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: blue;
	font-size: 10px;
	color: #323230;
}

div.top{
	width: 850px;
	height: 160px;
	background-color: black;
	font-size: 10px;
	color: #323230;
	background-image: url('site_img/top.jpg');
	background-repeat: no-repeat;
}

div.menu{
	width: 790px;
	height: 33px;
	padding: 0px 50px 0px 10px;
	background-color: #dfdfdf;
	font-size: 14px;
	color: #000333;
	background-image: url('site_img/menubgg.jpg');
	background-repeat: repeat-x;
}

div.main{
	width: 820px;
   height: auto;
	background-color: white;
	font-size: 10px;
	color: #000000;
	padding: 10px 10px 40px 20px;
	font-size: 12px;
	color: #323230;
}

div.right {
   width: 210px;
   height: 60px;
   margin-left: 10px;
   background-color: white;
   padding: 220px 10px 40px 10px;
   float: right;
}

div.bottom{
	width: 830px;
	height: 80px;
	background-color: #323230;
	padding: 10px;
	font-size: 11px;
	color: White;
	background-image: url('site_img/bottom.jpg');
	background-repeat: repeat-x;
}

div.block{
	width: 170px;
	height: 210px;
	position:relative;
	top:130px;
	left:620px;
	background-image: url('site_img/right_div.png');
	background-repeat: no-repeat;
	padding: 55px 15px 15px 15px;
	color: #f78f27;
	font-family: arial, sans-serif;
	font-size: 30px;
	font-style: italic;
	line-height: 60px;
	text-align: center;

}


/* ##########  MENU TEXT STYLES  ############## */
div.menu a{
   list-style-type: none;
   width: 70px;
   height: 25px;
	display: block;
   float: left;
	padding: 8px 50px 0px 5px;
	margin: 0px;
   border-left: 1px solid #fffddd;
   border-right: 1px solid #fffddd;
   cursor: pointer;
   color: #000333;
	background-image: url('site_img/menubgg.jpg');
	background-repeat: repeat-x;
}

div.menu a:hover{
   color: White;
	background-image: url('site_img/menubgg_mo.jpg');
	background-repeat: repeat-x;
   text-decoration: none;
}

/* ##########  LINK STYLES  ############ */
a{
color: #f78f27;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.main a {
color: #f78f27;
text-decoration: none;
}

.main a:hover {
text-decoration: underline;
}

ul.menu a {
	color: #000333;
	text-decoration: none;
}

ul.menu_mo a{
   color: white;
   text-decoration: none;
}

.bottom a:link{
	color: #f78f27;
	text-decoration: none;
}

.bottom a:active{
	color: #f78f27;
	text-decoration: none;
}

.bottom a:visited{
	color: #f78f27;
	text-decoration: none;
}

.bottom a:hover {
	color: White;
}

/* ##########  IMG STYLES  ############ */

img.left {
	border: 0px;
	padding: 5px 5px 5px 0px;
	float: left
}

