/* @override http://localhost:8888/style/screen.css */

/* Reset styles */
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* @group Standard HTML */

html, body{
	font-family: Arial, sans-serif;
	background: url('/images/background.gif') repeat-x;
}

ul, li{
	list-style: none;
	list-style-type: none;
}

a:link{
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}

a img{
	border: none;
}

/* @end */

#header{
	height: 400px;
	margin: 0 auto;
}

/* @group Prediction */

#voorspelling{
	width: 100%;
	height: 400px;
	position: absolute;
	text-align: center;
}

#voorspelling h1 {
	font-size: 5em;
	margin: 1em 0;
}

#voorspelling p{
	color: #808080;
}

/* @end */

/* @group Menu */

#menu ul{
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0 0 12px 0;
	text-align: center;
}

#menu li{
	display: inline;
	margin: 0 -5px 0 0;
}

#menu li a{
	background-color: #E6E6E6;
	padding: 12px 25px;
	margin: 0;
	color: #808080;
	text-decoration: none;
}

#menu li a:hover{
	background-color: orange;
	color: white;
}

#menu a.selected{
	background-color: orange;
	color: white;
}

/* @end */

/* @group Extra information */

#info{
	font-size: 0.8em;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

#info > div{
	width: 278px;
	float: left;
	padding: 0 10px;
	margin: 20px 20px 0 0;
	text-align: justify;
}

#info #addthis_toolbox{
	margin-right: 0;
}

/* @end */

/* @group AddThis */

#addthis_toolbox a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
}

#addthis_toolbox a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: orange;
    text-decoration: none;
}

#addthis_toolbox span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

#addthis_toolbox .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
	margin: 10px;
    text-align: center;
}

#addthis_toolbox .more a
{
    padding: 4px 0;
    width: auto;
}

#addthis_toolbox .more span
{
    display: none;
}

#addthis_toolbox .column1
{
    width: 130px;
    float: left;
}

#addthis_toolbox .column2
{
    width: 130px;
    float: left;
}

#addthis_toolbox .clear
{
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
}

/* @end */