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

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 26px;
	color: #201A1A;
	background-image: url(../pic/bg_body.jpg);
	background-position: center top;
	background-repeat: repeat;
}

#container {
	width: 100%;
	background-image: url(../pic/bg_gradient.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pic/bg_wrapper.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 380px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

h1 {
	display: none;
}

h3 {
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	display: block;
	height: 30px;
	text-indent: -3000px;
	background-position: left top;
	background-repeat: no-repeat;
}

h2#logo { background-image: url(../pic/h3_logo.jpg); }
h2#huisstijl { background-image: url(../pic/h3_huisstijl.jpg); }
h2#drukwerk { background-image: url(../pic/h3_drukwerk.jpg); height: 60px; }
h2#website { background-image: url(../pic/h3_website.jpg); }
h2#webshop { background-image: url(../pic/h3_webshop.jpg); }
h2#nieuwsbrieven { background-image: url(../pic/h3_nieuwsbrieven.jpg); }

p {
	margin-bottom: 10px;
}

strong {
	background-color: #7F3E26;
	color: #FFF;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

a {
	color: #7F3E26;
}

ul#intro, ul#intro li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#intro {
	margin-top: 130px;
}

ul#intro li {
	width: 220px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-style: italic;
}

#content {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
}

#col1, #col2, #col3 {
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#siteinfo {
	clear: both;
	text-align: center;
	margin-bottom: 40px;
}

/*-- CLEARFIX --*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
