@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#hidefoto {
	position: fixed;
	top: 20px;
	left: 20px;
}

body {
	/*font: normal small Lucida Sans, Arial, Helvetica, sans-serif;*/
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
}

h2 {
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-top: 2em;
	margin-bottom:2em;
	margin-left: 3em;
}

ul li {
	line-height: 180%;
}

ol {
	margin-top: 2em;
	margin-bottom:2em;
	margin-left: 3em;
}

ol li {
	line-height: 180%;
}

a {
	color: #F60;
}

a:hover {
	text-decoration: none;
	color: #D50000;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */


h1 {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(connection/connection/images/img04.gif) repeat-x left bottom;
	font-size: 2em;
}

h2 {
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
	font-size: small;
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

p {
	margin-bottom: 1.5em;
	margin-top: 1em;
	line-height: 180%;
}

/* Page */

#page {
	width: 610px;
	margin: 30px auto 30px 70px;
	background: #FFFFFF;
	border: 10px solid #F60;
	position: relative;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* Logo */

#logo {
	height: 110px;
	background: url(images/img02.jpg);
}

#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
	padding: 20px 20px 0 20px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu {
	height: 50px;
	background-color: #D50000;
	font-size: x-small;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	/*font-size: 10px;
	font-weight: bold;*/
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#secmenu {
	position: absolute;
	top: 90px;
	right: 5px;
	font-size: x-small;
}

#secmenu a, #langbar a {
	color: #999;	
}

#langbar {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: x-small;
}

#inbeeldgroups {
	width: 120px;
	border: 1px solid #EEEEEE;
	float: right;
	padding: 3px;
}

#inbeeldfotos {
	width: 435px;
	margin-bottom: 30px;
}

#inbeeldfotos img {
	border: 3px solid #D50000;
	margin-right: 5px;
	margin-top: 5px;
}

#adres {
	float: right;
	border-left: solid 1px #999;
	padding: 0 0 0 5px;
	margin-top: 15px;
}
#adres dl {
	
}
#adres dt {
	margin-top: 10px;
	font-weight: bold;
}










<!--[if IE 6]>
	html { overflow-y: hidden; }
	body { overflow-y: auto; }
	#bg { position:absolute; z-index:-1; }
	/*#page { position:static; }*/
<![endif]-->