
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #565758;
	font-family: arial;
	background: #fff url(../img/bg.gif) repeat-x;
}

/* Container
-------------------------------------------------------------- */

.container {
	width: 784px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}


/* Header
-------------------------------------------------------------- */

.header {
	height: 125px;
	position: relative;
}

/* Nav
-------------------------------------------------------------- */

.nav {
	height: 40px;
	position: relative;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	float: left;
	padding-right: 30px;
}

.nav li a {
	color: #fff;
	text-decoration: none;
	padding: 11px 0px 11px 0px;
	margin: 0;
	display: block;
}

.nav li a:hover, .nav li a.active {
	text-decoration: underline;
}

/* Logo
-------------------------------------------------------------- */

.logo h1 {
	display: block;
	width: 100%;
	height: 37px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 19px;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	background: #fff url(../img/logo.gif) no-repeat;
}

.logo h1 a {
	width: 286px;
	height: 37px;
	text-decoration: none;
	display: block;
}

.logo h1 a span {
	visibility: hidden;
}

/* Content
-------------------------------------------------------------- */

.content {
	display: block;
	position: relative;
	background: #f0f1f1;
	border: 1px solid #d9dada;
	padding: 35px;
}

/* image+tekst
-------------------------------------------------------------- */

.image-container  {
	float: left;
}

.image-container img {
	border: 1px solid #fff;
}

.tekst {
	float: left;
	width: 500px;
	padding-left: 35px;
}

.tekst h2 {
	color: #4a9533;
	font-size: 20px;
	border-bottom: 1px solid #fff;
}

/* downloadbalk
-------------------------------------------------------------- */

.downloadbalk {
	margin-top: 20px;
	position: relative;
	height: 59px;
}

.downloadknop a {
	width: 219px;
	height: 59px;
	background: url(../img/knop.jpg) no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999px;
	right: 18px;
	top: 0px;
}

.downloadtekst {
	background: #f0f1f1;
	border: 1px solid #d9dada;
	height: 36px;
	position: absolute;
	top: 11px;
	display: block;
	width: 100%;
}

.downloadtekst p {
	margin: 0 20px;
	padding: 7px;
	color: #4a9533;
	font-size: 16px;
	font-weight: bold;
}

.downloadtekst p span {
	color: #9b0909;
}

.downloadknop-1dec {
    width: 258px;
	height: 123px;
    background: url(../img/knop-downloadable.png) no-repeat;
    position: absolute;
	top: -30px;
	right: 0px;
	z-index: 2;
}

*html .downloadknop-1dec {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/knop-downloadable.png", sizingMethod="crop");
}