 /*
 * PRIKBORD.DIZAJN.NL
 * Author:			Damir Tursunovic
 * Date:			2010-10-29
 * URL:				http://www.dizajn.nl
 * Version:			1.1
 */
 
/* STIEKEM IN ME CSS KIJKEN HE! WATCH & LEARN :p */
 

* { margin:0; padding:0; }
body { background:url(images/bg.png) repeat; font-family: Arial, "MS Trebuchet", sans-serif; font-size:14px; color:#333333; text-shadow: #fff 1px 1px 1px; }

#wrapper { width:740px; margin:0 auto; }
#header { width:740px; height:105px; background:url(images/header.png) no-repeat; }
	#topHeader { width:616px; height:92px; margin-left:80px; }
		.iconBox { float:left; width:110px; height:92px; }
		.headerBox { float:left; margin-top:10px; }
	#teaser { width:565px; height:485px; margin:30px auto 0 auto; }
#top { width:740px; height:907px; background:url(images/topBG.png) repeat-y; }

#bottom { width:740px; height:318px; background:url(images/bottomBG.png) no-repeat; }
	#mainColumn { float:left; width:400px; margin:26px 70px 0 30px; }
		#mainColumn ul { margin:24px 0 0 40px; }
		#mainColumn li { margin:7px 0 0 0; list-style-image: url(images/check.png); }
		
		#gallery { }
			#gallery ul { margin:30px 0 0 17px;}
			#gallery li { display:inline; margin-left:23px; }
			#gallery a { border:none; }
			#gallery img { border:none; }
	#subColumn { float:left; width:220px; margin:26px 20px 0 0; }
		a.appStore { display:block; width:202px; height:70px; background:url(images/appStoreBadge.png) no-repeat; }
			a.appStore:hover { background:url(images/appStoreBadge_hover.png) no-repeat; }
		a.twitter { display:block; width:196px; height:95px; background:url(images/twitter.png) no-repeat; margin-top:80px; }
			a.twitter:hover { background:url(images/twitter_hover.png) no-repeat; }				
#footer { width:740px; height:25px; background:url(images/footer.png) no-repeat;  }
#footerContent { width:700px; height:17px; margin:20px auto 30px auto; font-family: Arial, "MS Trebuchet", sans-serif; font-size:11px; color:#e9e9e9;text-shadow:none; }

h1#mainHeading { display:block; width:274px; height:37px; background:url(images/mainHeader.png) no-repeat; }
h2#subHeader { display:block; width:490px; height:18px; margin-top:15px; background:url(images/subHeader.png) no-repeat; }	
h3#functies { font-family: Arial, "MS Trebuchet", sans-serif; font-size: 16px; font-weight:bold; color:#333333; }

span.noDisplay { display:none; visibility:hidden; }
strong { font-weight:bold;}
img.dizajnLogo { display:block; float:right; position:relative; top:-16px;}

a { border:none; }
img { border:none; }
