/*
 * housingcenter.css
 *
 * (C) Brockhoven Karel, Email: karel@kangaroot.net
*/

/*ALLE MARGES EN PADDINGS WEG*/

* {
	margin: 0;
	padding: 0;
}

/* SPLASH CSS */

#deadcenter {
	margin-top: -127px;
	margin-left: -127px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 254px;
	height: 254px;
	visibility: visible;
	background-image: url(images/splash.png);
	background-color: #FFFFFF;
}

#langselect {
	text-align: center;
	font-size: 20px;
	color: #5a5c5d;
	letter-spacing: 3px;
	padding-top: 150px;
}

.langmarkup a:link{
	color: #5a5c5d;
	text-decoration: none;
}

.langmarkup a:visited {
	color: #5a5c5d;
	text-decoration: none;
}
.langmarkup a:hover {
	color: #72838a;
	text-decoration: none;
}

.langmarkup a:active {
	color: #5a5c5d;
	text-decoration: none;
}

/* MAIN CSS */

body {
	background-color:#E3EAEB;
	background-image: url(images/background.png);
	margin-top: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#container {
	background-color: #FFFFFF;
	width: 762px;
	position: relative;
	height: 100%;
	left: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -381px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
}

#lang {
	position: relative;
	height: 61px;
	padding-left: 0px;
	padding-top: 2px;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
}

img.logo {
	float: left;
	border: 0;
}

#header	 {
	position: relative;
	height: 93px;
	font-size: 0px;
}

#contentainer {
	clear: both;
}

#subnavigatie {
	position: relative;
	background-image: url(images/subnavbackground.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 141px;
	color: #000000;
	float: left;
	padding-left: 3px;
	padding-top: 5px;
	margin: 0px;
	height: 285px;
}

#content {
	position: relative;
	border-left: 1px solid #CECECE;
	background-color: #F9F9F9;
	margin-left: 144px;
	padding: 5px;
	color: #000000;
}

/* MINHEIGHTHACK */

 .prop {
    height:285px;
    float:right;
    width:1px;
 }

 .clear {
    clear:both;
    height:1px;
    overflow:hidden;
 }

#breadcrumbs {
	border-top: 1px solid #000000;
	background-color: #BDC8CC;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 2px;
	height: 13px;
	text-transform:uppercase;
	text-align: right;
	color: #000000;
}
	

#footer {
	color: #657175;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
}

#footer a:link, a:hover, a:active {
	color: #657175;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.column-in {
	margin:0;
}

/* NAVIGATIE */
#navcontainer
{
margin: 0;
padding: 0;
position: relative;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #BDC8CC;
width: 100%;
float:left;
clear:both;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #BDC8CC;
margin: 0;
padding: 2px 5px;
border-left: 1px solid #fff;
border-right: 1px solid #aaa;
font-size: 13px;
}

#navcontainer A:hover, #navcontainer A:active { background: #72838A; font-size: 13px;}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #72838A;
font-weight: bold;
font-size: 13px;
}
/*

#navigatie ul {
	list-style:none;
	padding: 0;
	margin: 0px;
}

#navigatie li {
	float: left;
	margin: 0 0.15em;
	height: 20px;
}

#navigatie li a {
	background-color: #BDC8CC;
	text-decoration:  none;
	color: #000000;
	height: 20px;
    	padding: 3px 3px;
    	margin: 0px;
    	border-bottom: 1px solid #000000;
}

#navigatie li a:hover {
	background-color: #72838A;
	color: #000000;
	text-decoration:  none;
	height: 30px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}

*/

/* SUBNAVIGATIE */

#subnavigatie ul {
	list-style: none;
	}
	
#subnavigatie li {
	margin-left: 5px;
	height: 17px;
}

#subnavigatie li a {
	text-decoration: none;
	color: #000000;
}

#subnavigatie li a:hover {
	text-decoration: none;
	color: #72838A;
}

/* LINKS */

a:link, a:visited {
	color: #72838A;
	text-decoration: none;
	}

a:hover 
	{
	color: #A0B5BA;
	text-decoration: none;
	}
	
a:active
	{
	color: #72838A;
	text-decoration: none;
	}
	
.lang a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

.lang a:hover {
	color: #A0B5BA;
	text-decoration: none;
}

.lang a:active {
	color: #a0b5ba;
	text-decoration: none;
}

/* HEADERS */

H1 {
	font-size: 13px;
	color: #72838A;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 180%;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0px;
	padding-left: 0px;
}

H2 {
	font-size: 12px;
	color: #72838A;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 180%;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0px;
	padding-left: 0px;
}

H3 {
	font-size: 11px;
	color: #72838A;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 180%;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0px;
	padding-left: 0px;
}

/* P */

p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

p.breadcrumbs {
	text-align: right;
}

p.news {
	padding-left: 4px;
	text-align: left;
}

p.advertisement {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

p.images {
	padding: 0px;
	}	
	
/* CONTENT-LIST */

#content ul {
	list-style-image: url(images/bullet.png);
	}
	
#content li {
	margin-left: 25px;
}

/* LINKS HEADERS */

.title a:link, a:visited, a:hover a:active {
	color: #72838A;
	text-decoration: none;
}

/* IMAGES */

img.thumb {	
	border-width: 1px;
	border-style: dotted;
	border-color: #72838A;
	float: right;
	margin: 7px;
	padding: 3px;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 4px;
	}

img.thumbleft {
	border-width: 1px;
	border-style: dotted;
	border-color: #72838A;
	float: left;
	margin: 4px;
	padding: 3px;
	margin-left: 0px;
	margin-right: 7px;
	}

img.thumbright {
	margin: 7px;
	float: right;
	}

img.advertising	{
	border: 1px solid #000000;
	}
	
img.network {	
	border-width: 1px;
	border-style: dotted;
	border-color: #72838A;
	padding: 3px;
	}

/* CENTREREN DIV */

#center {
	text-align: center;
	}
	
/* Network Layout Table */

#networklayout {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

#networkcenter {
	text-align: center;
	padding: 5px;
	margin: 10px;
	border-width: 1px;
	border-style: dotted;
	border-color: #72838A;
	background-color: #ffffff;
	}

/* KEYWORDS */

span.keyword {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878888;
	}
	
/* TABLE LAYOUT PROMO */

td.wat {
	width: 275px;
	background-color: #dfdfdf;
	padding: 4px;
}

td.watalt {
	width: 275px;
	background-color: #e7e1e1;
	padding: 4px;
}

td.wakostda {
	width: 100px;
	background-color: #dfdfdf;
	text-align: center;
	padding: 4px;
}

td.wakostdaalt {
	width: 100px;
	background-color: #e7e1e1;
	padding: 4px;
	text-align: center;
}

td.promotie {
	width: 100px;
	background-color: #9a9797;
	text-align: center; 
	font-weight: bold;
	}

td.promotiealt {
	width: 100px;
	background-color: #9a9797;
	text-align: center;
}

table.bordered {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-left: 10px;
}

/* FORMULIER OPMAAK */

form {
    padding: 15px;
    width: 450px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

label {
    float: left;
    width: 150px;
    text-align: right; 
    margin-right: 15px;
}

input {
    background-color: #f5f5f5;
    font-size: x-small;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

select {
    width: 120px;
    font-size: x-small;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

radio
	{
	padding:1px 5px 1px 5px;
    cursor: default;
	}

.error
	{
	color: #FF0000;
	}