@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

/* 28-2-08 voor div randomimage */
.randomimage {
	position:absolute;
	bottom:0;
	right:0;
	width:240px;
	text-align:center;
	margin:auto;	
}

/* 14-2-08: om pagina min hoogte te geven */
#main {
	min-height:500px;
}

/* voor IE anders staan thums tegen elkaar */
div.csc-textpic-imagerow {
	margin-bottom:10px;
}

/* 14-1-08 voor menu */
ul.csc-menu {
    list-style-type: none;
	margin-left:0;
}
ul.csc-menu li{
	margin:0;
	padding:0;
}
ul.csc-menu li a{
	color:#1032C4;
}
dd.csc-textpic-caption {
	background:white;
	padding:2px 0 2px 0;
	font-size:80%;
}

/* waarom is deze? */
/*
div.c33r {
	margin-top:2em;
}
*/

body {color:#222; font-size:83.33%; font-family: Verdana, Helvetica, Arial, sans-serif;}

h1,h2,h3,h4,h5 {font-family:Verdana, Arial, Sans-Serif; font-weight:bold; display:block;}

h1 {font-size:1.3em; color:#000; background:transparent; margin:0em 0 0.5em 0; border-bottom:1px #FF9900 solid;}
h2 {font-size:1.1em; color:#000; background:#765; margin:1.1em 0 0.5em 0; padding:0.3em;}
h3 {font-size:1.0em; color:#000; background:transparent; margin:1.1em 0 1em 0;}
h4 {font-size:1.0em; color:#000; background:transparent; margin:1.1em 0 0.3em 0; border-bottom:1px #FF9900 solid;}
h5 {font-size:1.0em; color:#000; background:transparent; margin:1.1em 0 0.3em 0;}

h1.G {border:0; height:30px; text-indent: -999em; border-bottom:1px #FF9900 solid;}
h2.G {border:0; height:26px; text-indent: -999em; padding:0;}
h3.G {border:0; height:26px; text-indent: -999em;}
h4.G {border:0; height:24px; text-indent: -999em; border-bottom:1px #FF9900 solid;}
h5.G {border:0; height:24px; text-indent: -999em;}

p,ul,dd,dt {line-height:1.5em;}
p {line-height:1.5em; margin:0 0 1em 0;}

strong, b {font-weight:bold;}
em, i {font-style:italic;}
pre, code {	font-family:"Courier New", Courier, monospace;}
address {font-style:normal; line-height:1.5em; margin:0 0 1em 0;}

hr {color:#fff; background:transparent; margin:0 0 0.5em 0; padding:0 0 0.5em 0; border:0; border-bottom:1px #eee solid;}


#header {position:relative; height:78px; color:#000; background:#fff; /*Albert 21-12 background:#1f1e2e url(../../img/yaml_bg.gif) repeat-x top;*/}
/*Albert 21-12 #header img {position:absolute; top:23px; left:10px; font-size:208%;}*/
#header h1 span {display:block; height:1px; width:1px; overflow:hidden; line-height:105px;}
#header div.tx-macinasearchbox-pi1 {position:absolute; bottom:5px; right:10px; font-size:11px;}
#header div.tx-macinasearchbox-pi1 input {margin-left:0;}
#header div.tx-macinasearchbox-pi1 form span {display:block; font-weight:bold; color:#aaa;}
#header div.tx-macinasearchbox-pi1 form input {width:170px; height:13px;}
#banner {position:absolute; top:20px; right:10px; z-index:10;}
#banner img {position:relative; top:0px; left:0px; font-size:100%;}
#topnav {top:90px; font-size:13px;}

/* Albert 21-12 */
#header img.headImg1 {float:left;margin-top:20px;margin-left:15px;}
#header img.headImg2 {float:right;margin-top:20px;margin-right:15px;}

/* Albert 23-12-07 uit nav_vlist.css, aangepast */

  #submenu {
    width: 100%;
    overflow: hidden;
    margin: 0.2em 0 1.5em 0;
    list-style-type: none;
    border-top: 0px #ddd solid;
  }

  #submenu ul { list-style-type: none; margin:0; padding: 0; }
  #submenu li { float:left; width: 100%; margin:0; padding: 0 }

  #submenu a,
  #submenu strong {
    display:block;
    width: 100%;
    padding: 0;
    text-decoration: none;
    background-color:#fff;
    color: #444;
    border-bottom: 0px #eee solid;
  }

/* Just in case the skiplink anchor gets into THIS menu, because the tab-navigation was turned off */
/* PLEASE LEAVE THE FOLLING SETTING IN PLACE */  
  #submenu a#navigation {border-bottom:0; padding:0;}

  /* Menu Title */
  #submenu li#title {
    width: 100%;
    padding: 0;
    font-weight: bold;
    color: #444;
    background-color: #fff;
    border-bottom: 0px #888 solid;
  }

  #submenu li span {
    display:block;
    width: 100%;
    padding: 0;
    font-weight: bold;
    border-bottom: 0px #ddd solid;
  }

  /* Level 1 */
  #submenu li#active,
  #submenu li strong {
    width: 100%;
    padding: 0;
    font-weight: bold;
    color: #fff;
    background-color:#fff;
    border-bottom: 0px #eee solid;
  }

  #submenu li a { width: 100%; padding-left: 0; background-color:#fff; color: #444; }
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { background-color:#fff; color: #fff; }

  /* Level 2 */
  #submenu li ul li a,
  #submenu li ul li#active,
  #submenu li ul li strong,
  #submenu li ul li span { width: 100%; padding-left: 0; }

  #submenu li ul li a { background-color:#fff; color: #666; }
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background-color:#fff; color: #fff; }

  /* Level 3 */
  #submenu li ul li ul li a,
  #submenu li ul li ul li#active,
  #submenu li ul li ul li strong,
  #submenu li ul li ul li span { width: 100%; padding-left: 0; }

  #submenu li ul li ul li a { background-color:#fff; color: #888; }
  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active { background-color:#fff; color: #fff; }

  /* Level 4 */
  #submenu li ul li ul li ul li a,
  #submenu li ul li ul li ul li#active,
  #submenu li ul li ul li ul li strong,
  #submenu li ul li ul li ul li span { width: 75%; padding-left: 25%; }

  #submenu li ul li ul li ul li a { background-color:#ffffff; color: #aaa; }
  #submenu li ul li ul li ul li a:focus,
  #submenu li ul li ul li ul li a:hover,
  #submenu li ul li ul li ul li a:active { background-color:#fff; color: #fff; }

#col1_content {margin-left:0em; margin-right:0em; color:#444; background:inherit;}

#col3 {
    border-left: 0px #ddd dotted;
  }

  
body {
	background:#0A4CF5;
	background:#1032C4;
}

  
/* einde media all */  
}



