@charset "utf-8";
/* CSS Document */

body,html {
	background-color:#e9e9e9;
	font-family:Calibri, verdana;
	color: #343434;
}

.container {
	width:1000px;
	margin:50px auto;
}

.header {
	width:1000px;
	height:82px;
	background:top left no-repeat url(../images/header_bg.jpg);
	font-family:Calibri;
}

.tekst {
	width:700px;
	padding:10px 150px 0px 150px;
}

.tekst_left {
	width:640px;
	float:left;
}

.tekst_right {
	width:60px;
	float:right;
	text-align:right;
}

.content {
	width:700px;
	background: top left repeat-y url(../images/content_bg.jpg);	
	padding:0px 150px 0px 150px;
	margin: 0px;
	font-size:12px;
}

.footer {
	width:1000px;
	height:20px;
	background:top left no-repeat url(../images/footer_bg.jpg);
	text-align:center;
	padding:20px 0px 0px 0px;
	font-size:11px;
}

.clear {
	clear:both;	
}

.content .portefeuille {
	width:678px;
	border:1px solid #00F;
	padding:10px 10px 10px 10px;
}

.image {
	width:700px;
}

h3 {
	margin:0px 0px 0px 0px;
	font-size:14px;
	color:#00F;
	padding:20px 0px 10px 0px;
}

h2{
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	margin:0px;
}

h1 {
	font-size:25px;
	color:#FFF;
	margin:0px;
}

p {
	margin:0px 0px 0px 0px;
}

a {
	color:#00F;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.contactinfo {
	margin:auto;
	width:512px;
}

.contactinfo .list {
	list-style-type:none;
	display:table-cell;
	text-align:center;
	padding:0px 5px 0px 5px;
}











