/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @adjustments Nicole Martens
*/
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: Balloon BT;
	src: url('http://www.nicolemartens.nl/Balloon_Bold_BT.ttf');
}

body {
	font-size: 15px;
	font-family: helvetica;
	line-height:18px;
	color:#000000;
	background: #fff;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	font-family: Balloon Bt;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none; 
	color:#000000; 
}
a:active { 
	font-family: Balloon BT;
	font-size: 15px;
	line-height: 18px;
	text-decoration: underline; 
	color:#000000; 
}
a:visited { 
	font-family: Balloon BT;
	font-size: 15px;
	line-height: 18px;
	text-decoration:none; 
	color: #333333; 
}
a:hover { 
	font-family: Balloon BT;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none; 
	color:#000000; 
}

a img { border: none; }

#menu {
    width: 245px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
font-size: 15px;
font-family: helvetica, arial, sans-serif; 
font-weight: bold;
text-decoration: none; 
color: #000000;}

#menu ul li.active a { color: #FFCC66; }

#menu ul li { padding-left: 16px; text-indent: -10px; }

.media_title { 
font-size: 10px;
 }

#content {
    height: 100%;
    margin: 20px 0px 0px 215px;
    top: 0;
}

.container {
    padding: 40px 40px 25px 40px;
}

#content p { width: 400px; margin-bottom: 9px; margin-left: 50px }

p {
    margin: 0 0 9px 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; margin-left: 38px }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }



#once { clear: left; }