/*

De Deur Delft 


Kleuren:

Donker blauw (tekst):               #2F71B1
Licht blauw (achtergrond kleur):    #CBDBEB
Iets donkerder licht blauw:         #BDD1E5
Rood:                               #F8050B

Afmetingen:
totale breedte:                     758px;
tekst colom buitenkant:             502px;
boven tot colom:                    175px;
links tot links rechtercolom:       517px;
*/


* {
    font-family: Arial, sans-serif;
}

a {
    text-decoration: underline;
    color: #F8050B;
}

a:hover { color: #000000; }

img { border: 0px;}

body {
    background-color: #d4dde7;
/*	background-image: url("../images/bg_foto1.jpg");*/
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
    color: #2F71B1; /*#87abcf;*/
    text-align: center;  
    margin: 0px;
    padding: 0px;  
/*    position: absolute;
    width: 100%;
    height: 100%;*/
}

div {
    text-align: left;
}

form {
    margin: 0px;
    padding: 0px;
}

#uitlijn {
    position: relative;
    width: 758px;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -21px;
    
    padding: 0px;
    
    text-align: left;
    z-index: 1;

    background-image: url("../images/bg_vlam.gif");
    background-repeat: no-repeat;
    background-position: 410px 200px;
	background-color: #FFFFFF;
	
}


/* Top elementen */

#topfoto {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 175px;
}

#logo {
    position: absolute;
    left: 524px;
    top: 26px;
}

#adres {
    position: absolute;
    left: 540px;
    top: 100px;
    height: 72px;
    font-size: .6em;    
    overflow: hidden;
}

#adres img {
    float: left;
    vertical-align: top;
    margin-right: 5px;
}

#adres p {
    margin: 0px;
    padding: 0px;
    line-height: 1.1em;
    margin-bottom: .2em;
}

#adres a       { color: #2F71B1; }
#adres a:hover { color: #F8050B; }



/* Menu */

#menu {
    position: absolute;
    left: 517px;
    top: 175px;
    width: 241px;
    font-size: .8em;
    z-index: 1;
}

#menu ul {
    list-style-type: none;
    border-bottom: 1px solid #CBDBEB;
    margin: 0px;
    padding: 0px;
}

#menu li {
    border-top: 1px solid #CBDBEB;
    padding-top: .1em;
    padding-bottom: .1em;
}


#menu li a {
    color: #274798;
    padding-left: 20px;
    text-decoration: none;
    font-weight: bold;   
}

#menu li.actief a {
    background-image: url("../images/punt.gif");
    background-repeat: no-repeat;
    background-position: 10px .4em;
}

#menu li a:hover {
    color: #F8050B;
    background-image: url("../images/punt.gif");
    background-repeat: no-repeat;
    background-position: 10px .4em;
}

#menu ul ul {
    border-bottom: 0px;
}

#menu ul ul li {
    border-top: 0px;
    font-size: .8em;
    padding-top: 0px;
    padding-bottom: 0px;
}

#menu ul ul .actief a {
    color: #F8050B;
}

#menu li.actief li a,#menu ul ul li a:hover {
    background-image: none;
}



/* Tekstvlak */
#tekstvlak {
    /*position: relative;*/
    
    width: 502px;
    
    /*background-color: #EFFFFF;*/
    z-index: -1;
    
    font-size: .75em;
}

#relpath {
    padding-top: 175px;
    font-size: .9em;    
}
#relpath a {
    color: #2F71B1;
    text-decoration: none;
}

#relpath a:hover {
    color: #F8050B;
}

#tekst {
    position: static;
    margin-left: 14px;
    margin-right: 14px;
    padding-bottom: 3em;
}

#footer {
    position: relative;
    /*bottom: 0px;*/
    background-color: #CBDBEB;
    color: #FFFFFF; 
    font-size: .7em;
    width: 100%;
	height: 21px;

    margin-left: auto;
    margin-right: auto;
	
	
/*    padding-left: 14px;
    padding-right: 14px;
    padding-top: .2em;
    padding-bottom: .1em;*/
    z-index: 99;
	text-align: center;
}

#footer .links { display: inline-block; width: 369px; text-align: left; padding-left: 10px; padding-top: 2px; }
#footer .rechts { display: inline-block; width: 369px; text-align: right; padding-right: 10px; padding-top: 2px; }

#footer a       { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }

#tekstvlak p,#tekstvlak ul,#tekstvlak ol {
    margin-top: .1em;
    margin-bottom: .4em;
}

#tekstvlak h1 {
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 3em;
	font-family: impact, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .02em;
	color: #87abcf;
}

#tekstvlak h2 {
    margin-top: .6em;
    margin-bottom: .1em;
    font-size: 1.2em;
	color: #87abcf;
}

#tekstvlak h3 {
    margin-top: .6em;
    margin-bottom: .1em;
    font-size: 1em;
	color: #87abcf;
}

#tekstvlak table {
    border: 1px solid #2F71B1;
    border-collapse: collapse;
}

#tekstvlak table table {
    border: 0px solid;
}

#tekstvlak td {
    border: 1px solid #BDD1E5;
    vertical-align: top;
}


#tekstvlak th {
    text-align: left;
    border: 1px solid #BDD1E5;
    background-color: #BDD1E5;
    vertical-align: top;
}

#tekstvlak ul {
    list-style-type: square;
}

#tekstvlak img {
    border: 0px solid;
    
}

/* homepage */
#hometekst {
    position: static;
    padding-top: 175px;
    padding-bottom: 2em;
}

#hometekst #inleiding {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: .8em;
    font-weight: bold;
}

#hometekst #agenda {
	padding-left: 14px;
	padding-top: 30px;
	width: 250px;
	float: left;
}


#fotoalbum {
	padding-left: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	width: 758px;
	position: relative;
}

#fotos {
	margin-top: 10px;
	margin-left: -2px;
	margin-right: -30px;
}

/* homepage */
#fotoalbum #fotos {
	margin-top: 0px;
	margin-left: -11px;
	margin-right: 0px;
	height: 100px;
	overflow: hidden;
}

#fotos .foto {
	float: left;
	margin-bottom: 16px;
	margin-right: 10px;
}
#fotoalbum #fotos .foto {
	margin: 0px;
}

#fotoalbum #next,#fotoalbum #prev {
	position: absolute;
	top: 75px;
	width: 100px;
	height: 100px;
	display: none;
}
#fotoalbum #next { background-image: url("../images/next.gif"); left: 747px; }
#fotoalbum #prev { background-image: url("../images/prev.gif"); left: -89px; }


/* blauwe balken */
#blauw {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 21px;
    background-color: #CBDBEB;
    border-bottom: 1px #DAE6F1 solid;
    z-index: 0;    
}


.nieuwsbericht {
    padding-bottom: .5em;
    padding-top: .5em;
    border-bottom: 1px solid #FFFFFF;
}

.nieuwsbericht a {
    text-decoration: none;
}

#flashcontent {
    height: 500px;
    margin-left: -14px;
    margin-right: -14px;
}   

/* calendar */
#tekstvlak table.calendar {
	width: 758px;
	margin-left: -14px;
	padding: 0px;
}

#tekstvlak table.calendar caption {
	text-align: left;	
	padding-left: 15px;
	color: #e4d08d;
	font-size: 3em;
	
}

#tekstvlak table.calendar  th {
	width: 108px;
	background-color: #2f71b1;
	border: 1px solid #2f71b1; 
	color: #FFFFFF;
}

#tekstvlak table.calendar  td {
	width: 108px;
	background-color: #fef5d7;
	border: 1px solid #2f71b1; 
	height: 120px;
}

#tekstvlak .calendar .empty {
	background-color: #f1eee5;
}

#tekstvlak .calendar td h3 {
	color: #e4d08d;
	font-size: 4em;
	/*line-height: 10px;*/
	margin-top: -7px;
	margin-left: 3px;
	margin-bottom: -.9em;
	padding: 0px;
}

#tekstvlak .calendar a {
	/*color: #000000;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}


#tekstvlak .calendar p {
	color: #000000;
	font-size: .9em;
}

#tekstvlak .calendar .details {
	display: none;
	
	position: absolute;
	border: 2px solid #FFFFFF;
	background-color: #2f71b1;
	background-image: url("../images/bg_calenderdetail.gif");
	background-position: left bottom;
	width: 240px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 10px;
	padding: 10px;
	color: #FFFFFF;
}

#tekstvlak  .calendar .details  h4,#tekstvlak  .calendar .details  p{
	padding: 0px;
	margin: 0px;	
}

#tekstvlak  .calendar .details  small {
	color: #000000;
	display: inline;
	font-size: .9em;
}

#tekstvlak  .calendar .details  p {
	color: #FFFFFF;
}

/* Home calendar */
#tekstvlak  .calendar .item {
	background-color: #fef5d7;
	border: 1px solid #111133; 
	padding: 4px;
	margin-bottom: 2px;
	min-height: 32px;
}

#tekstvlak  .calendar .item  p {
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: .9em;
}

#tekstvlak  .calendar .item  h3 {	
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
}

#hometekst #agenda .dag {
	font-size: 2.2em;
	width: 40px;
	height: 36px;
	float: left;
	border: 1px solid #111133;
	padding: 2px 2px;
	text-align: center;
	margin: -5px 10px 0px -5px;
	background-color: #111133;
	color: #FFFFFF;
	position: relative;
}

#hometekst #agenda .dag span{
	font-size: .4em;
	display: block;
	border-top: 1px solid #999999;
	left: 0px;
	top: 19px;
	width: 44px;
	padding-top: 7px;
	position: absolute;
	text-align: center;
}


.hidden{display:none;}
.right {float: right; }