/* Body */

body{
margin:0;
padding:0;
background: #ffffff;
font-size: 12px;
font-family: verdana, Times, serif;
color: #000000;
background-color: #D7D7D7;
overflow: hidden;
scrollbar-face-color: #ffffff;
scrollbar-arrow-color: #957F72;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #EA9834;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #EA9834;
scrollbar-darkshadow-color: #ffffff;
}

/* # */

#center { 
position: absolute; 
top: 50%; 
width: 100%; 
height: 1px; 
overflow: visible;
}

/* Horizontale centrering. De margin-left en
top waardes moeten de helft zijn van de hoogte en
breedte die het ontwerp is. */
#container { 
position: absolute; 
left: 50%; 
width: 1020px; 
margin-left: -510px; 
height: 600px; 
top: -300px;
background-color: #Ffffff;
}



#container2{
position: relative;
width: 1020px;
height: 100%;
text-align: left;
}
	
#header{
position: absolute;
background: #FFFFFF;
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
top: 0px;
left:0px;	
height: 192px;
width: 1020px;
}

#contentbackground {
position: absolute;
left: 266px;
top: 192px;
width: 754px;
height: 20px;
background-image: url(../img/content_breed.jpg);
background-repeat:no-repeat;
}

#content {
position: absolute;
left: 26px;
top: 192px;
bottom:381px;
right:970px;
width: 970px;
height: 381px;
overflow: hidden;
font-family: verdana;
font-size:12px;
color: #4D3123;
padding-left: 0px;
padding-right: 10px;
padding-top: 17px;
padding-bottom: 15px;
  overflow-y:auto;
  overflow-x:none;
  z-index: 1;
}

#teaser1{
position:absolute;
top:192px;
left:0px;
width: 266px;
height: 15px;
background-image:url(../img/teaser1.jpg);
}

#footer{
position:absolute;
top:572px;
left: 0px;
bottom:608px;
right: 0;
width: 1020px;
height: 36px;
overflow: hidden;
background-image:url(../img/footer.jpg);
background-repeat:no-repeat;
  z-index: 3;
}

#triv{
position:absolute;
top:574px;
left: 900px;
right: 0;
width: 120px;
height: 36px;
overflow: hidden;
background-image:url(../img/trivlogo.jpg);
background-repeat:no-repeat;
}

/* Div's */

div.teaser1 {
left:0px;
top:0px;
width:200px;
height:130px;
}

div.teaser1text {
position: relative;
left:0px;
top:0px;
width:200x;
height: 130px;
}

div.teaser2 {
left:0px;
top:500px;
width:200px;
height:130px;
}

div.teaser2text {
position: relative;
left:0px;
top:0px;
width:200x;
height: 130px;
}

/* A */

A:link {
font-family: verdana;
font-size: 10pt;
color: #EA9834;
text-decoration: none;
}

A:active {
font-family: verdana;
font-size: 10pt;
color: #EA9834;
text-decoration: none;
}

A:visited {
font-family: verdana;
font-size: 10pt;
color: #EA9834;
text-decoration: none;
}

A:hover {
font-family: verdana;
font-size: 10pt;
color: #EA9834;
text-decoration: none;
}

a{
border-color:#ffffff;
}

a img {
border:0px 
}

/* table */

td.align-center{
text-align:center;
}

td{
font-size: 10pt;
}

tr{
font-family: verdana;
font-size: 10pt;
color: #4D3123;
}


/* P */

p.align-center{
text-align:center;
}

p.align-right{
text-align:right;
}

p.align-left{
text-align:left;
}

p.align-justify{
text-align:justify;
}

p.sifr{
font-size: 40px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

p.bodytext {
font-size: 12px;
font-family: verdana, Times, serif;
color: #4D3123;
margin:0px;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #4E4E4E;
	padding:5px;
}

dt{
	padding:1px;
	height: 112px;
}

h1{
font-size:18px;
}

ul {
margin-top: 0px;

}

li {
background-position: left center;
padding-left : 0px;
padding-top : 0px;
}

/*Borders voor boekings module*/


.tx-flatmgr-pi1 td.bookedWeekend{
background-color: #f99355;
background-image:url(../img/boekingsmodule/geboektweekend.gif);
/*doorde weekse dag*/
border-color: #EA9834;
}

.tx-flatmgr-pi1 td.vacantDay {
background-color: #f99355;
background-image:url(../img/boekingsmodule/vrij.gif);
/*doorde weekse dag*/
border-color: #EA9834;
}

.tx-flatmgr-pi1 td.vacantWeekend {
background-color: #fae4bf;
/*toon extra velden*/
background-image:url(../img/boekingsmodule/weekend.gif);
border-color: #EA9834;
}

.tx-flatmgr-pi1 td.bookedDay {
background-color: #f99355;
/*geboekte dag*/
background-image:url(../img/boekingsmodule/geboekt.gif);
border-color: #EA9834;
}

.tx-flatmgr-pi1 td.overbookedDay {
background-color: #f99355;
/*volgeboekt*/
background-image:url(../img/boekingsmodule/gesloten.gif);
border-color: #EA9834;
}
