/*  
Theme Name: Car-Pass for vlan
Description: Car-Pass for vlan theme
Version: 1.0
Author: Wouter De Ryck
Author URI: http://www.prophet.be

*/



/* Begin Typography & Colors */

body {
	font-size: 9pt;
	font-family: Arial, Verdana, , Sans-Serif;
	color: #4f4a39;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

A:link {
	text-decoration:underline;
	color: #4f4a39;
} 

A:hover {
	color: #000000;
}

A:visited {
	color: #4f4a39;
}

A:visited:hover{
	color: #000000;
}
	
#headernl 	{ 
	height: 273px; 
	width: 650px;
	background: url('images/cp-header_nl.jpg') no-repeat center;
}

#headerfr 	{ 
	height: 273px; 
	width: 650px;
	background: url('images/cp-header_fr.jpg') no-repeat center;
}

#main 	{
	height: 654px;
	width: 650px;
	background-image: url(images/cp-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	position:absolute;
	left:68px;
	width: 500px;
	}

#contentfr {
	position:absolute;
	left:50px;
	width: 550px;
	}

.bullets 	{ 
	font-size: 10pt; 
}
.subtitels 	{ 
	color: #42a841;
	font-weight: bold; 
}