.tabbladen {
	height: auto;
	width: 495px;
	float: right;
}
.tabpanel {
	height: auto;
	width: 495px;
	float: left;
	background-image: url(../img/tabs/tabpanel.png);
	background-repeat: repeat-x;
	background-color: #1B1B1B;
	padding-bottom:15px;
}

.tabbladen ul {
	height: 45px;
	width: 495px;
	float: left;
}
.tabbladen ul li {
	height: 35px;
	width: 237px;
	float: left;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 10px;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #48BEC4;
}
.inactive {
	background-image: url(../img/tabs/inactive.png);
	cursor: pointer;
}
#tableft {
	background-image: url(../img/tabs/active.png);
	cursor: pointer;
	margin-right: 1px;
}
.inactiveleft {
	background-image: url(../img/tabs/inactivelinks.png)!important;
	cursor: pointer;
}


#tabrechts {
	background-image: url(../img/tabs/inactive.png);
	cursor: pointer;
}
.activerechts {
	background-image: url(../img/tabs/activerechts.png)!important;
	cursor: pointer;
}




.tabactive {
	background-image: url(../img/tabs/active.png);
}

#form 
	{
	
	height: auto;
	/*width: 220px;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#form .formlist
	{
	float: left;
	height: auto;
	width: 220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#form .formlist dt
	{
	float: left;
	/*clear: left;*/
	padding-bottom: 5px;
	width: 200px;
}
#form .formlist dt label
	{
	float: left;
	text-align: left;
	width: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#form .formlist dd
	{
	float: left;
	padding-bottom: 5px;
	width: 220px;
}


#form .biglist
	{
	width: 270px!important;
}

#form .bigerlist
	{
	width: 440px!important;
}

#form .bigerlist dd
	{
	width: 440px!important;
}

#form .marginlist
	{ margin-left:35px;
		
}
#form .biglist dd
	{
	width: 270px!important;
}
	.textfield
	{
	-moz-border-radius: 2px; /* Gecko */
	-webkit-border-radius: 2px; /* Webkit */
	border: 1px solid #dadada;
	/*clear: both;*/
	color: #111;
	float: left;
	font-weight: bold;
	width: 170px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #CFCFCF;
}
	
	.textfieldsmall
	{-moz-border-radius: 2px; /* Gecko */
	-webkit-border-radius: 2px; /* Webkit */
	border: 1px solid #dadada;
	/*clear: both;*/
	color: #111;
	float: left;
	font-weight: bold;
	padding: 10px 16px 10px 15px;
	width: 170px;}
	
	
	
	.textfieldlarge
	{-moz-border-radius: 2px; /* Gecko */
	-webkit-border-radius: 2px; /* Webkit */
	border: 1px solid #dadada;
	/*clear: both;*/
	color: #111;
	float: left;
	font-weight: bold;
	padding: 10px 16px 10px 15px;
	width: 370px;
	height:220px;
	background-color: #CFCFCF;}
	
	.optlabel
	{width: 100px;
	font-family: arial;
	font-size:12px;
	color: #808a97;
	padding: 10px 0px 0px 15px;}
	
	
	.white
	{color: #ffffff !important;}
	.bluebutton
	{background-color: #0099cc;
	border-bottom: #0099cc solid 2px; 
	border-top: #3bb1d8 solid 2px;
	-moz-border-radius: 2px; /* Gecko */
	-webkit-border-radius: 2px; /* Webkit */
	border-left: 0;
	border-right: 0;
	color: #fff !important;
	cursor: pointer;
	float: left;
	font-weight: bold;
	padding: 11px 15px;
	text-transform: lowercase;
	text-shadow: 2px 1px 0 #0065a9; /* CSS 3 */}
	.wrap{
    /*width:200px;
    height:200px;
    margin:0px;*/
    overflow:hidden;
    position:relative;
    float:left;
}
.wrap a img  {
    border:none;
    position:absolute;   
    top:-166.5px;
    left:-250px;
    height:500px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
