@charset "utf-8";


body {
	background: #efefef url(../images/bg-oranje.gif) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
}


h1 {
	font-size: 24px;
	line-height:24px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

.intro {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
}

p {
	margin: 0 auto;
}

#mainContainer {
	margin: 0 auto;
	width: 800px;
}

#header {
	background: #fff url(../images/bg-header-bitshop.jpg) right bottom no-repeat;
	height: 200px;
	color: #ea620e;
	margin-right: 199px;
}

#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
	display: block;
	width: 360px;
	padding-top: 30px;
	text-indent: -40px;
}


#content {
	background: url(../images/bg-contentvlak.gif) top right no-repeat;
	width: 520px;
	padding: 40px;
	margin-right: 200px;
}

#rechterkolom {
	float: right;
	background: #fff;
	width: 199px;
	height: 100%;
	color: #ea620e;
	padding: 200px 0 0 0;
	overflow: hidden;
}

#rechterkolom p {
	padding: 0 20px 0 40px;
}

#rechterkolom a {
	color: #ea620e;
}

#rechterkolom .telefoonNummer {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}
#voorbeelden {
	float: left;
	margin-top: 20px;
	width: 120px;
}

#voorbeelden img {
	margin-bottom: 40px;
	border: 2px solid #ccc;
}

ul {
	margin: 20px 0 20px 160px;
}
ul li {
	margin-bottom: 20px;
}


#footer {
	background: #fff;
	padding: 20px 40px 20px 40px;
	color: #666;
	width: 521px;
}
#footer a {
	color: #666;
}

#footerLogo {
	float: right;
	background: #fff url(../images/logo-bitwise-bncc-online-communicatie-en-creatie.png) top left no-repeat;
	width: 199px;
	height: 131px;
	overflow: hidden;
}

#footerLogo a {
	display: block;
	height: 131px;
	width: 200px;
	text-indent: -2000px;
}