html * {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #dd2483;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

#container {
	width: 780px;
	margin: 60px auto 0px auto;
}

#header {
	height: 90px;
}

#logo { 
	float: left;
	padding-left: 5px;
}
#logo img {
	border: none;
}


/* ----------------------------------------
Navigatie
---------------------------------------- */

#nav ul {
	float: right;
}
#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	width: 70px;
	height: 69px;
	overflow: hidden;
}
#nav ul li a span {
	display: none;
}

#nav ul li.home a {
	background: url(img/top_nav.gif) 0px 69px;
}
#nav ul li.home a:hover,
#nav ul li.home a.active {
	background: url(img/top_nav.gif) 0px 0px;
}

#nav ul li.link a {
	background: url(img/top_nav.gif) 210px 69px;
}
#nav ul li.link a:hover,
#nav ul li.link a.active {
	background: url(img/top_nav.gif) 210px 0px;
}

#nav ul li.cases a {
	background: url(img/top_nav.gif) 140px 69px;
}
#nav ul li.cases a:hover,
#nav ul li.cases a.active {
	background: url(img/top_nav.gif) 140px 0px;
}


#nav ul li.contact a {
	background: url(img/top_nav.gif) 70px 69px;
}
#nav ul li.contact a:hover,
#nav ul li.contact a.active {
	background: url(img/top_nav.gif) 70px 0px;
}

#subnav {
	margin-top: 36px;
	text-align: right;
}
#subnav li {
	list-style-type: none;
	margin-bottom: 10px;
}
#subnav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#subnav li.active a {
	color: #000000;
}


/* ----------------------------------------
Boxes & Positioning
---------------------------------------- */

#content {
	width: 500px;
	padding-left: 5px;
	float: left;
}

#right {
	float: right;
	width: 260px;
	padding-right: 5px;
}
.stroke_full {
	clear: both;
	height: 9px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.gutter {
	clear: both;
	height: 10px;
}

#footer {
	clear: both;
	text-align: center;
	color: #000000;
	font-size: 11px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

/* ----------------------------------------
Get Flash player
---------------------------------------- */
.no_flash_melding {
	color: #333333;
	padding: 15px 10px 10px 20px;
	background: #FFFFFF url(img/arrow_pink.gif) no-repeat 0px 17px;
}

.no_flash_melding h3 {
	color: #dd2483;
}

.no_flash_melding a {
	color: #000000;
}

/* ----------------------------------------
Tekst opmaak
---------------------------------------- */

a {
	color: #FFFFFF;
}
p {
	margin-bottom: 18px;
}
h1, h2, h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
.zwart_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

.zwart {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

.wit_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}

.wit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
.pink {
	color: #dd2483;
}
.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/* ----------------------------------------
Business Card
---------------------------------------- */

.b_card {
	background: url(img/bg_card.gif) no-repeat;
	width: 172px;
	height: 188px;
	padding: 128px 0px 0px 21px;
	color: #333333;
	line-height: 13px;
}
.b_card a {
	color: #333333;
	text-decoration: none;
}
.b_card .prefix {
	color: #dd2483;
	width: 15px;
	float: left;
}
