body {
	text-align: center;
	color: #282828;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #efefef url('../images/bg_page.gif') repeat-x top center fixed;
}

a:link, a:visited {
	color: #282828;
	text-decoration: none;
}
a:hover, a:active, a.current {
	color: #009ada;
}

a.current {
	cursor: default;
}

p {
	padding-bottom: 16px;
}

.hidden {
	display: none;
	height: 0;
	width: 0;
}

.clear {
	clear: both;
	height: 16px;
}

.spacer {
	clear: both;
}

h3 {
	font-size: 21px;
	font-family: arial, helvetica, sans-serif;
	line-height: 24px;
	padding-bottom: 10px;
}

h4 {
	font-size: 14px;
	text-align: right;
}

strong {
	font-weight: bold;
}

.font_12 {
	font-size: 12px;
}

.georgia {
	font-family: georgia, serif;
	font-style: italic;
}

.tweet {
	background:url("../images/bg_tweet.gif") no-repeat scroll right bottom transparent;
}

#container {
	width: 990px;
	border: 0px solid black;
	clear: both;
	margin: auto;
	position: relative;
	text-align: left;
}

	#header {
		display: block;
		width: 990px;
		height: 160px;
	}

		#header #logo_text {
			position:absolute;
			left: 90px;
			top:50px;
		}

			#header #logo_text h1 {
				background:url("../images/logo_text.gif") no-repeat scroll left top transparent;
				display:block;
				width:0;
				height:0;
				overflow:hidden;
				padding: 50px 350px 0 0;
			}

		#header #logo_subtext {
			position:absolute;
			left: 90px;
			top: 80px;
			display: none;
		}
			#header #logo_subtext h2{
				font-size: 10px;
				font-family: times, times new roman, serif;
				font-style: italic;
			}

		#header #menu {
			font-size: 14px;
			position:absolute;
			top:57px;
			width:960px;
		}

			#header #menu ul {
				float:right;
			}

			#header #menu li {
				float:left;
				padding-left: 20px;
			}

			#header #menu a.current {
				font-weight: bold;
				color: #282828;
			}

		#header #submenu {
			position:absolute;
			left: 450px;
			top:80px;
			width:510px;
		}

			#header #submenu ul {
				background:url("../images/bg_bt_submenu.gif") no-repeat scroll center top transparent;
				padding: 11px 5px;
				float:left;
				position: absolute;
			}

			#header #submenu li {
				float:left;
				padding: 0 6px;
			}

			#header #submenu a.current {
				font-weight: bold;
				color: #282828;
			}

		#header #logo_image {
			position: absolute;
			left: 25px;
			top: 40px;
		}

		#header #link_garden{
			position: absolute;
			left: 330px;
			top: 1px;
		}
			#header #link_garden a:hover{
				display: block;
				color: #fff;
				font-size: 14px;
				padding: 4px 10px 16px 10px;
				background:url("../images/bg_bt_garden_on.gif") no-repeat top left transparent;
			}
			#header #link_garden a{
				display: block;
				color: #fff;
				font-size: 14px;
				padding: 4px 10px 16px 10px;
				background:url("../images/bg_bt_garden_off.gif") no-repeat top left transparent;
			}

	#content {
		padding: 40px 70px 60px 80px;
		overflow: hidden;
		line-height: 18px;
		font-size: 14px;
	}

		#content h2 {
			font-size: 24px;
			line-height: 28px;
			padding-bottom: 10px;
			word-wrap: break-word;
		}

			#content h2.sifr {
				font-size: 32px;
			}

		#content .block {
			display: block;
			padding: 10px;
			float: left;
			overflow: hidden;
		}

			#content .drie {
				width: 190px;
			}

			#content .driehalf {
				width: 225px;
			}

			#content .vier {
				width: 260px;
			}

			#content .vijf {
				width: 330px;
			}

			#content .acht {
				width: 540px;
			}

			#content .twaalf {
				width: 820px;
			}

			#content .big_link {
				font-size: 16px;
				padding: 6px 0 0 0;
			}

				#content .big_link img{
					padding-bottom: 9px;
				}

			#content .project {
				width: 190px;
				padding: 5px;
				margin: 5px;
				height: 252px;
				overflow: hidden;
				font-size: 12px;
				line-height: 16px;
			}

				#content .project:hover {
					background: #fff;
				}

				#content .project p{
					padding-bottom: 5px;
				}

				#content .project p.undertitle{
					font-style: italic;
					color: #686868;
					padding: 0;
				}

			#content .comment {
				background:url("../images/bg_comment.gif") no-repeat top left transparent;
				padding: 14px 8px 4px 8px;
			}

	#footer {
		padding: 0 80px 0 90px;
		font-size: 11px;
	}
		#footer li{
			float: left;
			padding-right: 6px;
		}
		#footer .right {
			float: right;
		}

