body
{
	/*margin: 5% auto;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	/*width: 516px;*/
	/*position: relative;*/
	color: #111111;
	background: #FFFFFF url(bg_gradient.png) repeat-x 0 -355px;
	/*background-color: #FFFFFF;*/
	line-height: 170%;
}

#oneman
{
	margin: 5% auto;
	width: 516px;
	position: relative;
}

h1
{
	color: #E47911;
	font-size: 1.28em;
}

h2
{
	color: #146EB4;
	font-weight: normal;
	font-size: 1.7em;
}

h3
{
	color: #146EB4;
	font-weight: normal;
	font-size: 1.3em;
}

p.targetmenu
{
	color: #CCCCCC;
	/*font-size: 0.9em;*/
}

p.centersmall
{
	color: #666666;
	/*max-width: 123ex;*/
	text-align: center;
	font-size: 0.7em;
}

p.uurwerk
{
	font-size: 0.8em;
	/*font-family: monaco, courier, monospace;*/
}

a:link, a:visited { color: #004B91; }
a:hover { color: #E47911; }

a.current, a:visited.current, a:hover.current, a:active.current
{
	background: #004B91;
	color: #FFFFFF;
	text-decoration: none;
	/*font-weight: bold;*/
}

ul li
{
	padding-left: 16px;
	list-style-type: none;
	background-image: url(bullet_square.png);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	margin-left: -16px;
	/*margin-bottom: 0.5em;*/
}

hr
{
	border: 0;
	height: 2px;
	margin: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	clear: both;
}

/*img { border: 0; }*/
img
{
	padding: 5px;
	background-color: #FBFBFB;
	border: 1px solid #D9D9D9;
	border-right-color: #9B9B9B;
	border-bottom-color: #9B9B9B;
}

div.errors
{
	border: 1px solid #F9C8C8;
	background-color: #FCE8E8;
	padding: 5px 10px;
	margin-bottom: 20px;
	/*width: 516px;*/
	/*width: 494px;*/
	color: #D14848;
}

div.errors h2
{
	color: #EA4040;
	font-size: 2em;
}

div.dialog
{
	background-color: #ffc;
	border: 1px solid #FFFF33;
	padding: 5px 10px;
	margin-bottom: 20px;
	/*width: 494px;*/
	text-align: left;
}

#inaworld
{
	display: block;
	height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	/*position: fixed;*/
	right: 10px;
	top: 5px;
	text-align: right;
	width: 100%;
}

#inaworld li
{
	display: inline;
	font-size: 0.84em;
	line-height: 1.0;
	margin: 0 0 0 2px;
	padding: 5px 0 2px;
	text-transform: lowercase;
	background-image: none;
}

#inaworld a, #inaworld a:link, #inaworld a:visited
{
	background-color: #EFEFEF;
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	padding: 2px 5px 3px;
	position: relative;
	text-decoration: none;
}

#inaworld a:hover, #inaworld a:active
{
	background: #F2F2F2;
	color: #004B91;
	text-decoration: none;
}

#inaworld li a:focus { outline: none; }

