/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

HR {
height:1px;
clear: left;
color: #89c2ef; 
margin:0;
padding:0;
}

.okay {
color: #000000;
}
.not_okay {
color: Red;
font-weight : bold;
}

#container {
background-color: #FFF;
}
/** HEADINGS */

h1,h2,h3,h4 {
font-family: Verdana,Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
color:#3399cc;  
}

h1 {
	font-size: 14px;
	font-weight: bold;
	
}

h2 {
	font-size: 11px;
	font-weight: bold;
	
}

h3 {
	font-size: 12px;
}

 h4 {
    font-size: 10px;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana,Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

b {  
     color:#3399cc;
}
/** LINKS */

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
}




/** BACKGROUNDS */

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}


/** PAGE */

#content {
height:100%;
width:744px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
border-right : solid 1px #c3c3c3;
border-left : solid 1px #c3c3c3;

}


.two-columns {

}

.two-columns .column1 {
	float: right;
	width: 766px;
	margin-left:4px;
	background-color:#fff;
}

.two-columns .column2 {
	float: left;
	width: 198px;
	padding-left: 0px;
	height:100%;
	border-right : solid 1px #c3c3c3;
	border-left : solid 1px #c3c3c3;
	border-top : solid 1px #c3c3c3; 
	background-color:#fff;
}


/** FOOTER */

#footer {
	clear: both;
	width: 970px;
	height: 35px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana,Arial, Helvetica;
	color: #646464;
	font-weight: normal;
	background: #fff url(images/footer_bg.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	text-align:left;
}

#footer p.copyright {
	padding: 7px 10px 0px 0px;
	font-size: 9pt;
	text-align:right;
	height:35px;
}
#footer p.web {
	padding: 0px 10px 0px 0px;
	text-align:right;
	height:15px;
	font-size: 7pt;
}
#footer a {
	color: #646464;
	text-decoration:none;
}

#footer ul
{
margin: 0px;
padding-left:40px;
padding-right:10px;
}
#footer li {
	display: inline;
	
}

#footer li a {
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
}


/* splitsen column one in twee gedeeltes dmv een table structuur */
A.pdf {                              
	padding: 2px 0px 0px 25px;
	background: url(http://www.wonenmvm-denhaag.nl/icoons/pdf.jpg) no-repeat left bottom;
}
A.xls {
	padding: 2px 0px 0px 25px;
	background: url(http://www.wonenmvm-denhaag.nl/icoons/xls.jpg) no-repeat left  bottom;
}
A.doc {
	padding: 2px 0px 0px 25px;
	background: url(http://www.wonenmvm-denhaag.nl/icoons/doc.jpg) no-repeat left  bottom;
}
A.txt {
	padding: 2px 0px 0px 25px;
	background: url(http://www.wonenmvm-denhaag.nl/icoons/txt.jpg) no-repeat left  bottom;
}
A.zip {
	padding: 2px 0px 0px 25px;
	background: url(http://www.wonenmvm-denhaag.nl/icoons/zip.jpg) no-repeat left  bottom;
}



