/* Start of CMSMS style sheet 'Fakoplast css' */
 
/* -----------------------------  LAYOUT  --------------------------- */

html, body {
height: 100%; /* héél belangrijk */
}

* {
margin:0;
padding:0;
}

body {
   background: url(uploads/images/sidebar_bg.jpg) no-repeat left top;
   text-align: left;
   font-family: Verdana, arial;
   font-size: 75.01%;
   line-height: 1.2em;
   background-color: #FFF;
   color: #666;
}

#wrapper {
   background: url(uploads/images/body_bg.jpg) repeat-y right top; 
 position: relative;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */  
}


/* -----------------------------  HEADER  --------------------------- */


div#header_wrapper {
   position: relative;
   background: url(uploads/images/header_bg.jpg) repeat right top;
   background-color: #FFF;
}

div#header_links {
   width: 750px;
   height: 130px;
   background: url(uploads/images/header_links_bg.jpg) no-repeat left top;
}

div#header_links_en {
   width: 750px;
   height: 130px;
   background: url(uploads/images/header_links_bg_en.jpg) no-repeat left top;
}




div#header_links_de {
   width: 750px;
   height: 130px;
   background: url(uploads/images/header_links_bg_de.jpg) no-repeat left top;
}

div#header_links_fr {
   width: 750px;
   height: 130px;
   background: url(uploads/images/header_links_bg_fr.jpg) no-repeat left top;
}

div#header_rechts {
   position: absolute;
   right: 0;
   top: 0;
   background: url(uploads/images/header_rechts_bg.jpg) no-repeat left top;
   width: 219px;
   height: 130px;
}

div#logo {
   background: url(uploads/images/fakoplast_logo.jpg) no-repeat left top; 
   width: 400px;
   height: 130px;
}

div#header_links h1 {
   display: none;
}


/* -----------------------------  MAIN LAYOUT  --------------------------- */

#main_wrapper {
margin: 0 217px 0 195px;
padding: 0  0px 0px 0px;
background: url(uploads/images/main_bg.jpg) no-repeat center top;
min-height: 550px;
height:auto;
}
/* for Internet Explorer */
/*\*/
* html #main_wrapper {
height: 570px;
}
/**/

#main {
padding: 40px 30px 20px 30px;
}

#main img {
border: 1px solid #999;
}

/* -----------------------------  SIDEBAR LINKERKANT  --------------------------- */


#sidebar {
position: absolute;
left: 0px;
width: 205px;
}


div#taal {
   margin-top: 100px;
   padding: 20px;
   border-top: 25px solid #00456B;
   text-align: right;

}

div#taal img {
   border : none;
   padding-left: 5px;
}


/* -----------------------------  SIDEBAR RECHTERKANT  --------------------------- */


#sidebar2 {
position: absolute;
right: 0;
width: 217px;
background-color: transparant;
}


div#sidebar2 p {
   font-size: 11px;
   color: #00456B;
   padding: 20px 0 0 20px;
   line-height: 22px;
}


div#sidebar2 p a {
   color: #00456B;
   text-decoration: underline;
}

div#sidebar2 .bold {
   font-weight: bold;
   font-size: 14px;
}

div#adres {
   font-size: 11px;
   width: 207px;
}


/* -----------------------------  STYLING ELEMENTEN  --------------------------- */


h1, h2, h3, h4, h5 {
   color: #00456B;
   line-height: 24px;
   padding-bottom: 20px;
   margin: 0;
   font-family: Verdana, arial;
}

h1 {   font-size: 28px;}
h2 {   font-size: 24px; }
h3 {    font-size: 18px; }
h4 {    font-size: 16px; }
h5 {    font-size: 12px; }

h6 {
   font-size:11px; 
   font-weight: bold;
   padding-bottom: 5px;
}


a:link, a:active, a:visited {
   text-decoration: underline;
   background-color: inherit; 
   color: #00456B; 
}

a:hover {
   text-decoration: none;
   background-color: #inherit;
   color: #00456B;
}

p {
   font-size: 1em;
   margin: 0 0 15px 0; /* some air around p elements */
   line-height: 1.2em;
   padding: 0;
   color: #666;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}

em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}



/* -----------------------------  LIST ITEMS  --------------------------- */


/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* -----------------------------  SEARCH OPTION STYLING  --------------------------- */


#m3searchinput {
   width: 120px;
}

.search {
  border: 1px solid #999;
  padding: 1px;
  width: 60px;
  font-size: 10px;
  font-family: verdana, arial;
  background-color: #DEDEDE;
  color: #666;
  cursor: pointer;
}

.search_hover {
  border: 1px solid #000;
  padding: 1px;
  width: 60px;
  font-size: 10px;
  font-family: verdana, arial;
  background-color: #DEDEDE;
  color: #000;
  cursor: pointer;
}

/* -----------------------------  CONTACTFORM STYLING  --------------------------- */

.formwrapper textarea {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 300px;
height: 150px;
font-family: verdana, arial;
font-size: 13px;
color: #666;
}

.formwrapper input {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 150px;
font-size: 13px;
color: #666;
}

.formwrapper .fbsubmit {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 3px;
width: 150px;
font-size: 13px;
color: #666;
background-color: #DEDEDE;
}

/* -----------------------------  MENU STYLING  --------------------------- */


#menuwrapper {
   z-index: 9;
   width: 170px;
   font-family: Verdana, arial;
   font-size: 11px;
   color: #FFF;
}

#primary-nav {
   list-style: none;
   margin: 0px;
   padding: 0px;
   width: 100%;

}

 #primary-nav ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   width: 100%;
   position: absolute;
   top: 0;
   left: 100%;
   display: none;
}

#primary-nav li {
   position: relative;
}


#primary-nav li ul li {
   background-color: #006298;
}

#primary-nav a {
   padding: 7px 8px;
   line-height: 12px;  
   border: none;
   display: block;
   color: #FFF;
   text-decoration: none;
   min-height:1em; /*Fixes IE7 whitespace bug*/
}

 html>body #primary-nav a { /*IE 7 ONLY */
   line-height: 16px;
}


#primary-nav li.menuactive {
   background-color: #00456B; /* ACTIVE BUTTON ALL BROWSERS */
}

#primary-nav li.menuparent {
   background-color: transparant; /* BUTTONS MET SUBMENU ALL BROWSERS */
   background-position: center right;
   background-repeat: no-repeat;
}

#primary-nav li.menuparent:hover {
   background-color: #00456B; /* MAIN HOVER MET SUBMENU FIREFOX */
   background-position: center right;
   background-repeat: no-repeat;
}

#primary-nav li.menuparenth {
   background-color: #transparant; /* FUNCTIE ONBEKEND */
   background-position: center right;
   background-repeat: no-repeat;
}

#primary-nav li:hover { /* SUBMENU HOVER */
   background-color: #00456B;
}

#primary-nav li.menuh {
   background-color: #00456B; /* MAIN HOVER ZONDER SUMENU IE */
   border: none;
}

#primary-nav li.menuparenth {
   background-color: #00456B; /* MAIN HOVER MET SUMENU IE */
}

#primary-nav li.menuactiveh {
   background-color: #00456B;
}

#primary-nav li ul { /* SUBMENU ACHTERGROND KNOPPEN */
   background-color: #006298;
}

#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
   display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul
{
   display: block;
   border-bottom: 2px solid #00456B;
}

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }

/* End of 'Fakoplast css' */

