/*  STYLESHEET FOR INVISIOS
 *  BY: INVISIOS
 *-------------------------
 */

/*-------------------------
 *  GENERAL CSS
 *-------------------------
 */


body {	
	margin:123px 0 0 0;
	padding:0px;
	font-family:arial;
	text-align:center;
	background-image:url(../images/bg_gradient.jpg);
	background-color:#ffffff;
	background-repeat:repeat-x;
}

strong{font-weight:normal;}

img {border:0px; }

.logo_td{
	width:215px;
}

.mainbutton{
	background-image:url(../images/mainbutton_up.gif);
	width:94px;
	height:23px;
	text-align:center;
}

.mainbutton_link{
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
}

.mainbutton_link a{color:#ffffff;text-decoration:none;}
.mainbutton_link a:visited{color:#ffffff;text-decoration:none;}
.mainbutton_link a:hover{color:#ffffff;text-decoration:none;}

.mainbutton_td{
	padding-right:11px;
	width:94px;
}

.grootvak{
	background-image:url(../images/bg_grootvak.jpg);
	width:529px;
	height:286px;
	vertical-align:top;
}

.kleinvak{	
	width:257px;
	height:85px;
	vertical-align:top;
	padding:15px 0 0 15px;
}

.tagline{
	font-size:19px;
	color:#ffffff;	
	text-transform:uppercase;
	padding:22px 0 0 0;
	text-align:center;	
}

.tagtext{
	font-size:12px;
	color:#898989;		
	padding:34px 25px 0 179px;		
	text-align:justify;
	line-height:20px;

}

.vakonder{	
	width:272px;
	height:192px;
	vertical-align:top;
	background-repeat:no-repeat;
	background-image:url(../images/bg_kleinvakje.jpg);
}

.title_blue{
	font-size:19px;
	color:#749CAD;	
	padding:14px 0 0 23px;	
	vertical-align:top;		
}

.vakonder_text{
	font-size:12px;
	color:#ffffff;	
	padding:20px 35px 0 23px;	
	vertical-align:top;
	text-align:left;	
	line-height:17px;
	text-align:justify;
}

.succes{	
	border: 3px solid #216B15;
	background-color: #9FE494; 		
	height:21px;	
	padding:0px 0 0 4px;
	margin:5px 0 0 3px;
	width:514px;
}

.error_orange{
	border: 3px solid #840000;
	background-color: #FF7D7D; 		
	height:21px;	
	padding:0px 0 0 4px;
	margin:5px 0 0 3px;
	width:514px;
}

.error_text{
	color: #000000;	
	font-weight:bold;
	font-size:12px;
}

.success_text{
	color: #000000;	
	font-weight:bold;
	font-size:12px;
}

.textlink {color:#749CAD;text-decoration:underline;}
