@charset "utf-8";
/* 

STYLE SHEET FOR Faem WEB SITE
Created by Gerry Procee / Kend Media 

Table of Contents

	1. defaults
	2. main layout
	3. links
	4. fonts

/* - 1. defaults - */

body {
	margin: 0;
	padding: 0;
	background-color: #f4eeee;	
}

h1 {	
	font-size:14px;
}

ul {	
	font-size:14px;
}


p {
	font-size:14px;
	padding-right: 10px;
	padding-left: 10px;
}

/* - 2. main layout - */

#wrapper {
	width: 990px;
	border: solid 1px #dadada;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFF;
}

#header {
	width: 100%;
	height: 150px;
	background-image: url(/images/kop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#container {
	width: 100%;
	height: 592px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}

/* - 3. Scroll + Jquery - */

.holder {
	position: relative;
	top: -110px;
	left:218px;
	width:640px;
	height:440px;
	overflow: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.scroll-pane {
	width:640px;
	height:440px;	
	background: #fff;
}

.pane1 {		
}

/* - 3. tekst - */

.tekst_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}

.tekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: italic;
	padding: 20px;
	text-align:center;
	width: 800px;
}

.link {
	color: #069;	
}

.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

.demoHeaders { margin-top: 2em; }

/* - 4. buttons - */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
    outline:none;
}

a:focus {
    -moz-outline-style:none;
}


/* Menu: Image Based Rollover */

a#button1, a#button2, a#button4, a#button6, a#button7 {	
	display: block;
	width: 95px;
	height: 28px;	
	position: relative;
	left: 130px;
}

a#button1 {
	background: url(/images/bt_faem.png) no-repeat 0 0;
	top: 40px;
}

a#button2 {
	background: url(/images/bt_karakter.png) no-repeat 0 0;
	top: 45px;
}

a#button4 {
	background: url(/images/bt_projecten.png) no-repeat 0 0;
	top: 50px;
}

a#button6 {
	background: url(/images/bt_nieuws.png) no-repeat 0 0;
	top: 55px;
}

a#button7 {
	background: url(/images/bt_contact.png) no-repeat 0 0;
	top: 60px;
}
