body {
	background-color: white;
	margin: 0;
}

#left {
	background-color:#90E4FF;
	width: 344px;
	height: 100%;
	position: absolute;
}

#versions {

position: absolute;
left: 384px;
top: 44px;
}

.version {
font-family: arial;
font-size: 12px;
background-color: white;
border: 10px #90E4FF solid;
margin-left:-10px;
padding: 2px;
}

a {
text-decoration: none;

}

.version a {
color: black;

}

#middle1 {
	background-color:white;
	width: 20px;
	height: 100%;
	position: absolute;
	top:0;
	left:344px;
	border-right: 20px #90E4FF solid;
}

#right {
	background-color:white;
	float: right;
	height: 100%;
}

#navigation {
	border: 18px solid white;
    margin: 20px;
	margin-top:30px;
    margin-right: -20px;
	z-index: 3;
}

#viewer {
	border: 15px solid #90E4FF;
	position: absolute;
	top: 60px;
	left: 370px;
	height: 213px;
	min-width: 245px;
	background-color: white;
	z-index: 5;
	text-align: center;
}

#info {
	border: 15px solid #90E4FF;
	position: absolute;
	top: 225px;
	left: 580px;
	width:320px;
	min-height: 80px;
	background-color: white;
	font-family: arial;
font-size: 14px;
}

#infotext {
	padding:20px;
}


.header {
	margin:0px;
	margin-left: 18px;
	font-family: arial;
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 5px;
}

#inline {
	position: absolute;
	top: 303px;
	left: 384px;
	height: 160px;
	width:197px;
	z-index: 2;
	background-color:#90E4FF;
}

#line {
	background-image: url(line.gif);
	background-repeat: no-repeat;
	z-index: 20;
	width: 100%;
	height: 100%;
}


ol a:hover {
	background-color: #B9ECFC;
}

#notfound {
	color: #C4C2C2;
	font-family: arial;
	font-size: 160px;

}

ol a {
	text-align: right;
	font-family: arial;
	color: #353535;
	text-decoration: none;
	display: block;
	padding: 10px;
	padding-left:25px;
}

#add form input{
	border: 2px solid #90E4FF;
	background-color: white;
}

#add form textarea{
	border: 2px solid #90E4FF;
}


#add{
	text-align: center;
	border: 20px solid #90E4FF;
	position: absolute;
	left: 365px;
	top: 50px;
}

.reacties {
	border: 15px solid #90E4FF;
	position: absolute;
	left: 915px;
	top: 200px;
	max-width: 200px;
	padding: 7px;
	text-decoration: none;
}

.reacties a{
	text-decoration: none;
	color: black;
	border: 2px solid #90E4FF;
	padding: 2px;
}

h4 {
	text-decoration: none;
	font-weight:normal;
}

ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#title a {
	text-decoration: none;
	color:white;
}

#subtitle a {
	text-decoration: none;
	color: #C4C2C2;
}

.hide {
	color:white;
	position: absolute;
	right: 0px;
	top: 0px;
}