body
{
	background: #FFF;
/*	border-top: 5px solid #000;*/
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
	height: 100%;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	
	text-align: left;
	color: #737373;
	font-size:24px;
	font-weight:lighter;
}
h3
{
	
	text-align: left;
	color: #737373;
	font-size:16px;
	font-weight:lighter;
}
p
{
	overflow: hidden;
	text-align: left;
}

.container_12
{
	/*background: #fff url(img/12_col.gif) repeat-y;
	margin-bottom: 20px;*/
}

#logo {
	margin-left: -33px;
}
#navigation {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#quote {
	background-color: #A40000;
	background-image:url(../assets/imgs/3serversBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 1.5em;
	text-transform:capitalize;
}
.paddingLeft20 {
	padding-left: 20px;
	}
td img {
vertical-align: bottom;
} 
#maincontent {
	/*height: 380px;
	height: 100%;*/
	width: 100%;
	padding-top: 20px;
	}
#maincontent p {
	line-height: 1.7em;
	}
#maincontent a {
	color: #A40000;
}
ul .menu{
	display: inline;
	margin: 0;
	padding: 0;
	display:block;
	float: right;
}
.menu li  {
	list-style: none;
	float: left;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 10px;
}
.menu li a {
	color: #333333;
	font-weight:bolder;
}
.menu li a:hover  {
	color: #A40000;
	text-decoration:none;
}
.menu li a.current  {
	color: #A40000;
}
#contentarea {
	width: 100%;
	background-image:url(../assets/imgs/bg-footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#contentarea .overview {
	/*text-align:left;*/
}
#contentarea .overview ul {
	/*text-align:left;*/
}
#contentarea .overview li {
	list-style-type: none; 
	color: #737373;
	font-size:16px;
	font-weight: bold;
	/*font-weight:lighter;*/
}

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
}

ul .footermenu{
	display: inline;
	margin: 0;
	padding: 0;
	display:block;
	float: right;
}
.footermenu li {
	list-style: none;
	float: left;
	text-transform: capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #737373;
	font-weight: bold;
}
.footermenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #737373;
	font-weight: bold;
}
/*grey #737373*/
#navigationarea {
	border-bottom: #999999;
	border-bottom-width:thin;
	border-bottom-style: solid;
	width: 100%;
}
#img-bottom-right {
	float: right;
	margin-bottom: 25px;
}
#img-quote {
	position:absolute;
	bottom: 50px;
}

/*DL, DT, DD TAGS LIST DATA*/
dl {
	margin-bottom:50px;
}

dl dt {
	background:#A40000;
	color:#fff;
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:5px;
	width:120px;
}

dl dd {
	margin:5px 0;
	padding:5px 0;
}
/*custom css*/
.terRood {
	color: #A40000;
	font-weight: bold;}
.terBlauw {
	color: #0000FF;
	font-weight: bold;
}