/* Basic element styling */

a {
	color: #990000;
}   

a.external {
	background: transparent url(../grafiek/external-link.png) no-repeat scroll right center;
	padding-right: 13px;
}

body {
	background: url(../grafiek/floral.jpg) fixed no-repeat;
	color: #4a4a4a;
	font: normal normal normal 13px verdana, arial, helvetica, sans-serif;
	line-height: 1.4em;
}

blockquote {
	background: url(../grafiek/blockquote.png);
	margin-bottom: 20px;
	padding: 10px 20px 5px 20px;
}

h1 {
	discplay: none;
}

h2 {
	color: #3a3a3a;
	font-family: georgia, times, serif;
	font-size: 26px;
	font-weight: normal;
}

h3 {
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 19px;
}

/* 960GS styling */

.container12 {
	width: 960px;
}

.grid4 {
	width: 300px;
}

.grid8 {
	width: 620px;
}

/* Block styling */

#container {
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

#content {      
	padding-right: 40px;
	width: 580px;
}

#content, #sidebar {
	float: left;
	position: relative;
	top: 233px;
}   

#content p, #sidebar p {
	margin-bottom: 10px;
}

#content h2, #sidebar h2 {
	line-height: 33px;
	margin-bottom: 7px;
}

#content h3, #sidebar h3 {
	line-height: 33px;
}

#content ul {
	list-style-type: disc;
	margin: 10px;
	padding-left: 1em;
}

#content ul li {
	padding-left: 1em;
}

#sidebar {
	background-color: #eeeeee;
	color: #333333;
	left: 20px;
	padding-top: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}           

#sidebarcontent {
	padding-left: 20px;
	padding-right: 20px;
}        

/* Class styling */

.image p.alt { 
	font-size: 10px;
	line-height: 12px;      
	margin-top: 5px;
}      

.image.floatleft {
	float: left;
	padding: 5px 10px 0px 0px;
}               

.image.floatright {
	float: right;
	padding: 5px 0px 0px 10px;
}

/* Form */       

form.zemContactForm {
	margin-top: 30px;     
}
   
form.zemContactForm label {
	display: inline-block;
	line-height: 2em;
	vertical-align: top;
	width: 140px;
}

/* Logo */

#logo {
	position: fixed;
	top: 30px;
}

.logo {
	float: left;
	position: relative;
	left: 40px;
}
