/*
Website : http://www.swatgroup.nl
CSS : Eric Mulder
E-mail: eric@webfreelancers.nl
WWW: http://www.webfreelancers.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/be/
*/

*
{
	margin: 0px;
	padding: 0px;
}

body,html { height:100%; }

body {
	/*background:url(imgs/background.gif);*/
	color: #000000;
	background-color:#ffffff;
	font: normal 69%/1.5em "Verdana";
	/*line-height is 1.5 times the font size*/
	margin: 0px;
	padding: 0px;
	height:100%;
}

a:link, a:visited
{color: #ff1923; text-decoration: None;}

a:hover, a:active
{color: #0001b3; text-decoration: None;}

input, select, textarea {
	border: 1px solid #E1E1E1;
	font-size: 11px;
	padding-left: 2px;
}

#container {
	margin: 0 auto;
	width: 100%;
	height:100%;
	top: 0px;
	background: #ffffff;
	position: relative;
	font-size: 100%;
}

#main {
	background: #FFFFFF;
	height: 100%;
	padding:0px;
	/*border: solid 4px #ffa200;*/
	font-size: 100%;
}

#header {
	height: 97px;
	width: 100%;
	background-image:url(imgs/header.gif);	
	text-align:center;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

#midden-kolom {
	width:100%; 
	float:left;
	/*background: url(imgs/blackline_bg.gif) no-repeat left top;
	background-position: 0px 4px;*/
}

#midden-kolom #content
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	font-size: 1.2em;
	width: 96%;
	text-align: center;
}

.maintable
{
	width:750px;
	border:0px;
	margin-right:auto; 
	margin-left:auto; 
}

.maintabletd
{ 
	width:434px;
	border:0px;
	padding:20px;
	vertical-align:top;
}

.maintbalecontent
{
	width:316px;
	text-align:left;
	padding-left:0px;
	padding-right:10px;
	line-height:22px;
}

.introtext
{
	text-align:left;
	padding-left:20px;
	padding-right:100px;
}

.logotext
{
	font-face:Verdana;
	font-size:19px;
	color:#706f74;
}

a.yellow:link, a.yellow:visited
{color: black; text-decoration: None;}
a.red:link, a.red:visited
{color: black; text-decoration: None;}
a.blue:link, a.blue:visited
{color: black; text-decoration: None;}

a.yellow:hover, a.yellow:active
{color: #ffea00; text-decoration: None;}
a.red:hover, a.red:active
{color: red; text-decoration: None;}
a.blue:hover, a.blue:active
{color: blue; text-decoration: None;}

a.logotext_yellow:link, a.logotext_yellow:visited
{color: #706f74; text-decoration: None;}
a.logotext_red:link, a.logotext_red:visited
{color: #706f74; text-decoration: None;}
a.logotext_blue:link, a.logotext_blue:visited
{color: #706f74; text-decoration: None;}

a.logotext_yellow:hover, a.logotext_yellow:active
{color: #ffea00; text-decoration: None;}
a.logotext_red:hover, a.logotext_red:active
{color: red; text-decoration: None;}
a.logotext_blue:hover, a.logotext_blue:active
{color: blue; text-decoration: None;}

/* --------- footer --------- */
#footer {
	height: 78px;
	width: 100%;
	/*background:url(imgs/footer.gif);*/
	position: absolute;
	bottom: 0px;
	/*border-bottom: solid 4px #ffa200;
	border-left: solid 4px #ffa200;
	border-right: solid 4px #ffa200;*/
}

#footer-content {
	text-align:center;
	color: #706f74;
	margin-top:55px;
}