
*{margin:0px; padding:0px;}

body{
	color:#125777;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #0eaad0;
	background-attachment: scroll;
	background-image: url(../images/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* =================== LAYOUT STYLES =================== */

#container{
	width: 834px;
	margin: 0px auto 10px auto;
}

#topbar{
	width: 834px;
	height: 168px;
	background-image: url(../images/topbar.jpg);
}

#logobar{
	width: 834px;
	height: 44px;
	background-image: url(../images/logobar.jpg);
}

#main{
	width: 811px;
	background-image: url(../images/main_bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
}

#bottombar{
	width: 811px;
	height: 26px;
	background-image: url(../images/bottom_bg.gif);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: left top;
	float: right;
}

#rightbar{
	float: right;
	width: 166px;
	margin: 10px 22px 0px 0px !important; margin: 10px 11px 0px 0px;
}

#content{
	width: 590px;
	float: right;
	margin: 10px 10px 10px 0px;
}

/* =================== NAVIGATION STYLES =================== */

/* standaard hyperlink */
a, a:active, a:visited{color: #125777; text-decoration:underline;}
a:hover, a:visited:hover{color: #125777; text-decoration:none;}

/* hyperlink ideal */
a.ideal, a.ideal:active, a.ideal:visited{color: #CC0066; text-decoration:none; font-weight: bold;}
a.ideal:hover, a.ideal:visited:hover{color: #CC0066; text-decoration:none; font-weight: bold;}

#bottombar a, #bottombar a:active, #bottombar a:visited{color: #98d6f2; text-decoration:none;}
#bottombar a:hover, #bottombar a:visited:hover{color: #98d6f2; text-decoration:underline;}

.menu a, .menu a:visited, .menu a:active{
	display: block;
	width: 146px !important; width: 146px;
	background-color: #7ec6e7;
	color: #125777;
	margin: 5px 5px 5px 5px !important; margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-weight:bold;
}
.menu a:hover, .menu a:visited:hover{
	background-color: #ff9000;
}

ul{
	list-style-type: none;
}

.itembg .item ul{
	margin: 5px 0px 5px 0px;	
}

.itembg .item ul li{
	margin: 5px 0px 5px 0px;
}

/* =================== RIGHT BAR STYLES =================== */

.sideitem{
	width: 166px;
	background-color:#125777;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.sideitem div{
	padding: 5px;
	margin: 5px 5px 5px 5px;
	background-color: #7ec6e7;
}

.sideitem .boxtitle{
	font-weight: bold; 
	margin-bottom: 5px;
	background-color: #a3dffa;
}

.sideitem .centertxt{
	text-align: center;
}

.sideitem div span{
	text-align: right;
}

/* =================== MAIN CONTENT STYLES =================== */
.itembox{
	width: 590px;
}

.smallboxl, .smallboxr{
	width: 290px;
}

.smallboxfp_l, .smallboxfp_r{
	width: 290px;
}

.smallboxl{
	margin-right: 10px;
}

.smallboxfp_l{
	margin-right: 10px;
}

.itembox, .smallboxl, .smallboxr, .bigbox {
	background-color: #125777;
	padding: 0px !important; padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	float: left;
}

.smallboxfp_l, .smallboxfp_r{
	background-color: #125777;
	padding: 0px !important; padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	float: left;
}

.itembox div, .smallboxl div, .smallboxr div, .bigbox div {
	padding: 5px;
	margin: 5px;
	background-color: #7ec6e7;
}

.smallboxfp_l div, .smallboxfp_r div{
	padding: 5px;
	margin: 5px;
	background-color: #7ec6e7;
}

.itembox .boxtitle, .smallboxl .boxtitle, .smallboxr .boxtitle, .bigbox .boxtitle {
	font-weight: bold; 
	margin-bottom: 5px;
	background-color: #a3dffa;
}
.smallboxl .boxtitle_pakket, .smallboxr .boxtitle_pakket, .bigbox .boxtitle_pakket {
	font-weight: bold; 
	margin-bottom: 5px;
	background-color: #ff9000;
}


.smallboxfp_l .boxtitle, .smallboxfp_r .boxtitle, .bigbox .boxtitle {
	font-weight: bold; 
	margin-bottom: 5px;
	background-color: #a3dffa;
}

.itembox .boxcontent{
	width: 570px;
}

.smallboxl .boxcontent, .smallboxr .boxcontent {
	width: 270px;
	height: 170px;
}

.smallboxfp_l .boxcontent, .smallboxfp_r .boxcontent{
	width: 270px;
	height: 100px;
}

.itembox .boxcontent, .smallboxl .boxcontent, .smallboxr .boxcontent{
	margin: 5px;
	padding: 5px;
	background-color: #7ec6e7;
}

.smallboxfp_l .boxcontent, .smallboxfp_r .boxcontent{
	margin: 5px;
	padding: 5px;
	background-color: #7ec6e7;
}

.itembox p, .smallboxl p, .smallboxr p{
	margin-bottom: 10px;
}

.smallboxfp_l p, .smallboxfp_r p {
	margin-bottom: 10px;
}

.itembox ul, .smallboxl ul, .smallboxr ul{
	list-style-type:disc;
	margin-left: 15px;
}

.smallboxfp_l ul, .smallboxfp_r ul{
	list-style-type:disc;
	margin-left: 15px;
}

.itembox .boxcontent td{padding: 3px;}

/* =================== ADMIN CONTENT STYLES =================== */
#containeradmin{
	width: 95%;
	margin: 0px auto 10px auto;
}

.itemboxadmin{
	background-color: #125777;
	padding: 0px !important; padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	float: left;
}

.itemboxadmin div{
	padding: 5px;
	margin: 5px;
	background-color: #7ec6e7;
}

.itemboxadmin .boxtitleadmin{
	font-weight: bold; 
	margin-bottom: 5px;
	background-color: #a3dffa;
}
.itemboxadmin, .boxcontentadmin, .boxtitleadmin{
	width: 100%;
}

.itemboxadmin .boxcontentadmin{
	margin: 5px;
	padding: 5px;
	background-color: #7ec6e7;
}
.itemboxadmin p{
	margin-bottom: 10px;
}

.itemboxadmin ul{
	list-style-type:disc;
	margin-left: 15px;
}

.itemboxadmin, .boxcontentadmin td{padding: 2px;}
/* =================== TOP & BOTTOM BAR STYLES =================== */

.toptxt, .bottomtxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #98d6f2;
	font-weight: bold;
	font-size:11px;
	display:block;
}
.toptxt{
	margin: 15px 14px 0px 0px !important; margin: 15px 7px 0px 0px;
	float: right;
}
.bottomtxt{
	margin: 5px 0px 0px 12px;
}

/* =================== FIREFOX CLEAR FIX =================== */

* #container:after, .sideitem:before, .sideitem:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

/* =================== FORM STYLES =================== */
.textfield {
  float: left;
  width:180px;
  height:15px;
  font-size:11px;
  display: block;
  line-height: 12px;
  margin: 0 10px 0 0;
  padding: 2px 3px;
  border: 1px solid #125777;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color: #125777;
  background-color:#a3dffa;
}

.smalltextfield{
	width: 120px;
	height: 18px;
}

.textfieldadmin{
	width: 200px;
	height: 18px;
}
.button{
	margin-top: 5px;
	width: 75px;
	height: 18px;
    border: 1px solid #125777;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color: #125777;
    background-color:#a3dffa;
    font-size:12px;
}

.button_image{
	margin-top: 5px;
	width: 82px;
	height: 20px;
    border: 0px solid #125777;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color: #125777;
    cursor: pointer;
    background-color:#a3dffa;
    font-size:12px;
}

.buttonadminwijzig{
	width: 50px;
	height: 18px;
}
.buttonadminvoegtoe{
	width: 200px;
	height: 18px;
}
.listmenu{
	width: 180px;
	height: 20px;
	font-size:11px;
  margin: 0 10px 0 0;
  border: 1px solid #125777;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color: #125777;
  background-color:#a3dffa;
}
.listmenu2{
	width: 320px;
	height: 18px;
}
.textbox{
	width: 270px;
	height: 100px;
}
.textfieldr{
	width: 142px;
	height: 18px;
}
.textfieldhuisnr{
	width: 50px;
	height: 18px;
}


/* =================== Tekst styles =================== */

.error_message{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size:11px;
}
.error_message_head{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size:13px;
}
.footnote_small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #125777;
	font-size:9px;
}

.abbo_table, .signup_table {
	padding: 1px;
	margin: 0;
}
.abbo_table th, .signup_table th {
	border-bottom: 1px solid #000;
	padding: 3px;
}
.abbo_table .header, .signup_table .header {
	font-weight: bold;
	text-align: left;
}
.abbo_table td, .signup_table td {
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.innertable td {
	padding: 0;
	margin: 0;
	border: none;
}
.signup_table td {
	text-align: left;
}
.error {
	margin: 0;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.signup-stephead-left {
	float: left;
	margin: 0;
	padding: 0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #125777;
}
.signup-stephead-right {
	width: 106px;
	float: right;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}

.itembox .boxcontent .inline_bigbox {
	margin: 0 0 10px 0;
	padding: 0;
	border: 4px solid #125777;
}
.itembox .boxcontent .inline_bigbox .inline_boxtitle_pakket {
	font-weight: bold; 
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #ff9000;
	border-bottom: 4px solid #125777;
}
.itembox .boxcontent .inline_bigbox .inline_boxcontent {
	margin: 0;
	padding: 0;
}

.itembox .boxcontent p {
	margin:0; padding: 0;
}

.oudeprijs {
	font-size: 10px;
}
.actieprijs {
	color: #fff;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #125777;
 font-weight: bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-top: 1px solid #125777;
 border-left: 1px solid #125777;
 border-right: 1px solid #125777;
 background: #7ec6e7;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #125777; }
ul.tabbernav li a:visited { color: #125777; }

ul.tabbernav li a:hover
{
 color: #000;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ff9000;
 border-left: 1px solid #125777;
 border-right: 1px solid #125777;
 color: #125777;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;

 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.jsvalidation {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.mouseover_image:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* IE's opacity*/
}


.button_graph{
	/*padding-top: 2px;*/
        padding-bottom: 2px;
	width: 75px;
	height: 18px;
    border: 1px solid #125777;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color: #125777;
    background-color:#a3dffa;
    font-size:12px;
}

.button_graph:hover{
	/*padding-top: 2px;*/
        padding-bottom: 2px;
	width: 75px;
	height: 18px;
    border: 1px solid #125777;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color: #125777;
    background-color:#FF9000;
    font-size:12px;
}

.datatable {
	width: 100%;
	padding: 0;
	margin: 0;
}
.datatable td {
	padding: 5px;
	margin: 0;
}
#messageBox {
	width: 580px;
	float: right;
	margin: 10px 10px 10px 0px;
	border:solid 1px #c0323c;
	padding: 5px;
	background: #fcfbd2;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #000;
}
#messageBox img {
	margin-right: 10px;
	border: none;
}
