/* 
grijs bruin: #8F7F77;
rood:        #5C1811;
geel:		#FFFFCC;
*/

* {
    font-family: arial, sans-serif
}

body {
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;   
    padding: 0px;
    
    text-align: center;
    font-size: .9em;
}

a {
    text-decoration: underline;
    color: #FFFFCC;
}

a:hover {
    text-decoration: underline; 
    color: #000000; 
}

h1 { 
    margin-top: 0em;
    margin-bottom: 15px;
    padding: 0px;
    font-size: 1.0em;
    color: #000000;
    letter-spacing: 0.1em;
}

h2 {
    margin-top: 0em;
    margin-bottom: .2em;
    padding: 0px;
    font-size: 1.0em;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}

h3 {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0px;
    font-size: 1.0em;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.1em;
}

p {
    margin-top: 0em;
    margin-bottom: 1em;
}

ul,ol {
    margin-top: 0em;
    margin-bottom: 0em;
}
ul { list-style-type: square; }

td { vertical-align: top; }
th { vertical-align: top; text-align: left; }

#left {
    background-color: #8F7F77;
    width: 50%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#main {
    position: relative;
    width: 954px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: left;
    overflow: hidden;

    background-image: url("../images/bg_pb.jpg");
    background-repeat: no-repeat;
    background-position: left top;       
}

#logo {
    padding: 30px;
}

#adres {
	position: absolute;
	display: block;
	right: 30px;
	top: 30px;
	width: 400px;
	height: 48px;
	
	text-align: right;
	color: #8F7F77;
	font-size: .8em;
	line-height: 1em;
}

#adres a { color: #8F7F77; }
#adres a:hover {
	 color: #000000;
}

#content,#menu,#foto {
    float: left;
    padding-bottom: 32767px;
	margin-bottom: -32767px;

}

#content { 
    width: 324px;
    background-color: #8F7F77;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 30px;
    color: #FFFFFF;
    line-height: 1.3em;
}

#menu {
    width: 150px;
    background-color: #8F7F77;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 15px;
	overflow: hidden;
}

#menu ul {
    list-style-type: none;
    border-left: 1px solid #FFFFFF;
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

#menu ul li {
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    padding-left: 15px;
}

#menu ul li a {
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.1em;
}

#menu ul li a:hover {
    color: #FFFFFF;
}

#menu ul li.actief {
    background-image: url("../images/pijl.gif");
    background-repeat: no-repeat;
    background-position: 8px 20px;
}

#menu ul li.actief a {
	color: #FFFFFF;
}

#foto { 
    background-color: #E2D7D1;
    margin-left: 30px;
	margin-right: 0px;
    width: 400px;
	font-size: .75em;
	font-style: italic;
}

#foto1,#foto2,#foto3 {
	border: 1px solid #FFFFFF;
	width: 88px;
	height: 88px;
	overflow: hidden;	
	position: relative;
	display: block;
	float: left;
}

#foto1 img,#foto2 img,#foto3 img {
 vertical-align: bottom;
}

#foto1:hover,#foto2:hover,#foto3:hover {
border: 1px solid #000000;
}

#foto1,#foto2 {
	margin-right: 27px;
}

#foto1.selected,#foto2.selected,#foto3.selected,#foto1.selected:hover,#foto2.selected:hover,#foto3.selected:hover {
	border: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}


.plijn {	
	margin-top: -1.05em;
	margin-bottom: .2em;
	clear: both;
}

.quote {
	text-indent : -.9em;
	
}
.quote big {
	 color: #FFFFFF;
	 font-size: 1.4em;
	 font-weight: bold;
}

#tekst1,#tekst2,#tekst3 {
	display: none;	
}

.homefoto1,.homefoto2,.homefoto3 {
	border: 1px solid #FFFFFF;
	width: 88px;
	height: 88px;
	overflow: hidden;
}

.homefoto1:hover,.homefoto2:hover,.homefoto3:hover {
	border: 1px solid #000000;
}

.homefoto1 {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.homefoto2 {
	position: absolute;
	left: 148px;
	bottom: 30px;
}

.homefoto3 {
	position: absolute;
	left: 266px;
	bottom: 30px;
}
