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

a {color:#fff;text-decoration:none;}
a :link, :visited {color:#999; text-decoration:none;}
a :hover {text-decoration: underline;} 
a :active {text-decoration:none;}

html {
		height: 100%;
		overflow: hidden;
}
	
body {
		height: 100%;
		margin: 0;
		padding: 0;
	}


body#home {background:#000000 url(../images/home.jpg) top center no-repeat;}

body#contact {background:#000000 url(../images/contact.png) top center no-repeat;}

body#bio {background:#000000 url(../images/bio.png) top center no-repeat;}

body#exp {background:#000000 url(../images/expo_publ.png) top center no-repeat;}

body#schilderijen {background:#000000;}

#content {height:590px;width:980px;position: relative;margin:0px auto;padding:0px;}

#content_schilderijen {background:#000000 url(../images/schilderijen.jpg) top center no-repeat;;height:590px;width:980px;position: relative;margin:0px auto;padding:0px;}

#logo {position:absolute;height:130px;width:458px;margin:;background:url(../images/naam.png) top left no-repeat;}

#logohome {position:absolute;height:130px;width:458px;margin:;background:url(../images/naam.png) top left no-repeat;left:100px; top:165px;}

#logo_diap {position:absolute;height:130px;width:458px;margin:;background:url(../images/naam_diap.png) top left no-repeat;}

#navigatie {position:absolute;height:77px;width:770px;bottom:15px;background:url(../images/navigatie.png) top left no-repeat;padding-left:210px;padding-top:23px;}

.btn {font-family:Arial, Helvetica, sans-serif;font-size:110%;color:#FFF;padding-right:35px;float:left;}

#tekstvlak {position:absolute;overflow-y:auto;height:300px;width:424px;background:url(../images/tekstvlak.png) top left repeat;padding:10px 25px 10px 25px;left:100px; top:110px;}

.tekstvlak {font-family:Arial, Helvetica, sans-serif;font-size:80%;color:#000;line-height:18px;}

.tekstvlak_bold {font-weight: bold;font-family:Arial, Helvetica, sans-serif;font-size:100%;color:#000;line-height:18px;}

#welkom {position:absolute;height:40px;width:424px;padding:10px 25px 10px 25px;left:20px; top:110px;}

.welkomtekst {font-family:Arial, Helvetica, sans-serif;font-weight: bold;font-size:125%;color:#FFF;line-height:24px;}

p.btn :link, :visited {color:#999; }
p.btn :hover {text-decoration: underline;} 
p.btn :active {text-decoration:none;}



