body {
	margin: 0;
	padding: 0;
	text-align: center;
  font: 0.8125em Verdana, sans-serif;
  line-height: 1;
  color: #333;
  background: #fff;
  }

a:link, a:visited {
	color: #00659c;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
	}
	
#box {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
  width: 765px;
	}
	
#header {
  background: #00659c;
  border-bottom: 15px solid #ccc;
  }
  
#header h1 {
  margin: 0;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  }
  
#header h1 a {
  color: #fff;
  }

#content {
  position: absolute;
  left: 175px;
  padding: 10px 30px 0 0;
  }

#content p {
  line-height: 145%;
  text-align: left;
  }
  
#content p.errorMessage {
	font-weight: bold;
	color: #cc0000;
	}
	
#content a.autor {
	font-weight: normal;
  }
  
#content h3.ueberschrift {
  color: #cc0000;  
  }
	
#content span.joerg {
  color: #cc0000;  
	font-weight: bold;
  }
  
#content span.titel {
	font-weight: bold;
  }
  
#content td.ueberschrift {
	font-weight: bold;
  }
  
#content span.print {
	font-style: italic;
  }
  
#content ul li.sel {
  color: #cc0000;  
  font-weight: bold;
	}

#selector {
  text-align: right;
}

#sidebar {
  position: absolute;
  left: 0px;
  width: 150px;
  margin: 0;
  padding: 0;
  }

#sidebar ul {
  margin: 35px 0 0 0;
  padding: 0;
  list-style-type: none;
  }
  
#sidebar ul li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  }

#sidebar ul li a {
  font-weight: normal;
  padding: 3px 5px;
  }
  
#sidebar ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #00659c;
  }

#sidebar ul li a.logout:hover {
  color: #fff;
  background: #cc0000;
  }

#sidebar ul li a.logout {
  color: #cc0000;  
  font-weight: bold;
  font-size: 110%;
  padding: 3px 5px;
	}

#sidebar ul li a.main {
  font-weight: bold;
  font-size: 110%;
  padding: 3px 5px;
	}

#sidebar ul li a.sub {
  font-weight: normal;
  font-size: 80%;
  padding: 3px 5px;
	}

#footer {
  color: #666;
  clear: both;
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  }

#footer p {
  margin: 0;
  padding: 0;
  float: left;
  }
  
#topLink {
  float: right;
  }
