﻿/*** RESET ***/
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, 
a, del, dfn, em, font, img,
small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #8B556D;
}
a:hover {
	color: #DC89A8;
}
body{
	font-family: Times New Roman, Serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #292929;
	color: #e1e0e0;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}
/*** END RESET ***/

/*** BASIC LAYOUT ***/
/*** PORTAAL ***/
#portaaltop 
{
	background: url("../images/portaalgradient.jpg") repeat-x;
	height: 377px;
	width: 100%;
	position: relative;
}
#portaalbottom 
{
	width: 100%;
}
#portaalfooter 
{
	width: 100%;
}

#splashImg
{
	width: 633px;
	height: 227px;
	position: relative;
	top: 55px;
	margin: 0 auto;
	background: url("../images/splash.jpg") repeat-x top left;
}
/*** HOME ***/

#topcontainer 
{
	width: 100%;
	height: 176px;
}
#middlecontainer 
{
	width: 100%;
	height: 288px;
	background-color: #fbbe00;
}
#contentcontainer 
{
	width: 100%;
}
#footercontainer 
{
	width: 100%;
}
/*** PORTAAL TOP ***/

#portaallogo 
{
	position: relative;
	background: url("../images/logo.png") no-repeat;
	width: 270px;
	height: 224px;
	margin: 0 auto;
	top: 30px;
}

/*** PORTAAL BOTTOM ***/

#description 
{
	margin: 0 auto;
	font-size: 0.8em;
	width: 450px;
	padding-top: 150px;
	text-align: center;
}

#talen 
{
	color: #fbbe00;
	font-size: 1.4em;
	margin: 0 auto;
	width: 320px;
	padding-top: 30px;
}
#talen li
{
	float: left;
	padding: 0px 10px 0 10px;
}
#talen li a
{
	color: #fbbe00;
}
#talen li a:hover
{
	color: #dda700;
}
#portaalfooter 
{
	width: 450px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 0.9em;
	text-align: center;
    padding-bottom: 25px;
}
#portaalfooter a
{
	color: #e1e0e0;
}
#portaalfooter a:hover
{
	color: #9e9e9e;
}
.yellowborder 
{
	background-color: #fbbe00;
	width: 320px;
	height: 1px;
	margin: 0 auto;
	position: relative;
	top: 16px;
	opacity:0.3;
	filter:alpha(opacity=30);
}

/*** TOP ***/

#logocontainer 
{
	background-color: #fbbe00;
	width: 400px;
	float: left;
	height: 176px;
}

#logo 
{
	background: url("../images/logomain.png") no-repeat;
	width: 164px;
	height: 131px;
	margin: 24px 0 0 160px;
}

#over 
{
	color: #676767;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 60px 0 0 0;
	margin-left: 450px;
	width: 570px;
}
.bold {font-weight: bold; color: #323232;}
