/**

 * Stylesheet for Master Of Arts
 *
 * @media	screen, projection
 * @copyright	Moa.be <http://www.moa.be>
 * @author	Dorien Pauwels <pauwels.dorien@googlemail.com>

**/
*{
	padding-top:0px;
	padding-left:0px; 
	padding-right:0px;
	padding-bottom: 0px; 
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}
body{
	font-size:14px;
}
/**
 *  Header
 * ----------------------------------------------------------
*/
.uppercase{
	font-size:14px;
}

/**
 *  Menu
 * ----------------------------------------------------------
*/
#menu li{
	font-size:16px;
}

/**
  * Fontswitcher
  * ----------------------------------------------------------
*/
.normaal{
	font-size:13px;
}
.groter{
	font-size:17px;
}
#toolbar li .grootst a:link, #toolbar li.grootst a:active{
	font-size:21px;
	color:#a6b6be;
}
#toolbar li .grootst a:hover{
	color:#a6b6be;
}
/**
 *  Content - Main
 * ----------------------------------------------------------
*/
#mainContent h1{
	font-size:26px;
}
#mainContent h2{
	font-size:19px;
}
#mainContent h3{
	font-size:17px;
}
#mainContent h4{
	font-size:17px;
}

/**
 *  RechterBar
 * ----------------------------------------------------------
*/
#bar {
	font-size:16px;	
}
#bar h2{
	font-size:21px;
}
/**

 *  Newsletter
 * ----------------------------------------------------------

*/
legend{
	font-size:14px;
}


