/*
 * default.screen.css
 * 
 * Created: 2005-06-15
 * Updated: 2010-07-30 10:03 GMT+1
 * 
 */

@import url("layout.screen.css");

html
{
	background: #d4d6d9 url(../images/html_background.png) top repeat-x fixed;
}

body
{
	color: #2f2e30;
	font-family: verdana, sans-serif;
	font-size: 81.25%; /* 1.25% more for a nice Opera font-size and also 1.25% more for firefox width bug */
	margin: 0 auto;
	max-width: 90%;
	padding: 0;
	width: 50em;
}

h1
{
	background-color: #6489cd;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 220%;
}

h2
{
	color: #586376;
	font-family: verdana, arial, sans-serif;
	font-size: 102%;
}

p
{
	margin: 0 0 1em 0;
}

a
{
	color: #b81515;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

	a.external, a.pdf, a.doc, a.music
	{
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 19px;
	}

		a.music, a.music:hover
		{
			background-image: url(../images/icons/music.gif);
		}

.right
{
	float: right;
	margin: -1em 0.75em 0 0.25em;
}

strong
{
	color: #2b2f37;
}

.helpWidget
{
	margin: 0 1em 0 0;
	text-align: right;
}

address 
{
	font-style: normal;
	margin: 0.9em;
}

	span.address 
	{
		float: left;
		width: 4.25em;	
	}

.marked
{
	color: #c51b35;
}

.noDisplay
{
	display: none;
}

.noVisibility
{
	visibility: hidden;
}

div#navigation ul
{
	font-family: arial, sans-serif;
	text-transform: lowercase;
}

div#navigation ul li a
{
	font-weight: bold;
}

label.labelInput
{
	float: left;
	width: 11em;
}

ol.mediationpp
{
	list-style: none;
	margin-top: -1em;
	padding-top: 0;
}

ol.mediationpp span
{
	float: left;
	width: 9.5em;
}

.overons {height: 32em;}
.overonsTest {height: 58em;}

.left-align, .right-align
{
	border: 1px #e0e1e3 solid;
	margin: 0.5em 0;
	padding: 0.5em;
}
	.left-align {text-align: left;}
	.right-align {float: right;}
	.left-align img {float: left; margin: 0 1em .5em 0;}
	.right-align img {float: right; margin: 0 0 .5em 1em; }

img
{
	padding: .15em;
	border-radius: .2em;
	 -moz-border-radius: .2em;
	 -webkit-border-radius: .2em;
	box-shadow: #ddd .1em .1em .5em;
	 -moz-box-shadow: #ddd .1em .1em .5em;
	 -webkit-box-shadow: #ddd .1em .1em .5em;
}

input#versturen
{
	float: right;
	margin: 0 14.5em 0 0;
}

fieldset
{
	border: 0;
	margin: 1.25em -0.5em;
	padding: 0.5em 0.25em 0.5em 0.5em;
}

	fieldset.labelInput
	{
		margin: 0.5em 1.5em;
	}

textarea
{
	font-family: verdana, sans-serif;
	font-size: 100%;
	height: 14em;
	width: 20em;
}
	fieldset input, textarea
	{
		margin: 1px;
		padding: 2px;
	}

div#footer p
{
	color: #bcbec1;
	font-size: 92.35%; /* 2.35% more for a nice Opera font-size */
	margin: 0 1em 0 0;
	text-align: right;
}