/* CSS Document */

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background: url("/img/background.gif") repeat-y left top;
	color: #000000;
}
input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background-color: transparent;
border: 1px solid #003275;
color: #003275;
padding: 2px;
margin: 0;
overflow: auto;
/*FFA8A8;7B96C5*/
}
input:focus, textarea:focus {
background-color: #7B96C5;
color: #FFF;
}

#outer{
	height:100%;
	min-height:100%;
	margin-left:314px;
	margin-bottom:-55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003275;
	font-size: 11px;
	width: 642px;
}
html>body #outer{height:auto;margin-bottom:-55px;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	min-width:956px;
	width:100%;
	height:180px;
	color: #003275;
}
#left {
	position:relative;/*ie needs this to show float */
	width:314px;
	float:left;
	margin-left:-313px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:180px;/*needed to make room for header*/
}
#left p {padding-left:1px;padding-right:3px}
#pictures {
	float:right;
	width:130px;
	padding-top: 15px;
	padding-right: 11px;
}
#pictures ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pictures ul li{
	margin-bottom: 15px;
	text-align: center;
}
#pictures ul li img
{
	border: 0;
}
#pictures ul li a img{
	border: 1px solid #7B96C5;
	padding: 1px;
}
#pictures ul li a:hover img{
	border: 1px solid #FFA8A8;
}
#navigation {
	padding-left: 22px;
	float:left;
	width:138px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navigation ul {
	margin: 0;
	padding: 0;
	line-height : 180%;
	list-style: none;
	display:block;
	width: 140px;
}
#navigation ul a 
{ 
	color: #003275;
	width: 100%;
	display: block; 
	text-decoration: none;
}
#navigation ul li{
	position: relative;
	text-indent: 4px;
	border-bottom: 1px solid #FFA8A8;
	background-color: transparent;
}
#navigation ul li:hover
{ 
	background-color: #FFA8A8; 
}
#navigation ul ul {
	position: absolute;
	top: 0;
	left: 140px; /* to position them to the right of their containing block */
	width: 149px; /* width is based on the containing block */
}
#navigation ul ul, #navigation ul li:hover ul {
	display: none; 
	background-color:#7B95C5;
	border-top: 1px solid #FFA8A8;	
	top: -1px;
}
#navigation ul li:hover ul, #navigation ul ul a {
	width: 150px;
	display: block;
}
#navigation ul ul li:hover a{
	color: #FFF;
/*	color: #7B95C5;*/
	background-color: #003275;
}
#contact {
	position: relative;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 141px;
	line-height:140%;
}
#content {
	background: url("http://vanderkleischilders.nl/img/spat.gif") no-repeat right bottom;
	min-height:288px;
	width: 625px;
	margin-left: 15px;
	width: 626px;
	font-size: 12px;
}
#content a {
	text-decoration: underline;
}
#content a:visited {
	color: #003275;
}
#content a:hover {
	color: #7B95C5;
}
#content p {
	margin-bottom: 8px;
	width: 500px;
}
#content ul {
	margin: 0;
	padding-bottom: 8px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 12px;
}
#content ul a {
	color: #003275;
}
#content h1 {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 3px;
}
#erkenlogos img {
	padding: 0;
	margin: 0;
}
#erkenlogos {
	bottom: 13px;
	left: 858px;
	position: absolute;
	clear: both;
}
#footer {
	min-width:956px;
	width:100%;
	clear:both;
	text-align:center;
	position:relative;
	height: 55px;
	overflow: hidden;
}
* html #footer {/*only ie gets this style*/
	\height:58px;/* for ie5 */
	he\ight:55px;/* for ie6 */
	width: 956px;
}
#clearheader{height:180px;}/*needed to make room for header*/
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #content {height:288px;margin-left:12px;}/* combat IE's 3 pixel jog */

.horbar {
	position: absolute;
	width: 291px;
	height: 1px;
	left: 22px;
}
.headfoottext
{ 	
	position: absolute;
	left: 330px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: #003275;
}
.headfoottext a:visited { color: #003275; }
.headfoottext em { color: #7B95C5; }
/*General Positioning Class for Header- and Footer Backgrounds*/
.headfootbckgr
{
	position: absolute;
	top: 0px;
	left: 314px;
}
#logos {
	position: absolute;
	width: 314px;
	top: 30px;
	left: 31px;
}
/*navbar section styles*/
#horizontal {
	position: absolute;
	top: 179px;
}
/*Header background positioning*/
#headerbckgr {
	border-bottom: 1px solid #FFA8A8;
}
/*Header text positioning*/
#headertext {
	top: 161px;
}

/*Footer background positioning*/
#footerbckgr {
	border-top: 1px solid #FFA8A8;
	clear:both;
	top: 37px;
}
/*Footer text positioning*/
#footertext {
	margin-top: 2px;
	clear:both;
	top: 37px;
}

a:link { color: #003275; text-decoration: none; }
a:visited { color: #7B95C5; text-decoration: none;}
a:active { color: #7B95C5; text-decoration: none;}
a:hover { text-decoration:underline; }

