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

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ffc726;
	text-align: center;
}
#master {
	margin-top: 0px;
	height: 620px;
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#links {
	position:absolute;
	width:360px;
	height:620px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(pics/ag1.jpg);
}
#rechts {
	position:absolute;
	width:600px;
	height:620px;
	z-index:2;
	left: 360px;
	top: 0px;
	background-image: url(pics/ag2.jpg);
}
#tekst {
	position:absolute;
	width:450px;
	height:520px;
	z-index:3;
	left: 120px;
	top: 70px;
}
#reclame {
	position:absolute;
	left:20px;
	bottom:100px;
	width: 136px;
	height: 150px;
}
.home {font: 16px/16px normal Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.link {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}

