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

Body {
	margin: 0px 0px 0px 0px;
	height:100%;
	width:100%;
	background: url(images/back2.jpg) no-repeat top center #2d2018;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

#content {
	width:650px;
	height:500px;
	margin: 120px auto;
	}
#nav {
	width:480px;;
	height:50px;
	position:absolute;
	margin-left:220px;
	}
#nav_item {
	float:left;
	padding-left:10px;
	}
#downloads {
	width:205px;
	height:700px;;
	padding:20px;
	margin-left:200px;
	margin-top:60px;
	background:url(images/downloads.png) no-repeat;
	position:absolute;
	}
#bedankt {
	width:250px;
	height:503px;
	background:url(images/bedankt.png) no-repeat;
	margin-left:420px;
	margin-top:60px;
	padding:20px;
	position:absolute;
	}
#info {
	width:250px;
	height:503px;
	background:url(images/bedankt.png) no-repeat;
	margin-left:420px;
	margin-top:60px;
	padding:20px;
	position:absolute;
	}
.bedankt {
	font-size:10px;
	width:175px;
	padding-left:25px; 
	color:#000000;
	text-align:left;
	}
.tekst {
	font-size:10px;
	width:185px;
	padding-left:25px;
	color:#000000;
	text-align:justify;
	}
.lied {
	padding-left:20px;
	font-size:11px;
	font-weight:bolder;
	margin-bottom:3px;
	}
a, a:active, a:link, a:visited {
	color:#2d2018;
	}
a:hover {
	color:#000000;
	background-color:#f19eae;
	}
