@import"nav.css";

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

body {
	font: normal normal 11px Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #262626;
}

h2 {
	padding-bottom: .5em;
	font-size: 11px;
	color: #e5e5e5;
}

img {
	border: 0;
}

address {
	line-height: 13px;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #656565;
}

#canvas {
	width: 966px;
	margin: 90px auto 0;
	text-align: left;
}

#splash {
	text-align: center;
}

#sidebar {
	position: fixed;
	width: 156px;
	padding-right: 20px;
	color: #656565;
}

#content {
	padding-left: 176px;
	width: 780px;
	padding-right: 12px;
	background: url(../images/contentright.gif) top right repeat-y;
}

#about {
	text-align: right;
}

#about h3 {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}

#about address {
	margin-bottom: 10px;
}

#about a {
	font-weight: bold;
}

#logo {
	height: 34px;
	margin-top: 10px;
	background: url(../images/logo.gif) center right no-repeat;
}

#logo h1 {
	display: none;
}

.content {
	padding: 10px;
	color: #333;
	background-color: #666;
}

.content p {
	padding-bottom: 1em;
}

.content a {
	color: #fff;
	text-decoration: underline;
}

.post {
	overflow: hidden;
	padding-bottom: 20px;
	background: #666 url(../images/lijntje.gif) bottom left repeat-x;
}

.post .image {
	overflow: hidden;
}

.post .desc {
	padding: 4px 14px 0;
}

.post .desc p {
	color: #333;
}

.post .desc p a {
	color: #fff;
	text-decoration: underline;
}

input {
	margin: 5px 0 0 0;
	padding: 3px 5px;
	font: normal normal 11px Helvetica, Arial, sans-serif;
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
}

input[type=text] {
	width: 220px;
	color: #262626;
}

input[type=submit] {
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

#newsletter {
	width: 240px;
}

#extra {
	text-align: right;
	padding: 20px 0 0 0;
	font: 11px/13px Helvetica, Arial, sans-serif;
	color: #666666;
}

#extra p {
	padding: 3px 0;
	color: #656565;
}

#extra a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#extra .logo {
	height: 34px;
	background: url(../images/logo.gif) center right no-repeat;
	margin-top: 10px;
}

#extra .logo h1 {
	display: none;
}