/* Extra Stylesheet for the IF NL start page */
/* Main text block */
#text
{
  background: #336699;
  padding: 0px;
	position: absolute;
	width: 100%;
	height: 360px;
}
/* Left column with slogan */
#left
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 32%;
}
/* Middle column with choices */
div#middle
{
	position: absolute;
	top: 14px;
	left: 35%;
}
/* Grey column with news and events */
div#right
{
	background: #cccccc;
	position: absolute;
	left: 68%;
	width: 240px;
	height: 100%;
	font-size: 125%;
}
/* Position the news and event blocks in grey column */
div#titlenews
{
	position: absolute;
	top: 30px;
	left: 45px;
	text-align: right;
}
div#textnews
{
	position: absolute;
	top: 60px;
	left: 60px;
	font-size: 0.8em;
	text-align: left;
}
div#titleevent
{
	position: absolute;
	top: 160px;
	left: 45px;
	text-align: right;
}
div#textevent
{
	position: absolute;
	top: 190px;
	left: 60px;
	font-size: 0.8em;
	text-align: left;
}
/* Last bar with copyright and legal notice */
div#closing
{
	position: absolute;
	top: 528px;
	left: 18%;
	text-align: left;
}
.slogan
{
	font-size: 1.3em;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: right;
} 
.mash
{
	font-size: 1.2em;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: left;
}
/* End of stylesheet */
