/*
	STAP ONLINE
	@copyright	In2red
	@author		tom@in2red.be
*/ /**
 * CLEAR & FIXES
 * _____________________________________________
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #72868f;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

html,body {
	height: 100%;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: #e3e9ef url(../images/layout/bg.jpg) center top repeat-x;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #004465;
	border-bottom: #e3eaee solid 1px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #72868f;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #339933;
}

p {
	font-size: 11px;
}

strong {
	font-weight: 700;
	color: #4d636e;
}

a {
	color: #e2007a;
	text-decoration: none;
}

a:hover {
	color: #e2007a;
	text-decoration: none;
}

a:active{ 
	outline: none;
}

a:focus{
	-moz-outline-style: none;
}
.clear {
	clear: both;
}

.hidden {
	display: none;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}



span.form-error {
	padding: 2px 0;
	font-size: 12px;
	display: block;
	color: #CC0000;
}

#frm-width-66 span.form-error {
	margin-left:205px;
}

/**
 * WRAPPERS & STRUCTUUR
 * _____________________________________________
 */
#containerWrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -54px;
}

div.push {
	height: 284px;
}

#headerTop {
	height: 200px;
}

#containerFooter {
	width: 900px;
	padding: 0 15px;
	margin: 0 auto;
}

#content #left {
	position: absolute;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#pg_standaard #content #inhoud {
	padding: 0px 0px 0px 190px;
	margin: 0px;
	padding-bottom: 20px;
}

#pg_standaard-noleft #content #inhoud {
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}

#footerWrapper {
	background: transparent url(../images/layout/footer-bg.jpg) no-repeat
		top center;
	height: 84px;
}

#footerWrapper div#footerContent {
	margin: 0 auto;
	width: 940px;
}

#containerWrapperBottom {
	
}

/**
 * GENERAL & HEADER
 * _____________________________________________
 */
#headerTop h1 a {
	width: 285px;
	height: 110px;
	background-color: #fff;
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	background: transparent url(../images/layout/logo.jpg) no-repeat top
		left;
	text-indent: -9999px;
}

ul.sitemap ul {
	margin-left: 15px;
	margin-bottom: 20px;
	list-style: square;
	color: #646ca3;
}

ul.sitemap {
	margin-left: 30px;
	list-style: square;
	color: #0099CC;
}

ul.sitemap li {
	padding: 2px 0;
}

ul.sitemap li ul li a {
	font-weight: normal;
}

ul.sitemap li ul li ul li a {
	font-style: italic;
}

/**
 * CONTENT CONTAINERS
 * _____________________________________________
 */
#inhoud a {
	text-decoration: none;
}

#inhoud a:hover {
	text-decoration: underline;
}

#inhoud p {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#inhoud p.intro {
	font-weight: 700;
}

#inhoud small {
	font-size: 10px;
}

#inhoud ul {
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 10px;
}

#inhoud ol {
	list-style: decimal;
	margin-left: 23px;
	margin-bottom: 10px;
}

#inhoud ul li {
	margin-bottom: 5px;
}

#inhoud ul.nolist,#inhoud ol.nolist {
	list-style: none;
	margin: 0px;
}

#inhoud ul.nolist li #inhoud ol.nolist {
	margin-bottom: 0px;
}

#inhoud #contentBox a {
	text-decoration: underline;
}

#inhoud #contentBox a:hover {
	
}

/* START SEARCH */
#search-result div {
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #E2F4FD;
	color: #333;
}

#search-result a.link {
	color: #666;
	font-size: 11px;
}

#searchBox {
	position: absolute;
	margin-left: 750px;
	margin-top: 2px;
}

#searhFrm input.inputfield {
	border: 1px solid #ddd1d2;
	font-size: 11px;
	padding-right: 25px;
	padding-left: 5px;
	width: 110px;
}

#searhFrm input.submitbtn {
	border: none;
	height: 16px;
	width: 25px;
	padding: 0px;
	color: #666;
	font-family: Arial, sans-serif;
	background: url(../images/layout/but_simplesearch_submit.gif) no-repeat center;
}

#searhFrm input.submitbtn {
	font-size: 11px;
}

/* END SEARCH */
.contentleft {
	width: 400px;
	float: left;
}

.contentright {
	width: 400px;
	float: right;
}


.contentleft2 {
	width: 200px;
	float: left;
}

.contentright2 {
	width: 600px;
	float: right;
}

.contentleft3 {
	width: 300px;
	float: left;
}

.contentright3 {
	width: 300px;
	float: right;
}

#passwordclear {
	display: none;
}

div.login-links {
	position: absolute;
	margin-left: 160px;
	margin-top: 3px;
	display: block;
}

div.login-links a {
	color: #72868F;
}

ul.themes{
	padding-left:20px;
}

ul.themes li{
	width:250px;
	float:left;
}

ul.themes-4collums{
	padding-left:0px;
}

ul.themes-4collums li{
	width:201px;
	float:left;
}

.tab-actie0,.tab-actie1,.tab-actie2,.tab-actie3,.tab-actie4,.tab-actie5,.tab-actie6{
	font-size:12px;
}


div.products{
}

dl.galleryProducts{
	margin-bottom:10px;
	padding:10px 10px;
	background:url("../images/layout/tr-bg.gif") repeat-x scroll center bottom transparent;
	float:left;
	width:200px;
	margin-right:50px;
}

dl.galleryProducts dt{
	width:200px;
}

dl.galleryProducts dd{
	margin-bottom:10px;
}

dl.galleryProducts dd input.txt{
	width:30px;
	border: 1px solid #aaa;
	background-color: #fff; /*F5F9EA*/
	padding:2px 5px;
}

a.smalllink{
	font-size:10px;
	text-decoration:none;
}




/**
* BOXES
* _____________________________________________
*/
#box-login {
	width: 400px;
	background: url(../images/layout/box-login.jpg) no-repeat center;
	height: 240px;
}

#box-register {
	width: 900px;
	background: url(../images/layout/box-register.jpg) no-repeat center top;
	height: 405px;
	margin-top:20px;
}

#box-register .contentleft {
	padding-top: 60px;
	padding-left: 60px;
	width: 380px;
}

#box-register .contentright {
	padding-top: 60px;
	padding-right: 60px;
	width: 380px;
}

#box-login form {
	padding: 50px 40px 0px 78px;
}

#box-application{
	width: 810px;
	background: url(../images/layout/box-application.jpg) no-repeat left top;
	min-height:480px;
	height:expression(this.scrollHeight > 480 ? "auto":"480px"); 

	margin-top:-15px;	
}

#box-application-big{
	width: 810px;
	background: url(../images/layout/box-application-big.jpg) no-repeat left top;
	margin-top:-15px;		
}

#box-application-big-bottom{
	background:url(../images/layout/box-application-big-bottom.jpg) no-repeat left top;
	width: 900px;
	height: 70px;
}

#box-application .contentleft,#box-application-big .contentleft {
	padding-left: 20px;
	width: 385px;
}

#box-application .contentright,#box-application-big .contentright  {
	width: 385px;
	padding-left: 20px;
}

.box-register-padding{padding:50px 55px 0px 55px;}
.box-application-padding{padding:40px 55px 0px 35px;}
.box-application-padding-top{padding:60px 55px 0px 35px;}


#box-application-big h3{
	padding-top:20px;
	padding-bottom:5px;
}

#box-application-big h2{
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-bottom:5px;
	font-size:18px;
	color:#72869A;
	
}

#newslist{
	background-color:#DBE4EB;
	padding:20px;
}

/**
* FOOTER
* _____________________________________________
*/
#footerWrapper #footerContent {
	padding-top: 20px;
}

#footerWrapper #footerContent p {
	position: absolute;
	padding-top: 20px;
	font-size: 11px;
	color: #9dbdc9;
}

#footerWrapper #footerContent p a {
	font-size: 11px;
	color: #9dbdc9;
}

#footerWrapper #footerContent p a:hover {
	text-decoration: underline;
}

#footerWrapper #footerContent .footerLogos {
	float: right;
}

/**
 * NAVIGATION
 * _____________________________________________
 */
#left #subNav {
	width: 170px;
	border-top: #7f7f7f solid 1px;
}

#left #subNav a {
	display: block;
	border-bottom: #7f7f7f solid 1px;
	padding: 5px 20px;
	text-decoration: none;
	color: #363636;
}

#left #subNav dd.sub1 a span {
	padding-left: 15px;
	display: block;
	color: #363636;
}

#left #subNav a:hover,#left #subNav a.active,#left #subNav a.active:hover
	{
	color: #fff;
	padding: 5px 20px;
	background-color: #dd0915;
}

#left #subNav .sub1 a:hover,#left #subNav dd.sub1 a.active,#left #subNav dd.sub1 a.active:hover
	{
	color: #fff;
	padding: 5px 20px;
	background-color: #dd0915;
}

#left #subNav .sub1 a:hover span,#left #subNav dd.sub1 a.active span,#left #subNav dd.sub1 a.active:hover span
	{
	color: #fff;
}

#containerWrapper .menu {
	width: 630px;
	padding-top: 35px;
	margin-left: 280px;
}


.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
}

#containerWrapper .menu li {
	position: relative;
	z-index: 999999;
	float: left;
}


#containerWrapper .menu a{
	
	display: block;
	text-decoration: none;
	color: #004465;
	padding: 0px 10px;
	margin: 0 10px;
	height: 28px;
	line-height: 17px;
	padding-top: 9px;
	text-transform: uppercase;
	font-size: 12px;
}

#containerWrapper .menu a:hover,#containerWrapper .menu ul li.active a {
	color: #fff;
	text-align: left;
	background: url(../images/layout/menu-a-active.jpg) no-repeat center top;
}

* html .menu a, * html .menu a:visited, , * html .menu a:hover{
	display: block;
	float:left;
	text-align:center;
	padding-top:0px;
}

/**
 * FORMS
 * _____________________________________________
 */
.gt-form {
	
}

.gt-form .gt-form-text,.gt-form .gt-form-textarea {
	border: 1px solid #ccd6db;
	border-top: 1px solid #a3a3a3;
	background-color: #fff;
	padding: 7px 7px;
	width: 95%;
	color: #899da6;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.gt-form .gt-form-text-error,.gt-form .gt-form-textarea-error {
	border: 1px solid #ccd6db;
	border-top: 1px solid #a3a3a3;
	background-color: #fff;
	padding: 7px 7px;
	width: 95%;
	color: #899da6;
	font-family: Arial, sans-serif;
	font-size: 11px;
	border-left: 3px solid #CC0000;
}

.gt-form label {
	color: #5b6e77;
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
}

.gt-form option {
	font-size: 108%;
}

.gt-form .gt-form-row {
	margin-bottom: 12px;
}

/* Auto clear the form row */
.gt-form .gt-form-row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gt-form-row {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .gt-form-row {
	height: 1%;
}

.gt-form-row {
	display: block;
}

/* End hide from IE-mac */ /* End auto clearing the form row */
.gt-form .gt-form-row-inline {
	clear: left;
}

.gt-form .gt-form-row-inline label {
	width: 30%;
	margin-right: 4%;
	padding: 7px 0;
	float: left;
	display: inline;
}

.gt-form .gt-form-element-label {
	margin-bottom: 5px;
	padding-left: 3px;
}

.gt-form .gt-form-note {
	font-size: 93%;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666666;
}

.gt-form .gt-form-row-inline .gt-form-text,.gt-form .gt-form-row-inline .gt-form-text-error
	{
	width: 61%;
}

.gt-form .gt-form-radio,.gt-form .gt-form-checkbox {
	margin-right: 3px;
}

.gt-form .gt-submit-btn,.gt-form .gt-submit-btn-big {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

.gt-form .gt-cancel {
	line-height: 31px;
}

.gt-error {
	background-color: #cc0000;
	padding: 5px;
	color: #fff;
	margin-bottom:10px;
}

.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #fff; /*F5F9EA*/
}

.gt-success {
	background-color: #6caa00;
	padding: 5px;
	color: #fff;
}

.gt-form .gt-submit-btn {
	border: none;
	color: #fff;
	font-family: Arial, sans-serif;
	background: url(../images/layout/btn-register.jpg) no-repeat center center;
	height: 35px;
	width: 120px;
	float:none;
	text-transform: uppercase;
	font-size:11px;
}

.gt-form .gt-submit-btn-big {
	border: none;
	color: #fff;
	font-family: Arial, sans-serif;
	background: url(../images/layout/btn-register-big.jpg) no-repeat center center;
	height: 35px;
	width: 190px;
	float:none;
	text-transform: uppercase;
	font-size:11px;
}

.gt-form .gt-submit-btn-login {
	background: url(../images/layout/btn-login.jpg) no-repeat center center;
	height: 35px;
	width: 75px;
}

.gt-form .gt-submit-btn-register {
	background: url(../images/layout/btn-register.jpg) no-repeat center center;
	height: 35px;
	width: 120px;
	float:none;
}

.gt-form .gt-form-row-radio-content{
	display:block;
	margin-left:40px;
	margin-top:-14px;
	line-height:18px;
}

.gt-width-33 {
	width: 33%;
}

.gt-width-66 {
	width: 66%;
}

.gt-width-99 {
	width: 99%;
}

.gt-width-25 {
	width: 25%;
}

.gt-width-50 {
	width: 50%;
}

.gt-width-75 {
	width: 75%;
}

.gt-width-100 {
	width: 100%;
}






.gt-list-table {
	width: 99%;
}

.gt-list-table ul,.gt-list-table li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.gt-list-table thead tr {
	background: url(../images/layout/th-bg.gif) repeat-x bottom center;
	padding-bottom:16px;
}

.gt-list-table thead th {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 15px;
	color: #4d636e;
	background: url(../images/layout/td-bg.gif) repeat-y bottom right;
	padding-bottom:16px;
}

* html .gt-list-table thead th.icon,* html .gt-list-table tbody td.icon,* html .icon {
	width: 20px;
}

.gt-list-table thead th.noborder,.gt-list-table tbody td.noborder {
	background: none;
}


.gt-list-table tbody tr {
	background: url(../images/layout/tr-bg.gif) repeat-x bottom center;
}

.gt-list-table tbody td {
	padding: 17px 15px 10px 15px;
	background: url(../images/layout/td-bg.gif) repeat-y bottom right;
}

.gt-list-table tbody tr.rowEven td {
}

#inhoud .gt-list-table tbody a {
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

#inhoud .gt-list-table tbody tr td>a {
	font-weight: bold;
	color: #e2007a;
}

.gt-list-table td {
	width: auto;
}

.gt-list-table th.gt-table-col-checkbox {
	width: 20px;
}

.gt-list-table tfoot td{
	text-align:center;
	padding-top:20px;
}

/**
 * HOMEPAGE
 * _____________________________________________
 */
#pg_home {
	background: #e3e9ef url(../images/layout/home-bg.jpg) center top
	repeat-x;
}

#pg_home #headerTop {
	height: 346px;
}

#pg_home #headerTop h1 a {
	width: 437px;
	height: 166px;
	margin-top: 65px;
	margin-left: 35px;
	background: transparent url(../images/layout/home-logo.jpg) no-repeat top left;
}

#pg_home h2 {
	margin-bottom: 10px;
}

#pg_home #containerWrapper .menu {
	width: 900px;
	padding-top: 235px;
	margin-left: 35px;
}

#pg_home .menu ul {
	float: left;
}


/**
 * APPLICATION
 * _____________________________________________
 */


#pg_application,#pg_application-noleft{
	background: #e3e9ef url(../images/layout/application-bg.jpg) center top
		repeat-x;
}

#pg_application #headerTop,#pg_application-noleft #headerTop {
	height: 220px;
}

#headerLogout p{
	position: absolute;
	margin-top:160px;
	color:#fff;
	font-size:12px;
	text-align:right;
	width: 855px;
}

* html #headerLogout p { 
	margin-top:160px;
} 


#headerLogout p a{
	float:right;
	color:#fff;
	background: #e3e9ef url(../images/layout/btn-logout.jpg) center center;
	display:block;
	height: 30px;
	width: 85px;
	text-align:center;
	padding-top:20px;
	margin-top:-19px;
	margin-left:10px;
}



#actions{
	width: 900px;
}

#actions h2{
	padding-right:140px;
	width: 585px;
}

a.btn-action {
	position: absolute;
	border: none;
	color: #fff;
	font-family: Arial, sans-serif;
	background: url(../images/layout/btn-action.gif) no-repeat top right;
	height: 30px;
	width: 120px;
	text-transform: uppercase;
	display:block;
	text-align:center;
	padding-top:9px;
	margin-left:750px;
	margin-top:5px;
}

a.btn-action-left {
	border: none;
	color: #fff;
	font-family: Arial, sans-serif;
	background: url(../images/layout/btn-action.gif) no-repeat top right;
	height: 30px;
	width: 120px;
	text-transform: uppercase;
	display:block;
	text-align:center;
	padding-top:9px;
	margin-top:5px;
}

a.btn-action2 {
	border: none;
	color: #fff;
	font-family: Arial, sans-serif;
	background: url(../images/layout/btn-action.gif) no-repeat top right;
	height: 30px;
	width: 120px;
	text-transform: uppercase;
	display:block;
	text-align:center;
	padding-top:9px;
	margin-top:5px;
	margin-right:20px;
	float:right;
	text-decoration:none;
}


#pg_application a.btn-action:hover,#pg_application-noleft a.btn-action:hover,#pg_application a.btn-action2:hover{
	text-decoration:none;
}


 /**
 * SPECIALS
 * _____________________________________________
 */

ul#tabsnav{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

ul#tabsnav li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}



ul#tabsnav li a {
   background: url(../images/layout/btn-action.gif) no-repeat top left;
    display: block;
    float: left;
    height: 32px;
    text-decoration: none;
	margin:15px 7px 0 7px;
	text-align:center;
	color:#fff;
}

ul#tabsnav li a:hover span {
	text-decoration:none;
}

ul#tabsnav li a:hover {
	text-decoration:none;
	cursor:pointer;
}

ul#tabsnav li a span {
    background: transparent url(../images/layout/tab-bg.gif) no-repeat;
    display: block;
    line-height: 21px;
    padding: 5px 0 5px 0px;
	width: 120px;
	color:#fff;
} 


ul#tabsnav li a.selected{
	background: transparent url(../images/layout/btn-tab-active.gif) no-repeat top left;
	 text-decoration: none;
	
}

ul#tabsnav li a.selected span{
	color:#fff;
}

#tabcontainer{
	border-top:none;
}

.tab-content{display:none;}
.tab-content.selected { display: block; }



