/*css for general items on http://www.experiencehouthoff.com*/
 
 /* Font faces om de font-family's te definen.. */
@font-face {
		 font-family: Myriad Pro Bold;
		 src: url('../fonts/myriad/myriadpro-bold-webfont.eot'); /* EOT voor IE */
}

@font-face {
		font-family: Myriad Pro Bold;
		src: url("../fonts/myriad/myriadpro-bold-webfont.ttf") /* TTF voor CSS3 browsers */
}

@font-face {
		 font-family: Myriad Pro Italic;
		 src: url('../fonts/myriad/myriadpro-it-webfont.eot'); /* EOT voor IE */
}

@font-face {
		font-family: Myriad Pro Italic;
		src: url("../fonts/myriad/myriadpro-it-webfont.ttf") /* TTF voor CSS3 browsers */
}

@font-face {
		 font-family: Myriad Pro;
		 src: url('../fonts/myriad/MyriadWebPro.eot'); /* EOT voor IE */
}

@font-face {
		font-family: Myriad Pro;
		src: url("../fonts/myriad/MyriadWebPro.ttf") /* TTF voor CSS3 browsers */
}

@font-face {
		 font-family: Myriad Pro Bold Condensed;
		 src: url('../fonts/myriad/myriadpro-boldcond-webfont.eot'); /* EOT voor IE */
}

@font-face {
		font-family: Myriad Pro Bold Condensed;
		src: url("../fonts/myriad/myriadpro-boldcond-webfont.ttf") /* TTF voor CSS3 browsers */
}


/*id's*/
body {
	margin: 0;
	padding: 0;
	padding-top: 50px;
	text-align: center;
	color: #ffffff;
	background-color: #2f4a53;
	overflow-x: hidden;
	-ms-overflow-x : hidden;
	font: normal 100% Myriad Pro;
}

#container {
	width: 1006px;
	height: 582px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content {
	height: 466px;
}

#leftcolumn {
	float: left;
	width: 322px;
	height: 466px;
	background-image: url(../img/columnleft-bg.jpg);
	border-right: 1px solid #ffffff;
}

#middlecolumn {
	float: left;
	width: 360px;
	height: 466px;
	background-color: #406c7d;
}

#rightcolumn {
	float: left;
	width: 322px;
	height: 466px;
	background-color: #999999;
	background-image: url(../img/columnright-bg.jpg);
	border-left: 1px solid #ffffff;
}

.readmore {
	display: block;
	width: 95%;
	text-align: right;
	padding-top: 5px;
}

#footer {
	clear: both;
	height: 22px;
	text-align: right;
	padding-right: 10px;
	background-color: #666666;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	float: right;
	padding-right: 10px;
	color: #2f4a53;
}

#footer li a {
	display: block;
	padding-top: 4px;
}

#footer a:link, #footer a:after, #footer a:active, #footer a:hover, #footer a:focus, #footer a:visited {
	color: #2f4a53;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}



/*links*/
a:link, a:after, a:active, a:hover, a:focus, a:visited {
	color: #ffffff;
	font-family: Myriad Pro;
	letter-spacing: 0.04em;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

/*headers*/

/*h1: titles 'blog', 'twitter', enz.*/
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #fff;
	font-family: Myriad Pro Bold Condensed;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/*h2: large intro texts*/
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #ffffff;
	font-family: Myriad Pro;
	letter-spacing: 0.03em;
	font-weight: normal;
}

/*h3: blog titles*/
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #ffffff;
	font-family: Myriad Pro;
	letter-spacing: 0.02em;
	font-weight: bold;
}

/*h4: small intro texts*/
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #ffffff;
	font-family: Myriad Pro;
	letter-spacing: 0.02em;
	line-height: 15px;
	padding-top: 5px;
	font-weight: normal;
	text-align: justify;
}

/*paragraph: blog text*/
p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: Myriad Pro;
	letter-spacing: 0.01em;
/*	line-height: 15px;*/
	padding-top: 1px;
}

/*list*/
ul {
	list-style-type: none;
}

a img {
	border: none;
}
