* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../img/bgstripe.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1,h2,h3 {
	color: #333333;
}

h1,h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
	padding-top: 20px;
}

h3 {
	font-size: 100%;
}

p,ul,ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul,ol {
	margin-left: 3em;
}

th {
	text-align: left;
	padding-bottom: 10pt;	
}

td {
	padding-bottom: 10pt;
}

blockquote {
	padding-left: 3em;
	background: url(../img/blockquote.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	float: left;
	width: 80px;
	height: 45px;
	padding: 20px 0 0 0;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 110%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0em;
	left: 0;
	height: 20px;
}

#menu li ul a { /* second-level lists */
	background: #008189 none repeat scroll 0%; /* lichtere variant van emm-blauwe kleur */
	padding: 10px;
	margin: -1px;
	
	color: white;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
		
	height: 15px;
	width: 200px;
	
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

#menu li ul a:hover { /* second-level lists */
	color: #4E5761;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	top: 65px;
	left: 0px;
	display: block;
}

/* Header */
#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 208px;
	margin: 0px;
	padding: 0px;
	background: url(../img/emm-logo.png) no-repeat;
	text-align: right;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 120px;
	margin: 0;
	background: url(../img/pagetype-generic.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */
#page {
	width: 770px;
	margin: 0 auto;
	padding: 43px 0;
}

/* Content */
#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

.footer {
	font-style: italic;
	font-size: 9pt;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
	
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(../img/bluebox-bg.gif) repeat-y;
}

.bluebox h2 {
	background: url(../img/bluebox-header.gif) repeat-y;
}

/* Footer */
#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(../img/footer-bg.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

/**
 * Fotogalerij
 */
 
.gallery table { 
	float: left;
	margin: 0 5px 5px 0; 
	vertical-align: bottom;
}

.gallery table caption {
	height: 3em;
	_height: 5em;
}
