﻿* {
  font-family: Arial;
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  background: #d1e5ec url(/Images/achterg.gif) repeat-x;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
}

a {
  color: #003045;
}

hr, .Hr {
  height: 0;
  border: 0;
  border-top: 1px solid #CDD2D4;
  margin: 20px 0;
  clear: both;
}

h1 {
    color: #4D6298;    
    margin: 20px 0 15px 0;
    font-size: 26px;
}

#Logo {
    margin: 0;
    padding: 44px 0 0 0;
  
    a {
        display: block;
        height: 35px;
        width: 151px;  
    }
    
    span {
        display: none;
    }
}

#Container {
  width: 825px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px;
}

#Header {
  background: transparent url(/Images/Header/Achterg.jpg) no-repeat;
  height: 152px;
}

#Mp_Menu {
  padding: 16px 0 0 0;
}

#Mp_Menu li {
  float: left;
  margin-right: 11px;
}

#Mp_Menu a {
  color: Black;
  text-decoration: none;
  font-size: 11px;
  padding-bottom: 5px;
  display: block;
}

#Mp_Menu a:hover {
  color: #71789f;
}

#Mp_Menu a.selected {
  color: #ff4e00;
}

#Mp_Menu ul {
  position: absolute;
  background: #D1E5EC url(/Images/Menu/Achterg.gif) no-repeat 0 0;
  padding: 0;
  padding-top: 6px;
  border-bottom: solid 1px #bdccd3;
  display: none;
  }
  
#Mp_Menu ul li {
  float: none;
  }
  
#Mp_Menu ul li {
  float: left;
  margin: 0;
  clear: both;
  width: 150px;
  }
  
#Mp_Menu ul a {
  padding: 5px;
  border-left: solid 1px #bdccd3;
  border-right: solid 1px #bdccd3;
}

#Mp_Menu ul a:hover {
  background: White;
}

#Content {
    line-height: 18px;
}

#Push, #Footer {
  clear: both;
  height: 142px;
}

#Footer {
  background: transparent url(/Images/Footer/Achterg.gif) repeat-x 0 bottom;
  clear: both;
}

#Footer a {
  background: transparent url(/Images/Footer/Logo.gif) no-repeat;
  display: block;
  height: 22px;
  width: 126px;
  position: absolute;
  margin: 100px 0 0 285px;
  left: 50%;
}

#Footer span {
  display: none;
}

#Keywords 
{   
  display: none;
}



/* Oude Css */


#Content div.left { width: 290px; float: left; }

#Content div.left th 
{
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid silver;
    }
    
/*right*/
#Content div.right { width: 467px; float: left; margin-left: 20px;}
#Content div.right.background { background: White; padding: 20px; border: 1px solid #aac2cb; -moz-border-radius: 5px; }
#Content div.right p.more { text-align: center; color: white; font-size: 18px;}


#Content p { padding: 0 25px 20px 0; line-height: 17px; line-height: 20px; }
#Content p strong, #content li strong { color: #384c55; }
#Content p.info { font-size: 14px; color: #ff4e00; }

#Content h2 
{
   margin: 0 0 8px 0;
   padding: 0;
   font-weight: normal;
   font-size: 19px;
   color: #4d6298;
   }
   
#Content p.info { font-size: 14px; color: #ff4e00; line-height: 22px; }


#Content .Stars li
{
    background: transparent url("/Images/Icons/bullet_star.gif") no-repeat 3px 3px;
    padding: 4px 0 4px 25px;
    border-bottom: 1px solid #dbe0e2;
    }
    
#Content div.error ul, div.error ul
{
	list-style: none;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #eee9ee;
	background: white;
	}
	
#Content div.error ul li, div.error ul li 
{
	background: transparent url("/Images/Icons/bullet_error.png") 0 0 no-repeat;
	padding: 1px 0 1px 25px;
	border: none;
	}
	
#Content table 
{
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
    }
    
#Content th 
{
    text-align: right;
    padding: 3px 10px 3px 3px;
    color: #384c55;
    width: 100px;
    font-weight: normal;
    }
    
#Content td 
{
    padding: 3px 3px 3px 10px;
    }
        
#Content input, #content textarea
{
    border: solid 1px silver;
    padding: 3px 4px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    }
    
#Content input:focus, #content textarea:focus
{
    border: solid 1px Gray;
    }
    
#Content textarea 
{
    width: 90%;
    height: 100px;
    font-size: 11px;
    }
    
#Content .submit 
{
    background: #384c55;
    border: 1px solid #384c55;
    color: White;
    font-size: 11px;
    -moz-border-radius: 3px;
    }
    
#Content .submit:hover {
  background: Black;
  border: 1px solid White;
}
    
#Content div.left th 
{
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid silver;

}



/* Oude Css */




.Paging {
  clear: both;
}

.Paging a {
  margin-top: 10px;
  display: block;
  float: left;
  background: White;
  padding: 5px 10px;
  text-decoration: none;
  color: Black;
  margin-right: 10px;
  border: solid 1px #bdccd3;
  -moz-border-radius: 5px;
}


.Paging a:hover, .Paging a.Selected {
  background: #0f374a;
  border: solid 1px #0f374a;
  color: White;
}




/* Tab */

.Tabs {

    .Switches {
    
        li {
            background: none;
            border: none;
            margin: 0;
            padding: 10px;
            float: left;
            position: relative;
            top: 1px;
        }

        li.selected {
            background: White;
            border: solid 1px #bdccd3;
            border-bottom: none;
        }

        a {
            text-decoration: none;
        }   
        
    }
    
    .TabContent {
        clear: both;
        padding: 20px;
        padding-top: 0;
        background: White;
        border: 1px solid #BDCCD3;
  
        p {
            padding: 0;
        }
  
    }

}

/* Einde Tab */







/* Home */




#ContentLinks {
  float: left;
  width: 545px;
  overflow: hidden;
}

#VaandelHeadlines {
  background: transparent url(/Images/Home/Vaandels.gif) no-repeat;
  padding-left: 50px;
  height: 102px;
  margin-top: 30px;
}

#VaandelHeadlines li {
  font-size: 14px;
  padding: 1px 0 13px 5px;
}

#Blokken {
  background: transparent url(/Images/Home/Blokken.gif?1) no-repeat;
  height: 320px;
  margin-top: 35px;
}

.BlokkenUl {
  width: 240px;
  float: left;
  margin-right: 30px;
}

.BlokkenUl li {
  padding: 15px 0 25px 15px;
  line-height: 17px;
}

#DemoAanvragen {
  background: transparent url(/Images/Home/DemoAanvragen.jpg) no-repeat;
  height: 145px;
  width: 525px;
  margin: 30px 0 0 0;
  color: White;
  padding: 40px 0 0 0;
  line-height: 18px;
}

#DemoAanvragen a {
  background: transparent url(/Images/Home/DemoAanvragenBtn.gif) no-repeat 0 -68px;
  display: block;
  height: 68px;
  width: 185px;
  margin-top: -3px;
}

#DemoAanvragen span {
  padding: 0 0 0 20px;
  width: 260px;
  display: block;
}

#DemoAanvragen a:hover {
  background-position: 0 0;
}

#DemoAanvragen a span {
  display: none;
}

#ContentRechts {
  float: left;
  width: 275px;
}

#ContentRechts .Blok {
  background: transparent url(/Images/Home/BlokAchterg.gif) no-repeat 0 bottom;
  padding-top: 60px;
}

#ContentRechts .Blok a span {
  display: none;
}

#ContentRechts .Blok .Btn {
  display: block;
  height: 39px;
  width: 151px;
  margin: 15px 0 15px 127px;
}

#ContentRechts .Blok.Ref {
  background: transparent url(/Images/Home/HeaderRef.gif) no-repeat 0 0;
}

#ContentRechts .Blok.Nieuws {
  background: transparent url(/Images/Home/HeaderNieuws.gif) no-repeat 0 0;
}

#ContentRechts .Blok.Screenshots {
  background: transparent url(/Images/Home/HeaderScreenshots.gif) no-repeat 0 0;
}

#ContentRechts .Blok.Ref a {
  background: transparent url(/Images/Home/BtnRef.gif) no-repeat 0 -39px;
}

#ContentRechts .Blok.Nieuws a {
  background: transparent url(/Images/Home/BtnNieuws.gif) no-repeat 0 -39px;
}

#ContentRechts .Blok a:hover {
  background-position: 0 0;
}

#ContentRechts .Blok.Screenshots div {
  margin-bottom: 23px;
}

.CarouselOverlay {
  position: absolute;
  background: transparent url(/Images/Home/CarouselOverlay.png) no-repeat;
  _background: none;
  height: 75px;
  width: 3px;
  z-index: 999;
  margin: -5px 0 0 0;
  _border-left: 1px solid gray;
}

#CarouselOverlayRechts {
  margin-left: 272px;
  background-position: right 0;
  _border-left: none;
  _border-right: 1px solid gray;
}

#Carousel {
  width: 239px !important;
  padding-left: 36px;
}

#Carousel img {
  border: solid 1px #919191;
}

#Carousel li {
  margin-right: 4px;
}





/* Einde Home */




