/* CSS Document */

html,body{

}

body{
text-align:center;
padding:0;
margin:0;
background-color:#081931;
background-image:url('../img/page_bg.jpg');
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
}

form {
padding: 0;
margin: 0;
}
          
#container{ /* Ebben van minden --------------------------------- */
margin: 0 auto;
width:980px;
background-color:#fff;

text-align: left;
background-image:url('../img/container_bg.gif');
background-repeat:repeat-y;
}



#header{
text-align: left;
height: 109px;
background-color:#011222;
background-image:url('../img/header_bg_980.jpg');
}

#headermenudiv {
height: 29px;
background-color: #122848;
border-bottom: 6px solid #ffae00;
}

#headermenudivleft {
padding-left: 15px;
}
#headermenudivleft img{
padding-right: 5px;
position: relative;
top: 2px;
}

#headermenudivleft a{
color: #b4ccef;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
#headermenudivleft a:hover{
color: #ffae00;
}

#headermenudivright {
padding: 1px 6px 0 0;
}

#headermenudivright a{
color: #b4ccef;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#headermenudivright a:hover{
color: #ffae00;
}

#headermenudivright input{
font-size: 10px;
font-weight: bold;
width: 140px;
height: 14px;
border: 0px solid black;
}


#main {
padding: 20px 30px 20px 30px;
background-repeat: no-repeat;
}

#pageTitle {
padding: 0 0 5px 0;
margin-bottom: 20px;
border-bottom: 1px solid #e2cdb2;

}
#footerLine {
text-align:right;
padding-top: 15px;
color: #a2a2a2;
font-size: 12px;
height: 23px;
background-image:url('../img/pagetitle_line.gif');
}

h1 {
padding: 0px;
margin: 0px;
color: #9e5900;
font-size: 20px;
}

h2 {
padding: 0px;
margin: 30px 0px 20px 0px;
color: #9e5900;
font-size: 16px;
}

p {
margin-top:0px;
text-align: justify;
color: #4f5968;
font-size: 12px;
line-height:20px;
}

p a{
color: #9e5900;
font-size: 12px;
line-height:20px;
}

p a:hover{
text-decoration:none;
}


ul {
color: #4f5968;
font-size: 12px;
line-height:20px;
}

li a{
color: #9e5900;
font-size: 12px;
line-height:20px;
}

li a:hover{
text-decoration:none;
}

form {
padding: 0;
margin: 0;
}

.formInput {
width: 200px;
border: 1px solid #a5acb2;
background-color: #f8fafb;
}

.formTextarea {
width: 320px;
height: 150px;
border: 1px solid #a5acb2;
background-color: #f8fafb;
}

.photo {
border: 1px solid #000;
margin: 10px;
}

.menudiv {
background-image:url('../img/menu/menu_bg.jpg');
}

.menudiv b {
font-size: 16px;
font-weight: bold;
}

.menudiv a{
padding: 5px 0 0 10px;
color: #315383;
font-size: 12px;
font-weight: bold;
text-decoration: none;
display: block;
height: 25px;
background-image:url('../img/menu/menu_bg.jpg');
}

.menudiv a:hover{
color: #9e5900;
}

#footer {
background-color: #1b3b69;
height: 36px;
}


#footerleft {
padding: 10px 0 0 10px;
color: #fff;
font-size: 11px;
}

#footerleft a{
color: #fff;
font-size: 11px;
text-decoration: none;
}

#footerleft a:hover{
color: #f28800;
}

#footerright {
padding: 10px 10px 0 0;
color: #fff;
font-size: 11px;
}

#footerright a{
color: #fff;
font-size: 11px;
text-decoration: none;
}

#footerright a:hover{
color: #f28800;
}