@CHARSET "ISO-8859-1";

body
{
  background-image:url(../images/style/background.jpg);
  background-repeat:repeat-x;
  background-color:#6FC1FD;
}

/*** Toolbar ***/
.Toolbar
{
  width:981px;
  position:relative;
  margin:0 auto 0 auto;
  height:30px;
}

/*** Font Size ***/

.FontSize ul li
{
  float:left;
  margin:1px;
}

.FontSize ul li a
{
  color:#FFFFFF; 
  display:block;
  margin:3px;
  text-decoration:none;
  margin-top:8px;
}

.FontSize ul .Large a
{
  font-size:18px;
  margin-top:4px;
}
.FontSize ul .Extreme a
{
  font-size:22px;
  margin-top:0px;
}

.FontSize ul li a:hover
{
   text-decoration:underline;
}

/*** Language ***/

.Language
{
  width:981px;
  text-align:right;
  height:40px;
  margin:0 auto 0 auto;
}

.Language span
{
    color:white;
    position:relative;
    top:10px;
    font-size:12px;
}
.Language ul
{
  display:inline;
}
.Language ul li
{
  float:right;
  margin:3px;
  margin-top:9px;
}

.Language ul li:first-child
{
  border-left:1px solid white;
  padding-left:6px;
}

.Language ul li a
{
  color:white;
  text-decoration:none;
}

.Language ul li a:hover
{
  text-decoration:underline;
}

/*
.Language ul li a
{
  width:42px;
  height:25px;
  display:block;
  text-indent:999999px;
}

.Language .English
{
  background-image:url(../images/en.jpg);
}
.Language .Nederlands
{
  background-image:url(../images/nl.jpg);
}
*/

/******/

.Frame
{
  background-image:url(../images/style/content_center.jpg);
  width:981px;
  position:relative;
  margin:0 auto 0 auto;
}

.Header
{
   background-image:url(../images/style/content_top.jpg);
   background-repeat:no-repeat;
   padding:10px;
}
.Header img
{
  border:none;
}

/** MENU **/

.Menu
{ 
  margin:20px;
  background-color:#287DD0;
  
  width:618px;
  height:40px;
}

.Menu ul li
{
  float:left;
}

.Menu ul li a
{
  text-decoration:none;
  font-size:22px;
  color:white;
  margin:5px 0 0 5px;
  
  display:block;
  padding:2px 5px 2px 5px;
}

.Menu ul li a:hover
{
  text-decoration:underline;
}

.Menu ul .Active a
{
  background-color:white;
  color:#287DD0;
}
.Menu ul .Active a:hover
{
  text-decoration:none;
}

/**********/


.CollumnLeft
{
  width:663px;
  float:left;
}

.CollumnRight
{  
  float:left;
  width:300px;
  color:white;
  margin:-60px 0 0 5px;
}

.Content
{
  margin:20px;
  width:500px;
}


h1
{
  font-size:20px;
}
h2
{
  font-size:16px;
  margin-top:20px;
}

.Content p
{
  margin-top:15px;
}

.Content ol, .Content ul
{
  position:relative;
  left:30px;
}

.CollumnRight .Partner
{
  margin:20px 10px 0 5px;
  border-bottom:1px solid white;
  font-size:10px;
  padding:0 2px 10px 2px;
}

.CollumnRight .Partner img
{
  border:none;
}

.CollumnRight h2
{
  font-size:24px;
  font-weight:normal;
  text-align:center;
}

.CollumnRight .Partner a
{
  margin-top:20px;
  display:block;
  color:white;
  font-size:14px;
  text-decoration:none;
}

.CollumnRight .Partner a:hover
{
  text-decoration:underline;
}

.CollumnRight .Partner h3
{
  font-size:20px;
  font-weight:normal;
}

.Footer
{
  background-image:url(../images/style/content_bottom.jpg);
  background-repeat:no-repeat;
  width:981px;
  height:30px;
  margin-bottom:10px;
  clear:both;
}
