/*
	Theme Name: OutOfOrder
	Description: Custom made theme for Reflexie
	Version: 0.1
	Author: Waelpoel
	Author URI: http://waelpoel.com
*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #4f4f4f;
	margin: 0; 
	padding: 0;
	color: #cccccc;
}
#banner {
	width: 1920px;
	height: 1080px;
	display: block;
	position:fixed;
	float: left;
	top: 50%;
	margin-top: -540px;
	left: 50%;
	margin-left: -960px;
	background:url(images/underconstruction_roos.jpg) top left;
}
p {
	padding: 2px 10px 0px 10px;
	margin: 0px;
	margin-bottom: 8px;
	line-height: 18px;
}
li {
	line-height: 17px;
	padding-bottom: 5px;
	width: 420px;
}
IMG a:link, a:visited, a:active, a:hover {
	border: none;
}
TABLE TD {
	text-align:left; 
	vertical-align: top;
}
a, a:hover, a:active, a:link, a:visited {
	color:  #dddddd;
}
pre {
	margin: 0;
	padding: 0;
}
#container {
	position: absolute;
	width: 904px;
	min-height: 560px;
	display: block;
	left: 50%;
	top: 30px;
	margin-left: -522px;
}
#sidemenu {
	width: 140px;
	height: 560px;
	padding: 60px 5px 0px 0px;
	float: left;
	display: block;
	clear: left;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}

#sidemenu .page-link a {
	text-decoration:none;
	color: #ff7e00;
}

#sidemenu .page-link-selected a {
	text-decoration: underline;
	color: #dddddd;
}



#mainarea {
	width: 728px;
	height: 560px;
	float: left;
	display: block;
}
#titlelogo {
	width: 187px;
	height: 23px;
	background: url(images/logo.gif) no-repeat left top;
	display: block;
	clear: both;
	margin-left: 36px;
}
#content {
	margin-top: 5px;
	width: 728px;
	min-height: 494px;
	display: block;
	clear: both;
	background: #2f2f2f;
	border: none;
	border-left: 35px solid #ff7e00;
	border-right: 1px solid #ff7e00;
	padding-bottom: 10px;
}
#footer {
	width: 728px;
	height: 23px;
	block: display;
	clear: both;
	background:url(images/footer.gif) center top no-repeat;
	padding-left: 40px;
	margin-top: 6px;
	margin-bottom: 40px;
}

#rotatorContent {
	width: 728px;
	height: 494	px;
	display: block;
	margin: 0px;
}

.tekst {
	display: block;
	padding-top: 20px;
	padding-left: 50px;
	line-height: 18px;
	color: #CCC;
}

.title {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7e00;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

h1
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7e00;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}
h2
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7e00;
	padding: 6px 10px 1px 10px;
	text-decoration: none;
}
h2 a:link, a:visited
{
	color: #ff7e00;
	text-decoration: none;
}
h2 a:hover, a:active
{
	color: #ff7e00;
	text-decoration: underline;
}
h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 8px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
}
em {
	margin: 0px;
	padding: 0px;
}
#content TABLE {
	padding-left: 10px;
	padding-right: 70px;
}
#content TD {
	padding-bottom: 8px;
}