* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #D72626;
}
h1 a, h2 a, h3 a {
  color: #D72626;
  border-bottom: 1px dotted;
  text-decoration: none;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

span a:link, p a:link, span a:visited, p a:visited, .link {
	color: black;
  text-decoration: none;
  border-bottom: 1px dotted black;
}

span a:hover, p a:hover {
	color: #ED2024;
}

#logo {
  float: left;
  font-size: 25px;
  color: black;
  background: url(images/aeolusklein.gif) no-repeat;
  background-position: 40px ;
}
#logo a {
  text-decoration: none;
  color: black;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#menu {
	width: 580px;
  float: right;
}

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

#menu li {
	display: inline;
}

a.add, p a.add {
  display: block;
  text-decoration: none;
  color: white;
  border: none;
}

#menu a {
  float: right;
	display: block;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 105%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img3.jpg) no-repeat;
  background-position: 5px 5px;
  border: 1px solid #d9d9d9;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
  background: url(images/bg.gif) no-repeat;
}

#content p, #content ul, #sidebar {
	font-size: 100%;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;

}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

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

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #d5d5d5;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

li #selected {
  color: #D72626;
}

#legal {
	float: right;
  color: #7F7772;
}

#legal a, #content a {
  color: #7F7772;
}

#links {
	float: right;
}

.add {
  float: left;
  margin: 5px 20px 5px 20px;
}

.lijnboven {
  border-top: 1px dotted #9A9A9A;
  padding-top: 20px;
}

.gr {
   color: #7F7772;
}

.left {
    float: left;
}

.right {
    float: right;
}
