/*
 * Detection discovered: Unknown, Unknown version Unknown
 */

/* css file created by Taco Hamers, Allset Automatisering 2006 
 *
 * dark brown: #6c4712;
 * medium brown: #4D2C1e;
 * light brown: #b59124;
 * gold: #D6BA93;
 *
 */

html{
	background: #6c4712;
	padding: 0;
	margin:  0;
}

body{
	background: #6c4712;
	padding: 0;
	margin: 0;
	text-align: center; /* for IE */
	font-family: "Goudy Old Style", serif;
	font-size: 16px;
	line-height: 130%;
	color: #D6BA93;
}

#index #container #content{
	background-image: url( "/objects/content/1.jpg" );
}

#locaties #container #content{
	background-image: url( "/objects/content/2.jpg" );
}

#brochure #container #content{
	background-image: url( "/objects/content/3.jpg" );
}

#aanvraag #container #content{
	background-image: url( "/objects/content/4.jpg" );
}

#contact #container #content{
	background-image: url( "/objects/content/5.jpg" );
}

input, textarea, select, option{
	font-family: "Goudy Old Style", serif;
	font-size: 16px;
}

.aanvraagformulier-input{
	width: 330px;
}

table, td, tr{
	font-family: "Goudy Old Style", serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
	margin:  .5em 0;
	padding: 0;
	color: white;
	clear: both;
}

h1{
	font-family: "Goudy Old Style", serif;
	font-style: italic;
	font-size: 26px;
	text-transform: capitalize;
	color: white;
	border-bottom: 1px solid;
}

p{
	margin:  .5em;
	margin-bottom: 1.5em;
	padding: 0;
	text-align: justify;
}

ul{
	margin:  1em;
	padding: 0;
}

li{
	margin:  0 1.5em;
	padding: 0;
}

img{
	border:  none;
	padding: 0;
	margin:  0;
}

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

a:link{
	color: #B89E00;
}

a:visited{
	color: #B89E00;
}

a:hover{
	color: #B89E00;
}

a:active{
	color: #B89E00;
}
 
#container{
	position: relative;
	left:     0px;
	top:      0px;
	margin:   0 auto; /* align for good browsers */
	padding: 0px 10px;
	text-align: left; /* counter the body center */
	width:    760px;
	background-image: url( "/objects/container/shadow_container.jpg" );
	background-repeat: repeat-y;
	height:   auto;
}

#header{
	background-color: #4D2C1E;
	width: 760px;
	height: 250px;
}

#print_header{
	display: none;
}

#navigator{
	width: 760px;
	height: 52px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#content{
	background-color: #3F290A;
	padding: 15px 15px 200px 15px;
	width: 730px;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer{
	background-color: #8F5F17;
	width: auto;
	height: 20px;
	padding: 0 1em;
}

#footer a{
	color: #D6BA93;
}

#footer .footer_left{
	width: 33%; 
	float: left;
}

#footer .footer_center{
	width: 30%;
	float: left;
	text-align: center;
}

#footer .footer_right{
	width: 30%;
	float: right;
	text-align: right;
}

.moordlocatie-content{
	background: #9A751D;
	min-height: 147px;
	padding: 0 .5em;
	border: 1px solid black;
	border-bottom: none;
}

.moordlocatie-content h1{
	margin: .1em;
	padding: 0;
}

.moordlocatie-content p{
	margin: 15px 0 0 5px;
	padding: 0;
}

.moordlocatie-content p img{
	margin: 0 5px 0 0;
	padding: 0;
}

.moordlocatie-footer{
	background: #6c4712;
	text-align: right;
	padding-right: .5em;
	margin-bottom: 1em;
	border: 1px solid black;
	border-top: none;
}

.moordlocatie-image{
	float: left;
	margin: .5em;
	border: 1px solid white;
}

