/*
---------------------------------------
Website: www.dezine.nl
CSS:     Ron Horn
E-mail:  dezine@hotmail.com
URL:     www.dezine.nl
---------------------------------------
*/
a.link, a.visited {color: #C00000; text-decoration: none; font-weight: normal; font-size: small; font-family: verdana, sans-serif;}
a.hover {color: #C00000; text-decoration: underline; font-weight: normal; font-size: small; font-family: verdana, sans-serif;}

p, body, div, table, td, div{
	color: #434343;
	font-size: small;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

tr {
	vertical-align: top;
}


h1  {
	color: #434343;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana,arial,Trebuchet;
	line-height: 140%;
}

h2  {
	color: #434343;
	font-size: 9pt;
	font-weight: bold;
	font-family: verdana,arial,Trebuchet;
	line-height: 140%;
}

.small  {
	color: #434343;
	font-size: x-small;
	font-family: verdana,arial,Trebuchet;
}

.small a:link {color: #434343; text-decoration: underline; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
.small a:visited {color: #434343; text-decoration: none; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}
.small a:hover {color: #434343; text-decoration: underline; font-size: x-small; font-weight: normal; font-family: verdana, sans-serif;}

#content a:link {color: #2E2F2B; text-decoration: underline; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}
#content a:visited {color: #2E2F2B; text-decoration: underline; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}
#content a:hover {color: #D18108; text-decoration: underline; font-size: small; font-weight: normal; font-family: verdana, sans-serif;}
	
#submenu a:link {color: #2E2F2B; text-decoration: underline; font-size: small; font-weight: bold; font-family: verdana, sans-serif;}
#submenu a:visited {color: #2E2F2B; text-decoration: underline; font-size: small; font-weight: bold; font-family: verdana, sans-serif;}
#submenu a:hover {color: #D18108; text-decoration: underline; font-size: small; font-weight: bold; font-family: verdana, sans-serif;}
	
.border { 
border-collapse: collapse;
border: 1px solid #434343;
}

img	{border:0;} 
a img {border: none;}
a {outline-style: none}
* {margin: 0;}
* {margin: 0;}

html, body {height:100%;} 

html,body {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #EEEEEE;
	background-image: url('images/bg.png');
	background-repeat: repeat; 
}
	
#container {
	width: 918px; 
  position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	background-image: url('images/bg-container.png');
	background-repeat: repeat-y; 
}
	
#header {
	width: 918px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/header-.png');
	background-repeat: no-repeat; 
	position: relative;	
}

* html #header {height: 180px;he\ight: 180px}

#submenu, #content { 
	float: left; 
} 

#submenu {
	width: 220px;
	height: 300px;
	padding-top: 60px;
	padding-left: 0px;	
	padding-right: 20px; 
 	padding-bottom: 20px;
  margin: 0px;
	text-align: center;
}

#content {
	width: 650px;
	padding-top: 20px;
	padding-left: 0px;	
	padding-right: 0px; 
 	padding-bottom: 0px;
}

#clear{
	clear: both;
}

#push {
	width: 918px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
}

#footer {
	position: relative;
	width: 918px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/footer.png);
}

.footercontainer {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
}
/* FOOTER LAYOUT END */

.rand { 
	border-collapse: collapse;
	border: 1px solid #2D6E97;
	background-color: #F5F5F5;
	font-family: Arial;
	font-size: 8pt; 
	color: #2E2F2B;
}

.button {
	font-family: Arial, sans-serif;
	font-size: 8pt; 
	color: #F5F5F5;
	background-color: #2D6E97; 
	border: 1px solid #2E2F2B;
}

