/*
DIV {
  border: 1px solid #00FF00;
}

SPAN {
  border: 1px dotted #0000FF;
}
*/

DIV,
SPAN {
  margin: 0px;
  padding: 0px;
}

IMG {
  border: 0px;
}

BODY {
	background: #D1E6FF;
  margin: 0px;
  padding: 5px;
	font-family: Verdana, Arial, Sans-Serif;
}

DIV.Page {
  margin: auto;
  width: 770px;
}

DIV.LogoAndFlags {
  position: relative;
  height: 100px;
}

SPAN.Logo {
  float: left;
  width: 351px;
  background-image: url('images/bilingua_logo_hoekje.png'); 
  height: 100px;
  cursor: pointer;
  border-width: 3px;
  border-style: solid;
  border-color: #E0DFE3 #716F64 #716F64 #E0DFE3;
}

DIV.Tagline {
  position: absolute;
  left: 357px;
  bottom: 0px;
  /*width: 393px; met vlaggen */
  /*width: 345px; This one is needed if the SPAN.Flags has an height, otherwise it's 412px. */
  width: 412px;
  text-align: center;
	font-size: 0.9em;
}

/* Begin setting all the language choosing related links */
SPAN.Flags {
  float: right;
  /*width: 20px; met vlaggen */
  width: 67px; /* The width really doesn't do anything.. just keeping it for fun */
  /*height: 100px; height aint neccessary anymore, flags are gone :)*/
}

SPAN.Flags A {
  color: #000080; 
  margin-top: 3px;
  font-size: 0.6em;
  text-decoration: none;
  float: right;
}

SPAN.Flags A:hover {
  color: #FF0000; 
  text-decoration: none;
  font-weight: bold;
}
/* End setting all the language choosing related links */

DIV.CornersTop,
DIV.CornersBottom,
DIV.PageContent {
  background: #EFF7FB;
}


DIV.PageContent {
  font-size: 0.9em;
  border: 1px solid #EFF7FB; /* This border is needed because the background won't fill the whole DIV without it.. weird */
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 330px;
  _height: 330px; /* Internet Explorer <= 6 does not know the min-height property, this is a hack that achieves the same. */
}

DIV.PageContent P {
  text-align: justify;
  margin: 0.5em 0px 0.5em 0px;
  padding: 0px;
}

DIV.CornersTop,
DIV.CornersBottom {
  clear: both;
  font-size: 0em;
  height: 11px;
}

SPAN.CornerUpperLeft, 
SPAN.CornerLowerLeft {
  float: left;
}

SPAN.CornerUpperRight, 
SPAN.CornerLowerRight {
  float: right;
}

DIV.Slogan {
  padding-top: 5px;
  float: left;
  font-style: italic;
  font-variant: small-caps;
  _height: 2em;  /* IE makes the slogan box the same height as the copyright, this makes the slogan text cut in half, this hack fixes that. */
}

DIV.Copyright {
  padding-top: 5px;
  font-size: 0.6em;
  float: right;
  _height: 2em;  /* IE makes the slogan box the same height as the copyright, this makes the slogan text cut in half, this hack fixes that. */
}

/* Begin Tender */
DIV.Tender P.Required {
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
}

DIV.Tender SPAN.RequiredButForgotten {
  color: #ff0000;
}

DIV.FormElement LABEL.Required,
DIV.FormElementTextArea LABEL.Required {
  font-weight: bold;
}

DIV.FormElement LABEL.RequiredButForgotten,
DIV.FormElementTextArea LABEL.RequiredButForgotten {
  font-weight: bold;
  color: #ff0000;
}

SPAN.FormOverviewLabel,
DIV.FormElement LABEL {
  display: block;
  float: left;
  text-align: right;
  width: 16.5em;
}

SPAN.FormOverviewLabel {
  margin-right: 0.3em;
}

FORM.FormOverview {
  float: left;
  margin-right: 0.3em;
  margin-bottom: 0px;
}

P.FormOverview {
  clear: both;
}

P.FormConfirmation {
  font-style: italic;
}


DIV.FormElement INPUT {
  width: 20em;
}

DIV.FormElementTextArea TEXTAREA {
  width: 99%; /* This ain't 100% because IE makes it the same as the form. This makes the pagecontent too wide. */
  height: 20em;
}

SPAN.FormStep {
  float: right;
}
/* End Tender */

/* Begin SimpleMenu */
DIV.SimpleMenu UL {
  clear: both;
  list-style-type: none; /* Without this line, firefox will show bullets. */
  margin: 0px;
  padding: 0px;
}

DIV.SimpleMenu UL LI {
  float: left;
  background-image: url('images/bullet.png');
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-right: 10px;
  width: 134px;
}

DIV.SimpleMenu A {
  color: #000080; 
  text-decoration: none;
  font-size: 0.9em;
}

DIV.SimpleMenu A:hover {
  color: #FF0000; 
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7em;
}

SPAN.ActiveMenuitem {
  color: #FF0000; 
  text-decoration: none;
  font-style: italic;
  font-size: 0.9em;
}

/* End SimpleMenu */

DIV.PageContent H1,
DIV.PageContent H2,
DIV.PageContent H3,
DIV.PageContent H4,
DIV.PageContent H5,
DIV.PageContent H6 {
  margin: 15px 0px 0px 0px;
  padding: 0px;
  font-weight: bold;
  color: #555555;
}

DIV.PageContent H1 {
  font-size: 1.2em;
  margin: 0px;
}

DIV.PageContent H2 {
  font-size: 1.1em;
}

DIV.PageContent H3 {
  font-size: 1.0em;
}

DIV.PageContent H4 {
  font-size: 0.9em;
}

DIV.PageContent H5 {
  font-size: 0.8em;
}

DIV.PageContent H6 {
  font-size: 0.7em;
}

DIV.PageContent UL LI{
  list-style-image: url('images/bullet.png');
  padding: 0px;
  margin: 7px 0px 0px 0px;
}

DIV.PageContent DL {
  padding: 0px;
  margin: 0px;
}

DIV.PageContent DT {
  font-weight: bold;
}

DIV.PageContent DD {
  font-style: italic;
}

SPAN.WIP {
  background-color: #8826F2;
  color: #F3EC32;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 2px solid #F3EC32;
}