/*
	
	CSS STYLESHEET VOOR SHUTDOWN.CLASS.PHP
	
	opgelet! afbeeldingen staan /img/
	dus er moet een map teruggegaan worden (../img/)
	
*/

body, html {margin:0; padding:0;  font-family:Arial, Helvetica, sans-serif; }
#top {height:350px; background-color:#fff}
#top-center {margin:0 auto; width:800px; height:100%; position:relative}
#top-img {background:url(../img/start_img.jpg) no-repeat; width:340px; height:334px; position:absolute;
bottom:2px; left:0}
#top-logo {background:url(../img/start_logo.jpg) no-repeat; width:449px; height:90px; position:absolute; 
bottom:110px; right:0}
#top-talen {width:400px; position:absolute; 
bottom:5px; right:0}

#top-talen li {padding:2px}
#top-talen li a {font-size:17px; font-weight:bold; text-decoration:none; color:#333}
#top-talen li a:hover {color:#facb28}
#bottom {height: 221px; background:url(../img/start_bottom_stretch.jpg) repeat-x}
#bottom-center {margin:0 auto; width:800px; height:100%; position:relative}
#bottom-img {background:url(../img/start_bottom_img.jpg) no-repeat; width:340px; height:221px; position:absolute; top:2px; left:0}
#bottom-text {width:449px; position:absolute; 
top:20px; right:0; color:#555; border-left:#999 dotted 2px; padding-left:8px}
#bottom-text h1 {font-size:14px; margin:0; color:#000}
#bottom-text h2 {font-size:14px; margin:0;  margin-top:15px;}
#bottom-text p {font-size:13px; margin:0; color:#000}