/*********************
	layout
*********************/
body{
	font: normal 0.8em sans-serif;
	background-color: #D9D9D9;
}

#header{
	margin: 5px 0px 5px 0px;
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	background-color: transparent;
	
	background-image: url('bg-header.png');
	background-position: 0 -38px;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#logo img{
	display: block;
	padding: auto;
	margin: auto;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#logo:hover img{
	border: none;
}

#middle{
	width: 80%;
	margin: auto;
	margin-top: 2em;
	background-color: #fbfbfb;
}

#navigation{
	float: left;
	width: 15em;
	background-color: #f6f6f6;
	padding: 2em;
	margin-bottom: 4em;
}

#content{
	padding: 2em;
	padding-left: 4em;
	margin-left: 18em;
}

#footer{
}



/*********************
	Inhoud
*********************/
h1{
	color: firebrick;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 2em;
}
h2{
	color: 	#777777;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
h3{
	color: #AAAAAA;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
a{
	color:gray;
	text-decoration:none;
}
a:active{
	color: firebrick;
}
a:visited{
}
a:hover{
	color: firebrick;
}
ul{
	list-style: none;
	margin: none;
}
a img{
	border: 1px solid gray;
}
a:hover img{
	border: 1px solid firebrick;
}
td{
	width: 250px;
}
p{
	text-align: justify;
	margin-bottom: 1em;
}

#navigation li{
	margin-bottom: 0.5em;
}

#navigation a{
	font-size: 1.2em;
}

#navigation a:hover{
	color: firebrick;
}

img{
	margin: 3px;
}


/*********************
	formulier
*********************/
input, textarea{
	font-family: Verdana, Arial;
	background-color: #666666;
	border: 0;
	margin: 0px 0px 1px 0px;
	width: 100%;
	font-size: 12px;
	padding: 3px;
	padding-left: 15px;
}
textarea{
	height: 160px;
	width: 100%;
	resize: none;
}
input:focus,textarea:focus{
	background-color: #7D7D7D;
}
#verzend,#reset{
	background-color: firebrick;
	text-align: right;
	color: white;
	width: 100%;
	height: 2em;
}
.buttonCell{
	padding: 2px;
}

#reset{
	margin-left: 2px;
}
li{
	margin: none;
}

ul{
	margin-bottom: 1.5em;
}

/*********************
	fotoboek
*********************/

.picasagallery_album {
	float: left;
	text-align: center;
}

.picasagallery_album img{
	border: 1px solid grey;
	cursor: pointer;
}

.picasagallery_album img:hover{
	border: 1px solid firebrick;
}

.picasagallery_header {
	color: grey;
	cursor: pointer;
}

.picasagallery_header:hover{
	color: firebrick;
}
