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

html{
}

body{
	font-family: "Goudy Old Style", serif;
	font-size: 16px;
	line-height: 130%;
}

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;
}

h1{
	font-family: "Goudy Old Style", serif;
	font-style: italic;
	font-size: 15pt;
	text-transform: capitalize;
	text-decoration: underline;
}

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

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

li{
	margin:  0 .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;
	text-align: left; /* counter the body center */
	width:    760px;
	height:   auto;
}

#header{
	background-color: #4D2C1E;
	width: auto;
	height: 250px;
	display: none;
}

#print_header{
	text-decoration: none;
	border-bottom: 1px solid black;
	font-size: 20pt;
}

#navigator{
	background-image: url( "/objects/navigator/navigator_button_background.png" );
	width: auto;
	height: 30px;
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: hidden;
	display: none;
}

div.navigator_option{
	float:            left;
	background-image: url( "/objects/navigator/navigator_button_background.png" );
	background-repeat: repeat-x;
	color:            white;
	width:            auto;
	height:           30px;
	line-height:      30px;
	text-transform:   uppercase;
	letter-spacing:   1.5px;
	text-align:       center;
	border-right:     1px solid black;
	cursor:           pointer;
	padding:		  0 20px;
}

div.navigator_option:hover{
	background-image:  url( "/objects/navigator/navigator_button_background_hover.png" );
	background-repeat: repeat-x;
}

div.navigator_option a{
	display: block;
	text-decoration: none;
	color: white;
}

#content{
	background-color: #3F290A;
	padding: 15px;
	width: auto;
	height: auto;
}

#related{
	background-color: #4dde3c;
	position: absolute;
	bottom:   20px;
	right:    0;
	width:    240px;
	height:   auto;
}

#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: 160px;
	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;
}

