/* CSS Document */
/*
 ####################################################################################################
 # default colors ###
 cyan:  #40C3EF;
 text-dunkel: #505050;
 text-mittel: #787878;
 text-hell:   #A0A0A0;
 trenner: #E6E6E6;

 ####################################################################################################
*/


/***************************************************************************************************/
/* 1. basic */
/***************************************************************************************************/
* {
  margin:0px;
}

html , body{
  height:100%;
  width:100%;
}

body{
  font-family:tahoma, arial, helvetica, sans-serif;
  font-size:100.01%;
  overflow:auto;
  color: #505050;
  background-color: #FFFFFF;
}

a {
  text-decoration:none;
  color:#505050;
}

a:hover{
  color:#0000FF;
  text-decoration:underline;
}

/* submit buttons generell */
input.submitbut{
  width:auto !important;
  float:left;
  padding: 0 10px;
  background:url(file:///C|/Documents%20and%20Settings/Sam%20Renkema/My%20Documents/BV/img/buttons/submit_bg.gif) top left repeat-x;
  border-top:1px solid #81D5F7;
  border-left:1px solid #81D5F7;
  border-right:1px solid #38A4C8;
  border-bottom:1px solid #38A4C8;
  font-weight:bold;
  color:#fff;
  text-transform: uppercase;
}
/***************************************************************************************************/

/***************************************************************************************************/
/* 2. page (main container) */
/***************************************************************************************************/
#page{
  background:#FFFFFF url(file:///C|/Documents%20and%20Settings/Sam%20Renkema/My%20Documents/BV/img/bg/content_bg.gif) 201px 0px repeat-y; 
  position:absolute;
  left:50%;
  margin-left:-400px;
  top:30%;
  width:800px;
}

.bodynav{
  text-align:left;
  padding:5px 0px 0px 5px;
  font-size:9px;
  width:85px;
}

.bodytable{
  border-left:outset;
  border-left-width:1px;
  border-top:outset;
  border-top-width:1px;
  border-right:none;
  border-top-width:1px;
  border-bottom:none;
  border-top-width:1px;
  border-color:#505050;
  width:704px;
  height:175px;
  padding:5px 5px 5px 5px;
  font-size:11px;
}
.bodytable a {
  text-decoration:underline;
  color:#505050;
}

.bodytable a:hover{
  color:#0000FF;
  text-decoration:underline;
}

#overflow {
  text-align:left; 
  height:170px; 
  width:704px; 
  overflow:auto;}

#suggestions {
  text-align:right; 
  font-size:9px;
  position:absolute;
  top:60px;
  right:0px;
  }
  
#comingsoon {
  text-align:center;
  color:#FB0007
  }

UL LI{
  margin:0px 0px 0px 40px;
}
UL UL LI{
  margin:0px 0px 0px 25px;
}

/*.1{height:1%}
.filler{height:99%}*/

H1, h1 a, H1 a:link, H1 a:visited, H1 a:active, H1 a:hover { font-size: 30px; color: #505050; font-weight: bolder; text-decoration: none !important; }

H2, h2 a, H2 a:link, H2 a:visited, H2 a:active, H2 a:hover { font-size: 14px; color: #505050; font-weight: bolder; text-decoration: none !important; }

H4, h4 a, H4 a:link, H4 a:visited, H4 a:active, H4 a:hover { font-size: 14px; color: #40C3EF; text-decoration: none !important; }

H1, H2, H3, H4, H5, H6 { margin: .5em 0 .7em; }
H6 { font-size:14px;}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { }

/* Headers, with link */
H1 A, H3 A, H4 A, H5 A { color: #505050; text-decoration: none; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Headers, with link */
H6 A { color: #000000; text-decoration: none; font-weight:normal; font-size:14px;}
H6 A:hover { text-decoration: none; color: #40C3EF; font-weight:normal; font-size:14px;}

/***************************************************************************************************/




/*******************/
/* RTE / Bodytext: */
/*******************/
p, p.bodytext{ font-size: 11px; color: #505050; }
p { margin-bottom: 0em; }



/*******************/
/* Footer: */
/*******************/
#footer{
  position: absolute;
  bottom: 5px;
  left:50%;
  margin-left:-400px;
  width:800px;
  font-family:tahoma, arial, helvetica, sans-serif;
  font-size:9px;
  text-align:center;
  overflow:auto;
  color: #505050;
} 