@charset "UTF-8";
/* CSS Document */


/*
Theme Name: Carole Vanderlinden
Description: built specially for Carole Vanderlinden
Version: 1.0
Author: Ine Dehandschutter
Author URI: http://matuvu.nu/

*/



html, body {	
	padding: 0;
  	margin: 0;
	
  }
  
body {
	background: #fff url(../images/bg.gif) repeat-x;
	font-family: "HelveticaNeue-Light","Helvetica Neue", Arial, Helvetica;
	font-size: 13px;
	color: #000;
	text-align: left;
	height:100%; 
	}


.logo {
	margin: 80px 0 0 0;
	border: none;
	}	
	
.upscript{
	vertical-align:super;
	font-size:9px;
	}
	
h1 {
	font-size: 27px;
	font-family: "HelveticaNeue-Light","Helvetica Neue", Helvetica, Arial;
	color: #55705e;
	font-weight: normal;
	margin: 80px 0 0 0;
	display: none;
	}

h2 {
    font-size: 15px;
	font-family: "HelveticaNeue-Light","Helvetica Neue", Helvetica, Arial;
	color: #55705e;
	font-weight: normal;
	margin: 150px 0 0 0;
	}

h3 {
    font-size: 14px;
	font-family: "HelveticaNeue-Light","Helvetica Neue", Helvetica, Arial;
	color: #55705e;
	font-weight: normal;
	font-style:italic;
	}


a:link {
	font-weight: none;
	text-decoration: none;
	color: #333333;
	}
	
a:visited {
	color: #333333;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #55705e;
	text-decoration: underline;
	}
	

p {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-align:justify;

	}
	
strong { 
	color: #55705e;
	font-weight: 400;
}


	
#wrapper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
    height:100%;
	}
	
#menu {
	float: left;
	width: 300px;
	height:100%;
	margin: 0 0 0 70px;
	_margin: 0 0 0 40px;
	padding: 0 0 0 0;

	}
	
#content {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 550px;
	height:100%;
		}
	
#content_text {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 440px;
	height:100%;
		}
		
		
ul {
	padding: 0 0 0 0;
	margin:40px 0 0 0;
		}	
		
li {
	list-style:none;
	list-style-image:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
	
		}
		
		
th {
	font-family: "HelveticaNeue-Light","Helvetica Neue", Arial, Helvetica;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

td {
	font-family: "HelveticaNeue-Light","Helvetica Neue", Arial, Helvetica;
	font-size: 13px;
	color: #000;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

