/* CSS Document */

	body {
		font-family: "Trebuchet MS" ,Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
		color: #3c3d38;
		font-size: 12px;
		line-height: 160%;
		background-image: url(../images/bg_body.gif);
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #FFFFFF;
		margin: 0px;
	}
	
	body.intro {
		background-image: url(../images/bgintro.jpg);
		background-position: center center;
		background-attachment: fixed;
	}
	
	
	#intro_frame {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 940px;
		height: 500px;
		margin-left: -470px;
		margin-top: -250px;
	}
	
	#intro {
		position: absolute;
		top: 140px;
		left: 50%;
		width: 750px;
		height: 250px;
		margin-left: -375px;
		background-image: none;
	}
	
	#naarsite {
		position: absolute;
		top: 415px;
		left: 50%;
		width: 750px;
		margin-left: -375px;
		text-align: center;
		color: #FFFFFF;
	}
	
	#naarsite a {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		size: 10px;
	}
	
	#main {
		position: absolute;
		top: 0px;
		width: 880px;
		left: 50%;
		margin-left: -440px;

		height: 200px;
	}
	
	#nav {
		position: absolute;
		top: 30px;
		right: 0px;
	}
	
	#nav img {
		margin-left: 15px;
		border: 0px;
	}
	
	#vak1 {
		position: absolute;
		top: 80px;
		left: 79px;
		width: 200px;
		height: 180px;
		font-family : "Trebuchet MS" ,Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
		font-style: oblique;
		text-align: center;
		color: #FFFFFF;
		background-color: #b99765;
	}
	
	#vak2 {
		position: absolute;
		top: 80px;
		left: 279px;
		width: 400px;
		height: 180px;
	}
	
	#vak3 {
		position: absolute;
		top: 80px;
		left: 679px;
		width: 200px;
		height: 180px;
	}
	
	#vak4 {
		position: absolute;
		top: 260px;
		left: 79px;
		width: 200px;
		height: 180px;
	}
	
	#vak5 {
		position: absolute;
		top: 260px;
		left: 279px;
		width: 200px;
		height: 180px;
	}
	
	#vak6 {
		position: absolute;
		top: 440px;
		left: 79px;
		width: 400px;
		height: 180px;
	}
	
	#vak_content {
		position: absolute;
		top: 260px;
		left: 479px;
		width: 380px;
		height: 180px;
		padding-left: 20px;
		padding-top: 20px;

	}
