﻿/* CSS Document Histotolk V1 by Webbureau SUIT*/

/******************** BODY *******************/

	html{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0px;
		overflow-x: hidden;
	}

	body{
		background: #E2DDB5 url('../img/bgindex.jpg') fixed top center;
		padding: 0px;
		margin: 0px;
		text-align: center;
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 10pt;
	}

	#header{
		background: url('../img/titelindex.gif') no-repeat center center;		
		height: 200px;
		width: 750px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#container{
		background: transparent url('../img/bgbuttons.jpg') repeat-x;
		width: 100%;
		height: 120px;
		margin-top: 40px;
		padding-top: 35px;
	}
	
	#buttons{
		background: transparent url('../img/butt ons.png') no-repeat center center;
		width: 1024px;
		height: 49px;
		margin: 0 auto;
	}
	
	.button{
		width: 110px;
		height: 49px;
		cursor: pointer;
		position: relative;
		float: left;
		padding-right: 3px;
	}
	
	#tekst{
		width: 750px;
		margin: 0 auto;
		padding: 60px 0;
		padding-top: 20px;
		text-align: justify;
		font-size: 16pt;
		line-height: 160%;
	}
	
	h1{
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 30pt;
		color: #9A0000;
	}