/*main stylesheet for PeterHoltslagSite, feel free to copy*/
@import url(ddmenustyle.css);

body	{background-image: url(../images/cont_backgr.jpg);}
#menu	{
	position: absolute;
	top: 100px;
	left: 130px;
	width: 150px;
	font: 110% garamond, times, serif;
}
#menuTop	{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 90%;
	text-align: center;
	/*font: 110% garamond, times, serif;*/
	font: 90% helvetica, arial, sans-serif;
}

#container	{
	margin: auto;
}
#imgBox	{
	position: absolute;
	top: 100px;
	left: 30px;
	width: 320px;
	height: 500px;
}
#context	{
	position: absolute;
	top: 100px;
	left: 380px;
	width: 700px;
	height: 500px;
	overflow: auto;
	padding-left: 40px;
	padding-right: 30px;
	font: 90% garamond, times, serif;
	color: #674f35;
	text-align: justify;
	border-top: solid #674f35 1px;
}
#contextWood	{
	position: absolute;
	top: 150px;
	left: 160px;
	width: 1000px;
	height: 450px;
	padding-top: 10px;
	overflow: auto;
	border-top: solid #674f35 1px;
}
#contextImg	{
	position: absolute;

	width: 12500px;
	height: 420px;


}


/*	
#borderBoxRight	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 550px;
	border-left: solid #674f35 2px;
}
#borderBoxBottom	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 900px;
	height: 20px;
	border-top: solid #674f35 1px;
}
*/
a.menu:link, a.menu:active, a.menu:visited	{
	text-decoration: none;
	color: #674f35;
}
a.menu:hover	{
	text-decoration: none;
	background-color: #674f35;
	color: white;
}
p.parHead	{
	font-weight: bold;
}
p.parHeadRec	{
	padding-top: 2em;
	clear: left;
	font-weight: bold;
}
.inline	{display: inline;}
.recordings	{
	clear: left;
}
a.rec:link, a.rec:visited, a.rec:active, a.rec:hover	{color: #fff; text-decoration: none;}
p.rec	{
	display: inline;
	padding-left: 1em;
}
img.rec	{
	float: left;
	padding-bottom: .5em;
}

