/**
 * General page styles
 */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #02a; /* #09347b; */
}

a img {
	border: none;
}

html {
	background-color: #112439;
}

body {
	background: #112439 url(/images/shadow.png) repeat-y scroll top center;
	font-size: medium;
	font-family: "Bitstream Vera Sans", "Verdana", "Tahoma", "Arial", "sans";
	text-align: center;
}

h1 {
	font-size: xx-large;
}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 4em;
	background: transparent url(/images/ldquo.png) no-repeat top left;
}

blockquote p {
	padding: 0 4em 0 0;
	background: transparent url(/images/rdquo.png) no-repeat bottom right;
}

form ul {
	margin: 1em 0;
	list-style: none;
}

form li {
	margin: 2px 0;
}

label {
	float: left;
	clear: left;
	width: 10em;
}

input, textarea {
	border: 1px solid #aaa;
	padding: 2px;
}

fieldset {
	clear: both;
	margin: 1em 0;
	border: 1px solid #aaa;
	padding: 0 1em;
}

select {
	border: 1px solid #aaa;
}

select option {
	padding-right: 0.5em;
}

/**
 * These styles are the basic layout
 */

#body-wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff url(/images/faux-columns.png) repeat-y scroll top center;
	text-align: left;
}

#header {
	position: relative;
	height: 136px;
	background: #fff url(/images/header.png) repeat-y scroll top center;
}

#logo {
	position: absolute;
	top: 32px;
	left: 32px;
}

#logo img {
	margin-right: 20px;
	vertical-align: middle;
}

#logo a {
	text-decoration: none;
	letter-spacing: 1px;
}

#menu {
	height: 30px;
	background: #95C369 url(/images/menu.png) repeat-x scroll top left;
}

#menu li {
	float: left;
	width: 16.5%;
	display: inline;
}

#menu a {
	display: block;
	color: #000;
	font-family: "Trebuchet MS", Corbel, Arial;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#content-wrapper {
	float: left;
	width: 900px;
	margin-right: -250px;
}

#intro-wrapper {
	background: #154070 url(/images/blue.png) repeat-y scroll top left;
}

#intro {
	width: 600px;
	margin: 0px 275px 0px 25px;
	padding: 25px 0px;
	color: #fff;
}

#intro h1 {
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}

#content {
	width: 600px;
	margin: 0px 275px 0px 25px;
}

#content p, #content ul {
	margin: 1em 0;
}

#content ul, #content ol {
	margin-left: 1em;
	list-style-position: outside;
}

#error {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #f00;
	background-color: #fee;
}

#message {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #090;
	background-color: #efe;
}

#sidebar-wrapper {
	float: right;
	width: 200px;
	margin: 0px 25px;
}

#polaroid {
	display: block;
	margin: 25px auto;
}

.sidebar-menu {
	margin: 25px auto;
}

.sidebar-menu h3 {
	display: block;
	padding: 6px 8px;
	background: #09347b url(/images/sidebar-menu-header.png) repeat-x scroll top left;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.sidebar-menu li {
	display: block;
	padding: 4px 8px;
	border-bottom: 1px dotted #729bc6;
	background-color: #CBDFF6;
	font-size: small;
}

.sidebar-menu a {
	text-decoration: none;
}

.sidebar-menu a:hover {
	text-decoration: underline;
}

#contact-details p {
	margin: 1em 0 1em 2em;
	font-size: small;
}

#contact-details tt {
	font-size: medium;
}

#footer {
	clear: both;
	height: 30px;
	background: #95C369 url(/images/menu.png) repeat-x scroll top left;
	font-size: small;
	line-height: 30px;
	text-align: center;
}

#subfooter {
	width: 950px;
	margin: 0 auto;
	padding: 25px 0;
	background: #112439 url(/images/shadow-bottom.png) no-repeat scroll top center;
	text-align: center;
	font-size: x-small;
	color: #154170;
}

#subfooter a {
	color: #154170;
}

/**
 * Styles for the gallery/portfolio
 */
#portfolio-index {
	list-style: none;
}

#portfolio-index li {
	clear: both;
	padding: 1em 1em 1em 160px;
}

#portfolio-index img {
	float: left;
	margin: 0px 0px 10px -160px;
}

#album {
	width: 100%;
}

#album td {
	text-align: center;
}

.fullphoto {
	margin: 1em 75px 1em 75px;
}

span.html {
	font-family: monospace;
}

span.non-public {
	font-size: small;
	font-weight: normal;
}

/**
 * The news area
 */

#news-list {
	clear: both;
	list-style: none;
}

#news-list hr {
	border: none;
	height: 1px;
	background-color: #aaa;
	margin-bottom: 1em;
}

p.byline {
	margin-top: 0.25em;
	font-size: small;
	color: #888;
}

p.news-older {
	display: block;
	width: 40%;
	float: right;
	margin: 0;
	text-align: right;
}

p.news-newer {
	display: block;
	float: left;
	margin: 0;
}

/**
 * Some specific styles for the admin area
 */

.operations {
	font-size: x-small;
}

.bigform li {
	margin: 1em 0;
}

.bigform label {
	float: none;
	width: 100%;
}

.bigform .text {
	width: 100%;
}

#pages li {
	margin-bottom: 1em;
}

/**
 * Styles for the user to use
 */

img.links {
	float: left;
	margin: 0 1em 1em 0;
}

img.rechts {
	float: right;
	margin: 0 0 1em 1em;
}

img.midden {
	display: block;
	margin: 0 auto 1em auto;
	text-align: center;
}

.afbreken {
	clear: both;
}

