/* css bestand voor de website van De Vosakker */

/* basic elements */

body { 
	background-color: #ffffc0;
	font-family: arial;
	}

h1 {
	color: #007900;
	font-family: arial;
	padding: 50px 10px 5px 10px ;
	font-size: 56px;
	}

h2 {
	color: #ffffc0;
	font-family: arial;
	background-color: #ff9933;
	font-size: medium;
	padding-left: 5%;
	margin-left: 1%;
	margin-right: 1%
	}

p {
	margin-left: 1%;
	}

ul {
	list-style-type: square;
	}

li {
	padding-bottom: 5px;
	}

/* specific divs */
#container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 500px;
	min-width: 1000px; 
	}

#container_2
	{
	position: absolute;
	background-color: none;
	top: 10px;
	left: 50%;
	width: 1000px; 
	margin: 0 0 0 -500px;
	z-index: 0;
	}


#adres-tekst {
	float: left;
	}

#adres-kop {
	float: left; padding-left: 5%;
	 } 

.links {
	float: left;
	width: 130px;
	}

.rechts {
	float: right;
	width: 80px;
	top: 0%;
	background-color: #ff9933;
	}

.tekst {
	float: left;
	width: 740px;
	background-color: #ffffc0;
	}

.tekst_2 {
	float: left;
	width: 600px;
	background-color: #ffffc0;
	}


