body {
  color: black; background-color: #666;
  font-size: 100.01%;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding-top: 20px;
  background-color:#171f2a;
 /* background-image:url(img/bg_kacheln.jpg);*/

}

div#hintergrund {
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;
	background-color:transparent;
}

div#links {
	width:350px;
	background-color:none;
	float:left;

}

div#header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	background-color:#FFF;
	min-height:150px;
	padding-left:20px;
	padding-top: 35px;
	margin-bottom: 0px;
	
	}
	
div#header a {
	text-decoration:none;
}
	

ul#Navigation {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	background-color:#FFF;
  	font-size: 0.91em;
	font-style: normal;
	padding-left:20px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0px;
	}
	
ul#Navigation li {
  list-style: none;
  margin: 0; 
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
ul#Navigation a {
  /* display: block; */
  /* padding: 0.2em; */
  text-decoration:none;	
}
ul#Navigation a:link {
  	color: #FFFFFF;
	background: #000000;
}

ul#Navigation a:visited {
  	color: #FFFFFF;
	background: #000000;
}
ul#Navigation a:hover {
  color: black; background-color: white;
}

div#Inhalt {
	background-color:#FFF;
	padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom:20px;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
  min-height: 300px;
  max-width: 400px;
  font-size:14px;
  margin-left:450px;
  margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
  
}
div#Inhalt h1 {
  font-size: 24px;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#Inhalt p {
  font-size:0.9em;
  margin: 0em 0em;
}
div#Inhalt a {
  margin: 0em 0em;
  color:#000;
}
.name {
	font-size: 8px;
	color: #222;
	font-style:italic;
	padding-bottom:0.4em;
	padding-top:0.4em;
}
.paperlinks {
	text-align:right;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#666;
	padding-top:0.5em;
	padding-bottom:0.2em;

}
.paperlinks a:hover {
	text-decoration:underline;
	}
.paperlinks a {
	text-decoration:none;
	}
