﻿* 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #192469; text-align::left;
    }
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td{color: #192469;}
.twoColFixRt #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 206px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
.twoColFixRt #mainContent { 
	margin: 0 220px 0 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 16px;
} 
.twoColFixRt #header {
    background-image: url('/design/basic/website/header.png');
    height: 118px; 
    margin-top: 5px;  
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRt #footer
{
    padding: 10px;
    }
a:active, a:link, a:visited
{
    text-decoration: none;
    }

a:hover
{
    text-decoration: underline;
    }

.div_stippelijn 
{
    background-image: url('/design/basic/website/dotted.png');
    background-position: bottom;
    background-repeat: repeat-x;
    height: 20px;
    margin-bottom: 2px;
    }

.div_stippelijn2 
{
    background-image: url('/design/basic/website/dotted.png');
    background-position: top;
    background-repeat: repeat-x;
    height: 20px;
    margin-bottom: 2px;
    }
.blok_kop
{
    background-image: url('/design/basic/website/balk.png');
	height: 36px;
    }
.blok_info
{
    padding: 10px;
    border: solid 1px #b6b6b6;
    }
.blok_content
{
    background-color: #d7cce4;
    padding: 10px;
    line-height: 16px;
    font-size: 11px;
    color: #9863ae;
    }
.witruimte
{
    height:15px;
    }

.blok_kop_SPAN
{
    padding: 15px 0px 0px 45px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    font-weight:bold;
    }

.header_afdeling
{
    padding: 0 0 0 750px;
    }

/*Navigatie*/

.chromemenu{
height: 25px;
color: #000000;
line-height: 23px;
font-size: 12px;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
width: 100%;
padding: 10px 0 0 22px;;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #494949;
padding: 5px 8px;
margin: 0;
text-decoration: none;
}

.MenuHoofdImg{border: 0px; position: relative; top: 3px;}
.tabs_Underline{ border: 0px; position: relative; top: 3px; border-bottom: solid 1px #444444;}
.MenuSubImg{border: 0px; position: relative; top: 3px;border-bottom: solid 1px #e3e3e3;}
.tabcontainer a:hover img {border-bottom: solid 1px #444444;}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
}

a:link.menu_active, a:active.menu_active, a:visited.menu_active, a:hover.menu_active
{
    color: #9863ae;
    text-decoration: underline;
}

a:link.menu_inactive, a:active.menu_inactive, a:visited.menu_inactive
{
    color: #192469;
}
a:hover.menu_inactive
{
    color: #192469;
    text-decoration: underline;
    }
    
.tools_logedout
{
    margin: 0px 0px 10px 750px;
    background-image: url('/design/basic/website/t_uitlkap.png');
    height: 39px;
    width: 206px;
    text-align: center;
    }
	.tools_logedin
{
    margin: 0px 0px 10px 750px;
    background-image: url('/design/basic/website/t_uitlkap2.png');
    height: 72px;
    width: 207px;
    text-align: center;
    }
	
	
	
.tools_logedout_span
{
    line-height: 30px;
    color: #FFFFFF;
    }
.footer_rechts
{
    font-size: 11px;
    color: #b6b6b6;
    text-align: right;
    }
.footer_links
{
    font-size: 11px;
    color: #b6b6b6;
    float: left;
    }
a:link.Footer_link, a:active.Footer_link, a:visited.Footer_link
{
    font-size: 11px;
    color: #b6b6b6;
    text-decoration: none;
    }
a:hover.Footer_link
{
    color: #b6b6b6;
    text-decoration: underline;
    }

a:link.Wit_link, a:active.Wit_link, a:visited.Wit_link
{
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    }
a:hover.Wit_link
{
    color: #ffffff;
    text-decoration: underline;
    }
	
a:blauw_link{
color:#192469;}

.blok_ideal
{
    background-image: url('/design/basic/ideal/ideal_blok.png');
    height: 102px;
    border: solid 1px #b6b6b6;
    }
.blok_ideal_tekst
{
    color: #192469;
    padding: 12px 12px 5px 90px;
    line-height: 16px;
    }
.blok_catalogus
{
    background-image: url('/design/basic/website/catalogus.png');
    height: 25px;
    padding-top: 115px;
    padding-right: 10px;
    text-align: right;
    }
	
.blok_catalogus2
{
    background-image: url('/design/basic/website/catalogus2.png');
    height: 25px;
    padding-top: 115px;
    padding-right: 10px;
    text-align: left; 
    }
	
.Blok_Tekst
{
    color: #9863ae;
    }
    
.blok_aanbieding
{ 
     background-image: url('/design/basic/dotline.gif');
    width:125px;  display:block; float:left; text-align:center;
    border: solid 0px black; padding:5px; 
    padding-bottom:25px; margin-top:5px; 
    background-repeat:repeat-x; background-position:bottom;
	height:210px; overflow:hidden;
    }   
.blok_aanbieding_nb
{ 
    padding-bottom:25px; margin-top:5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #192469; text-align::left;
	border-bottom: dashed 1px #CCCCCC;
    }   
   .blok_aanbiedingimg
{  margin-top:15px; margin-bottom:55px;
    }   
    
    
 .page_container
 { width:680px;
          }
    
.SideMenu{ float:left; width:200px; margin-right:25px;}
.SideMenu_1{  background-color:#1A2469; margin-bottom:1px; padding:6px; height:20px;}    
.SideMenu_2{  background-color:#D8CCE4; margin-bottom:1px; padding:17px;line-height:20px; }    
.SideMenu_3{  background-color:#A071B5; margin-bottom:1px; line-height:20px; }
.Sidemenu_3_content b{ color:#FFFFFF; font-weight:normal; text-decoration:none;}


.content_withmenu{float:left; width:460px; text-align:center;}

    
    
    
/*Headings tbv sifr*/

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 14px;
	color: #192469;
}

h2 {
	font-size: 14px;
	color: #192469;
}

h3 {
	font-size: 13px;
}

h4 {
	color: #660000;
	font-size: 12px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 11px;
}


.product_biljet_border{background-image: url('/design/basic/dotline.gif'); 
            
            background-position:center; text-align:left;clear:both; color:White; height:40px;  background-repeat:repeat-x;}
			
			
.form_table td{ color:#192469; font-weight:bold;}
.form_table input{ border:solid 1px #FFFFF;}

.formview_input{ border:1px solid #a071b5;}

.zoeken_input{ border:1px solid #bababa; margin-left:15px;}

.snelmenu_input{ border:1px solid #bababa; }

.stap{color:#FFFFFF;}
.stap2{color:#FFFFFF; text-decoration:underline; font-weight:bold;}
.zoeken_links{
 float:left; margin-right:20px;text-align:center; }

.zoeken_links2{
 float:left; margin-right:20px;text-align:center; background-color:#FF0000; }
.choosen2{background-color:#192469; color:#FFFFFF; text-align:center; font-weight:bold;}
.choosen{background-color:#d7cce4; color:#FFFFFF; text-align:center;  font-weight:bold;}
 .choosen2 a{color:#FFFFFF;   font-weight:bold; text-align:center;}
 
 
 
 .white{color:#FFFFFF;}
 .snelzoeken{ background-color:#A071B5;  margin-bottom:20px;}
 
 
 .printHeader{ width:950px; text-align:right}
 
