body {
  background-color:black;
  font-family: Verdana, Arial, sans-serif;
  font-size:13px;
  color:white;
  margin:0px;
}

a, a:visited {
	color:White;
	text-decoration:underline;
}

p {
	text-align:justify;
}

div#pleft {
	width:44px;
	height:733px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url('img/perspective_left.gif');
}

div#pright {
	width:44px;
	height:733px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url('img/perspective_right.gif');
}

div#container {
	width:888px;
	margin-left:auto;
	margin-right:auto;
	min-height:733px;
	background-color:#252525;
	position:relative;
}

div.copyright {
	text-align:center;
	color:#A0A0A0;
	font-size:10px;
}

div.copyright a, div.copyright a:visited {
	color:#a0a0a0;
}

div#middle {
	position:absolute;
	left:44px;
	top:0px;
}

div#header {
	width:800px;
	background-image:url('img/header.jpg');
	background-position:0px 0px;
	height:70px;
}

div#nav {
	width:800px;
	height:40px;
	overflow:hidden;
	clear:both;
}

div#nav a {
	float:left;
}

a img {
	border:none;
	margin:0px;
}

div#content-wrapper {
	width:800px;
	background-image:url('img/back.jpg');
	min-height:623px;
	overflow:hidden;
}

div#content {
	margin:10px;
}

h1 {
	color:White;
	font-size:15px;
}

div.gedicht {
	position:absolute;
	right:50px;
	top:150px;
	width:250px;
	text-align:center;
	font-style:italic;
	font-size:15px;
}

div.darker {
	background-color:black;
	padding:10px;
	padding-top:10px;
}
