/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Johan Adriaans
      Author: Johan Adriaans
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- Blue #00adef
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
html, body {  }
html { color: black; }
body { margin: 0; font-size: 1.1em; background: #000000 url(../img/background.body.jpg) no-repeat 50% top; }
.container h1, .container h2, .container h3, .container h4, .container h5 { color: #00adef; margin-top: 5px;}
body .container p { margin: 0; padding: 0; }
.container a:link, .container a:visited, .container a {}
hr { margin: 0.8em 0; }


/**************************************/
/*              HEADER                */
/**************************************/
div#header { margin-top: 129px; height: 34px; }

/**************************************/
/*             NAVIGATION             */
/**************************************/
ul.menu { list-style: none; padding: 0; margin: 0 10px 0 0; height: 34px; float: right; }
ul.menu li.tabstop { float: left; width: 5px; height: 27px; margin-left: 0px; margin-top: 7px; background: transparent url(../img/background.tab.gif) no-repeat top right; }
ul.menu li.item { float: left; width: auto; height: 27px; margin: 7px 0 0 2px; background: transparent url(../img/background.tab.gif) no-repeat top left; text-align: center; padding: 0 0 0 3px; }
ul.menu li.item a:link,ul.menu li a:hover,ul.menu li a:visited,
ul.menu li.item a { font-weight: bold; color: white; text-decoration: none; font-size: 1.1em; padding: 0 5px; }

ul.menu li.current { height: 34px; background-image: url( ../img/background.tab_selected.gif ); margin: 0 -2px 0 -1px; padding-top: 7px; }
ul.menu li.current a:link,ul.menu li.current a:hover,ul.menu li.current a:visited,
ul.menu li.current a { color: black; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
div#site { position: relative; }
div#main { background-color: white; padding-top: 10px; padding-bottom: 20px; }
div.contentContainer { padding: 0 10px; }
div.NewsModule div.teaserAction { padding-bottom: 15px; }
div.NewsModule div.teaserAction { padding-bottom: 15px; }
div.latestnewsAction { margin: 20px 0; }
div#footerText { text-align: center; color: #ccc; }
div#footerText a { text-decoration: none; color: #ccc; background: none; }

/**************************************/
/*               FOOTER               */
/**************************************/


/**************************************/
/*               SIFR3               */
/**************************************/
@media screen {
  .sIFR-active h1, .sIFR-active h2, .sIFR-active h3, .sIFR-active h4, .sIFR-active h5#pullquote { visibility: hidden; font-family: Verdana; margin: 0; }
  .sIFR-active h1 {}
  .sIFR-active h2 {}
  .sIFR-active h3 {}
  .sIFR-active h4 {}
  .sIFR-active h5#pullquote {}
  html body .container .sIFR-dummy { width: 0px; height: 0px; margin-left: 42px !important; z-index: 0; }
}

/**************************************/
/*            EDITOR CONTENT          */
/**************************************/
body#tinymce, body#tinymce td, body#tinymce pre { font-family: Arial,sans-serif; font-size: 1.3em; }
body#tinymce { background: #ffffff; color: black; }
body#tinymce p { margin: 0; padding: 0; }
