/* CSS Aspergeboerderij Ter Stege by Beuting-webdesign */

body {
	background-color:#336633;
	font-family: "Lucida Sans" Arial, Helvetica, sans-serif;
	font-size:63%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration: underline;
	color:#222222;
	}
a:hover {
	text-decoration: underline;
	color:#333333;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:758px;
	background:#ffffff;
	font-size:1.20em;
}


#header {
	height:230px;
	background:url(images/bg-header.jpg) no-repeat;
	}

#top1 {
	clear: both;
	height: 20px;
	background:#f1f1e5;
}

#top2 {
	clear: both;
	background-image: url(images/balk_top2_gr.gif);
	height: 25px;
}

#top3 {
	clear: both;
	height:6px;
}

#sidebar {
	float:left;
	width:120px;
	background:#dddcdc;
	margin: 5px 5px 0 0px;
	height:auto;
	}

#content {
background-color:#FFFFFF;
	}


#bg_content_right {
	float:right;
	width:15px;
	min-height:590px;
	background-image: url(images/bg_content_right.gif);
	background-repeat:repeat-y;
}

#bottom0 {
	clear: both;
}

#bottom1 {
	clear: both;
	background-image: url(images/balk_bottom1.gif);
	background-repeat:no-repeat;
	height: 17px;
}

#bottom2 {
	clear: both;
	background-color:#336633;
	background-image: url(images/balk_bottom2_gr.gif);
	background-repeat:no-repeat;
	height: 12px;
}

#bottom_sch {
	clear: both;
	background-image: url(images/balk_bottom1_sch_gr.gif);
	background-repeat:no-repeat;
	height: 25px;
}

/* Footer */

#footer {
	clear:both;
	height:22px;
	background-color:#336633;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-top:5px;
}

#footer a {
	text-decoration:none;
	color:#ffffff;
}
#footer a:hover {
	text-decoration: underline;
	color:#dddcdc;
	}

/* Entries */

.entry {
	padding:0px 18px;
	text-align:justify;
	line-height:1.65em;
	}

.entry ul{
	padding-left:15px;
	text-align:left;
	}

.title {
	height:30px;
	font-size:1.40em;
	color:#666666;
	font-weight:normal;
	letter-spacing:1px;
	width:200px;
	}
.grijslijn {
background-image:url(images/grijs_lijn.gif);
width:15px;
}

.schaduw {
background-image:url(images/schaduw_pixel.gif);
background-repeat:repeat-y;
width:20px;
}

.schaduw_br {
background-image: url(images/schaduwhoek_br.gif);
background-repeat:no-repeat;
width:20px;
}

.sch_onder {
background-image:url(images/schaduw_onder.gif);
background-repeat:no-repeat;
width:168px;
}

.naambord {
background-image:url(images/naambord.jpg);
background-repeat:no-repeat;
background-color:#dddcdc;
text-align:center;
padding-bottom:15px;
}



/* Heading's */

h1 {
	font-size:2.5em;
	font-weight: bold;
	cursor:default;
	position:relative; top:150px; left:190px;
	color:#ffffff;
	width:430px;
	}

.foto1 {
float: right;
margin-top:3px;
margin-right:0px;
margin-bottom:5px;
margin-left:20px;
text-align: justify;
}

.foto2 {
float: left;
margin-top:0px;
margin-right:20px;
margin-bottom:0px;
margin-left:0px;
text-align: justify;
}

.foto3 {
float: left;
margin-top:10px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}


/* box */

.box
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: inherit;
color: #336633;
font-style:italic;
}

.box h2
{
background: inherit;
color: #336633;
font-weight: normal;
font-size: 16px;
font-weight:bold;
margin-bottom: 5px;
}

.box p
{
font-size: 12px;
line-height: 16px;
margin: 0px;
}

.box_inner
{
border: solid 1px #fff;
padding: 10px;
background: #FFFFff;
color: inherit;
}

.box_inner ul
{
padding-left:30px;
background: #FFFFff;
color: inherit;
}

.captioned_image
{
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 17px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}


