/*basis CSS bestand. Bestand bevat alle opmaak. */
/* de p moet een margin van 0px krijgen omdat de tekst default een uitlijning heeft die nu niet matched).*/
p {
margin: 0px;
}
html, body {
	height: 100%;
	margin: 0px;
	background-image:url('../images/bodybackground.jpg');
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#container {
	position:relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0px;
    /*de container start bovenaan */
	margin-top:0px;
	/*let op. De footer is 100px hoog, die trek je er hier vanaf.*/
	margin-bottom:-30px;
	width:980px;
	/*de container plaats je gecentreerd. dit betekend vanaf links op 50% van het beeldscherm.*/
	left:50%;
	/*Omdat je de container op 50% vanaf het midden positioneerd, moet je je de helft van de totale breedte eraf halen
om de container daadwerkelijk in het midden te krijgen.
*/
	margin-left:-490px;
	background-image:url('../images/container_achtergrond.jpg');
	background-repeat:repeat-y;
	z-index:3;
}
#footerkolom, .push {
	height: 30px;
}
#footer_background {
	position:relative;
	background-image:url('../images/footer.jpg');
	background-repeat:repeat-x;
	width:100%;
	height: 30px;
	z-index:1;
}
#footer {
	position:relative;	 
	width:980px;
	height: 30px;
	margin-top:-30px;
	margin-left:-490px;
	left:50%;
	z-index:3;
	background-image:url('../images/footer.jpg');
	background-repeat:repeat-x;
}
#header_background {
	position:absolute;
	top:0px;
	background-image:url('../images/header_background_body_image.jpg');
	background-repeat:repeat-x;
	width:100%;
	height: 138px;
	z-index:1;
	left:0%;
}
#header{
	position:absolute;
	top:0px;
	height:327px;
	width:980px;
	margin-left:-490px;
	left:50%;
	/*Het logo is hier als achtergrond plaatje gepositioneerd */
	background-image:url('../images/logoheader.jpg');
	background-repeat:no-repeat;
}
#header_images_background {
	position:absolute;
	top:159px;
	height:165px;
	width:980px;
	/*Het logo is hier als achtergrond plaatje gepositioneerd */
	background-image:url('../images/header-background-plaatjes.jpg');
	background-repeat:repeat-x;
	float:left;
	margin:0px;
	padding:0px;
}
#header_extra_information {
	position:absolute;
	top:112px;
	left:734px;
	height:20px;
	width:250px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
#middenkolom_links{
	padding-top:324px;
	position:relative;
	width:245px;
	margin-left:-490px;
	left:50%;
	float:left;
	margin-bottom:-30px;
}
#middenkolom_content{
	padding:0px;
	margin:0px;
	padding-top:324px;
	position:relative;
	width:488px;
	margin-left:-244px;
	float:left;
	left:50%;
}
#middenkolom_rechts{
	padding:0px;
	margin:0px;
	padding-top:324px;
	position:relative;
	width:243px;
	margin-left:2px;
	float:left;
	left:50%;
}
#footer_disclaimer {
	background-image:url('../images/footer-disclaimer-background.jpg');
	background-repeat:repeat;
	position:relative;
	float:left;
	width:245px;
	margin-top:1px;
	height:29px;
	line-height:28px;
}
#footer_disclaimer_text {
	padding-left:50px;
	color:#AB9997;
	font-weight:bold;
}
#footer_disclaimer_text a{
	color:#AB9997;
	text-decoration:none;
}
#footer_disclaimer_text a:hover{
	color:#CC3300;
	text-decoration:none;
}
#footer_contactinfo {
	position:relative;
	float:left;
	width:600px;
	margin-top:1px;
	height:29px;
	line-height:28px;
}
#footer_contactinfo_text {
	padding-left:20px;
	color:#D4D0C8;
	font-weight:bold;
}
.clearall {
	clear:left;
}
/* MENU OPBOUW */
ul#hoofdmenu {
	margin: 0px;
	padding:0px;
	padding-top:10px;
	margin-left:50px;
	list-style: none;
}
ul#hoofdmenu li ul{
	margin: 0px;
	padding:0px;
	margin-left:20px;
	list-style: none;
}
ul#hoofdmenu li, ul#hoofdmenu li ul li {
	padding-top:5px;
}
ul#hoofdmenu li.selected a, ul#hoofdmenu li.selected a:hover{
	color:#00605E;
	text-decoration:none;
}
ul#hoofdmenu li.unselected a{
	color:#666666;
	text-decoration:none;
}
ul#hoofdmenu li ul li.unselected a{
	color:#666666;
	text-decoration:none;
}

ul#hoofdmenu li.unselected a:hover,ul#hoofdmenu li ul li.unselected a:hover{
	color:#87B41E;
	text-decoration:none;
}

/* TYPOGRAFIE */
h1,h2, h3, h4, h5, h6 {
	color:#00605E;
	font-weight:bold;
	padding:10px 0px 0px 20px;
	margin:0px;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
p.bodytext {
	padding:0px 10px 0px 20px;
		line-height: 160%;
}
/*******************/
/* typo3 classes   */
/*******************/
.align-justify {
	text-align:justify;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.csc-textpic-caption {
	font-size: 10px;
}
/*****************/
/*mail beschermen*/
/*****************/
.mailencrypt1 {
	display:none;
}
.mailencrypt2 {
}
a {
color:#000000;
}

/*vastgoed beheer pagina */
table#appartementbeheer{
	width:735px;
	background-color:#FFFFFF;
}
table#appartementbeheer tr {
/*Opmaak van de standaard rijen zonder mouseover effect*/
}

table#appartementbeheer tr:hover {
	background-color: #e0e0e0;
}
table#appartementbeheer tr.error:hover {
	background-color: red;
}
table#appartementbeheer tr.error {
	background-color: red;
}
table#appartementbeheer th {
	background-color: #999999;
	
}
table#appartementbeheer sup { line-height: 0; }
table#appartementbeheer td,table#appartementbeheer th {
	font-size:12px;
	height:30px;
	line-height:30px;
	padding:0px 5px 0px 5px;
}
table#appartementbeheer td {
	border-bottom:solid;
	border-bottom-color:#636563;
	border-bottom-width:1px;
	border-left:dotted;
	border-left-color:#636563;
	border-left-width:1px;
	
}
table#appartementbeheer tr.appartementbeheer_buttonhover:hover{
	background-color:#FFFFFF;
}
table#appartementbeheer td.appartementbeheer_inputbuttons{
	border-bottom-width:0px;
	border-left-width:0px;
	padding:10px 5px 0px 10px;
}
td.appartementbeheer_label {
	width:200px;
}
td.appartementbeheer_input {
	width:200px;
}
td.appartementbeheer_input input {
	width:150px;
}

/* AKTIEBUTTON OVERZICHT */
div#aktiebutton {
	position:absolute;
	top:180px;
	left:734px;
	height:105px;
	width:242px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url('../images/aktiebutton-achtergrond.png');
	background-repeat:no-repeat;
	text-align:center;
}
div#aktiebutton_kopregel {
	font-size:23px;
	margin:5px 10px 5px 10px;
}
div#aktiebutton_middenregel {
	font-size:15px;
	margin:5px 10px 5px 10px;
}
div#aktiebutton_eindregel {
	font-size:15px;
	margin:5px 10px 5px 10px;
}

/*************/
/*LOGIN BLOK */
/*************/
div#loginvlak-text{
               padding: 5px 5px 5px 0px;
               width:300px;
               margin:15px 5px 5px 0px;
                border:1px;
                border-color:#999999;
                border-style:solid;
}
div#loginvlak-textform input, div#loginvlak-textform label{
 
}
div#loginvlak-textform label {
                padding:10px 5px 5px 20px;
}
div#loginvlak-textform input {
                width:150px;
               margin:2px 5px 5px 20px;
                border:1px;
                border-color:#555555;
                border-style:solid;
}
p#loginvlak-forgotpassword a{
                color:gray;
                font-size:10px;
                margin:2px 5px 5px 20px;
               text-decoration:none;
}
 
div#loginvlak-bodemsubmit input#login-logout-submit,
div#loginvlak-bodemsubmit input#login-logout-submit:hover,
div#loginvlak-bodemsubmit input#login-logout-submit:active {
                float:right;
                font-weight:bold;
                border:1px;
                border-color:#333333;
                font-size:10px;
                border-style:solid;
                text-transform:uppercase;
                color:#555555;
                width:100px;
                margin:15px 30px 0px 0px;
}
div#loginvlak-bodemsubmit input#login-logout-submit {
                background-image:url('../images/button-yellow.png');
                background-repeat:repeat-x;
}
div#loginvlak-bodemsubmit input#login-logout-submit:hover {
                background-image:url('../images/button-licht-bruin.png');
                background-repeat:repeat-x;
                border-color:#FFD7A1;
}
div#loginvlak-bodemsubmit input#login-logout-submit:active {
                background-image:url('../images/button-bruin.png');
                background-repeat:repeat-x;
                color:#FFFFFF;
               border-color:#CC6633;
}

