@charset 'utf-8';
/*
 * CSS Stylesheet for Hofman Schepen/Woonboten by Elte Hupkes @ Scitus Webdev
 * 
 * 
 * 
 * (c) 2009 Elte Hupkes
 */
/*
 * Default styling
 */

* {
	padding:0;
	margin:0;
}
img {
	border:0;
}
.hide {
	display:none;
}
html, body {
	height:100%;
}
body {
	font-size:62.5%; /* Defaults to 10px */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#206dcd;
	background-color:#ffffff;
}
h1 {
	font-size:1.6em;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.4em;
	margin-bottom:0.5em;
}
h3 {
	margin-bottom:0.5em;
}
p {
	font-size:1.2em;
	font-weight:bold;
}
p.info {
	font-size:1.3em;
}
a {
	color:#222222;
	text-decoration:none;
}
a:hover {
	color:#aeaeae;
	text-decoration:none;
}
.clearBoth {
	clear:both;
	padding:0;
	margin:0;
	float:none;
}
img {
	border:0;
}
/*
 * Default layout
 */
div#wrapper {
	width:800px;
	padding:0 4px;
	margin:0 auto;
	background:url(../img/bg.gif) repeat-y center;
	height:auto !important;
	height:100%;
	min-height:100%;
}
div.header-spacer {
	height:30px;
	width:100%;
}
h1.header {
	position:relative;
}
h1.header a#home {
	display:none;
}
h1#header {
	width:800px;
	height:79px;
	background:url(../img/logo.png) no-repeat top right;
	margin-bottom:25px;
	overflow:hidden;
}
h1#header-lines {
	background:url(../img/logo_lines.gif) no-repeat top right;
	width:800px;
	overflow:hidden;
	height:82px;
	margin-bottom:0;
	padding:0;
}
h1#header-header {
	background:url(../img/logo_header.gif) no-repeat top right;
	width:800px;
	overflow:hidden;
	height:122px;
	margin-bottom:0;
	/*z-index:40;*/
}
h1.header a {
	display:block;
	width:100%;
	height:100%;
}
h1.header span {
	display:none;
}
h1#header-header a {
	height:78px;
}
h1#header-header a.home {
	display:block;
	position:absolute;
	width:21px;
	height:21px;
	z-index:99;
	bottom:15px;
	left:8px;
	background:url(../img/home_blue.gif) no-repeat center;
}

/* Messages */
div.message {
	font-size:1.2em;
	margin:1em 0;
	padding:0.5em;
	border:1px solid #cccccc;
}
div#authMessage, div#flashMessage {
	border:1px solid #d00000;
	background-color:#ffe8e8;
}

div#goodMessage {
	border:1px solid #77c804;
	background:#e6ffc6 url(/pages/manage/images/vinkje.gif) no-repeat 7px center;
}

