@import "reset.css";
@import "fonts.css";
	html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}
	body {
	background-color: #fff;
	background-image: url(../images/backgrnd.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	div#top {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: #000;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
}
	div#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/backgrnd.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
}
	header {
	position: relative;
	width: 980px;
	height: 150px;
	background-image: url(../images/header.jpg);
}
	div#logo {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 174px;
	height: 74px;
	background-image: url(../images/logo.png);
	z-index:99;
}
	div#logo a {
	float: left; width: 100%; height: 100%; outline: 0;
}
	div#logo b {
	display: none;
}
	section {
	position: relative;
}
	article {
	position: relative;
	min-height: 950px;
	height: auto !important; /* voor moderne Browser */
	height: 950px; /*voor IE6 */
	padding: 50px;
	line-height: 1.4em;
}
	div#contact {
	position: absolute;
	top: 153px;
	left: -38px;
	width: 38px;
	height: 338px;
}
	div#contact img {
	width: 38px;
	height: 338px;
	outline: 0;
	border: 0;
}
	footer {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #313131;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
}
	div#center {
	position: relative;
	width: 980px;
	height: 300px;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
}
	div#social {
	position: absolute;
	top: 0;
	left: 0;
	width: 880px;
	height: 22px;
	padding: 90px 50px;
}
	#socialmedia {
	padding: 0;
	margin: 0;
}
	#socialmedia li {
	display: inline;
	padding: 0;
	margin: 0 0 0 2px;
	background-image: url(../images/social.png);
	float: right;
}
	#socialmedia li a {
	display: block;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	background-color: transparent;
	outline: 0;
	border: 0;
}
	#socialmedia li.facebook { background-position: 0 top; }
	#socialmedia li.facebook:hover { background-position: 0 bottom; }
	#socialmedia li.twitter { background-position: -23px top; }
	#socialmedia li.twitter:hover { background-position: -23px bottom; }
	#socialmedia li.linkedin { background-position: -46px top; }
	#socialmedia li.linkedin:hover { background-position: -46px bottom; }
	
	div#address {
	position: relative;
	height: 202px;
	line-height: 18px;
	color: #9d9d9d;
	font-size: 12px;
	padding: 50px 0 0 50px;
}
	div#disclaimer {
	position: relative;
	line-height: 20px;
	float: left;
	color: #9d9d9d;
	font-size: 12px;
	padding: 14px 0 14px 50px;
}
	div#disclaimer a:link, div#disclaimer a:visited {
	color: #ccc;
	text-decoration: none;
}
	div#disclaimer a:active, div#disclaimer a:hover {
	color: #fff;
	text-decoration: none;
}
	div#valid {
	position: relative;
	float: right;
	padding: 14px 50px 14px 0;
}
	div#exedo {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons.png);
}
	div#exedo:hover {
	background-position: 0px -20px;
}
	div#exedo a {
	float: left; width: 100%; height: 100%; outline: 0;
}
	div#exedo b, div#exedo strong {
	display: none;
}
	div#w3c {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #928260;
	padding-right: 5px;
}
	div#w3c a {
	color: #73664d;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
}
	div#w3c a:hover {
	color: #ffde00;
}
	h1, h2, h3, h4, h5, h6 {
	font-size: 26px;
	color: #990099;
	margin: 0 0 1em 0;
}
	h2 {
	color: #666;
	font-size: 20px;
	margin: 2em 0 1em 0;
}
	h3 {
	font-size: 16px;
}
	h4, h5, h6 {
	font-size: 14px;
}
	div.clear {
	clear: both; 
	height: 1px; 
	overflow: hidden; 
	font-size: 0pt; 
	margin-top: -1px;
}
	div#generator {
	position: relative;
	width: 412px;
	background-color: #c9d7e1;
	padding: 14px;
}
	div#generator input {
	width: 300px;
	height: 24px;
	color: #999;
}
	div#generator .field, div#generator .result {
	width: 310px;
	height: 34px;
	float: left;
}
	div#generator .result {
	text-align: center;
	color: #990099;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
	div#generator .button {
	float: left;
	width: 100px;
	height: 28px;
	text-decoration: none;
	background-image: url(../images/gradient.png);
	text-align: center;
	border: solid 1px #999;
	outline: 0;
}
	div#generator a {
	color: #333;
	line-height: 28px;
	float: left; 
	width: 100%; 
	height: 100%; 
	outline: 0;
	text-decoration: none;
}
	div#generator .button:hover { background-position: 0 bottom; }
	div#generator a:hover { color: #000; }
	
	div#copymessage { 
		color: #999;
		display:none;
	}
	div#lastitems {
	position: relative;
	width: 412px;
	background-color: #c9d7e1;
	padding: 14px;
}
	div#lastitems .result {
	height: 30px;
	float: left;
}
	div#lastitems .original {
	width: 280px;
	text-align: left;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
}
	div#lastitems .shorten {
	width: 100px;
	padding-left: 12px;
	text-align: left;
	color: #990099;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}
	div#lastitems .button {
	float: left;
	width: 100px;
	height: 28px;
	text-decoration: none;
	background-image: url(../images/gradient.png);
	text-align: center;
	border: solid 1px #999;
	outline: 0;
}
	div#lastitems a {
	color: #333;
	line-height: 28px;
	float: left; 
	width: 100%; 
	height: 100%; 
	outline: 0;
	text-decoration: none;
}
	div#qr_code {
	width: 440px;
	height: 132px;
}
	#qrcode {
	float: right;
}