body {
	color: #444;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 100%;
	line-height: 1.5em;
  background: #ddd url(../images/bg.png) top left repeat-x;
}

#container {
	margin: 0 auto;
  width: 850px;
}

#logo {
	padding-top: 20px;
  float: left;
  width: 100%;
}

#menu {
	float: left;
  clear: left;
  color: #fff;
  height: 50px;
  width: 100%;
}

#menu ul {
	font-size: 1em;
}

#menu li {
	float: left;
  padding-right: 50px;
}

#menu a {
	float: left;
  padding: 0.7em 0em 0.8em 0;
  text-decoration: none;
  color: #fff;
}

#city {
	float: left;
  clear: left;
  background: url(../images/city.png) bottom center no-repeat;
	height: 300px;
  width: 850px;
}

#cloud {
	position: absolute;
  top: 20px;
  right: 25px;
  background: url(../images/cloud.png) no-repeat;
  width: 145px;
  height: 105px;
  font-size: 0.7em;
  padding-top: 52px;
  padding-left: 55px;
}

#main {
	float: left;
  clear: left;
  width: 510px;
  padding: 20px;
  margin-top: 20px;
	background: #fff;
  -moz-border-radius: 1em;
}

#sidebar {
	float: right;
	background: #fff;
  -moz-border-radius: 1em;  
  margin-top: 20px;
  padding: 20px;
  width: 230px;
}

#cartoon {
	float: right;
  clear: right;
  margin-top: 20px;
  text-align: center;
  width: 270px;
}

#footer {
	clear: both;
  padding: 20px;
  color: #aaa;
}

#footer a	{
	color: #aaa;
  text-decoration: none;
}

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

#footer p {
	margin-bottom: 0;
}

#intro {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
  margin-bottom: 0.5em;
}

h2 {
	font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  clear: both;
}

p, ul, ol, select, dd {
	font-size: 0.75em;
  margin-bottom: 1em;
}

select {
	margin-bottom: 1.5em;
}

dt {
	font-size: 1em;
	font-weight: bold;
}

ol li {
	list-style: decimal;
  margin-left: 1.75em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	color: #999;
  background-color: #999;
  height: 1px;
  border: 0;
}

ul.lidworden label {
	width: 200px;
  clear: left;
  font-weight: bold;
}

ul.lidworden input[type="checkbox"] {
	margin-right: 10px;
}

ul.lidworden label.checkbox {
	font-weight: normal;
  width: 100%;
}

ul.lidworden label, ul.lidworden input {
	display: block;
  float: left;
  margin: 5px 0;
}

ul.lidworden {
	float: left;
}

.hidden {
	display: none;
}

h1, h2, dt {
	color: #675946;
}

sup {
	vertical-align: super;
}

#verzenden {
	margin: 5px 0 15px 20px;
}

.clear {
	clear: both;
}

.left {
	float: left;
  clear: both;
}

.right {
	float: right;
}

p.left, p.right {
	margin-bottom: 0;
}

p#last {
	margin-bottom: 1em;
}

a
{
  outline: none;
}

a:active {
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}
