body {
  background-color: lightblue;
  font-family:sans serif;
  font-size: 1em;
  color:#564b47;  
  padding:20px;
  margin:0px;
  text-align: center;
}

#inhalt { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 10px;
  width: 630px;
  background-color: white;
  border: 1px dotted silver;
}

.center {text-align:center;}

.blue {color:#0C5A7B;}
.orange {color:#EB5D33;}
.green {color:#219D4E;}

img {border:0;}

a{
	text-decoration:none;
	color:#0C5A7B;
border-bottom:1px dashed #1F4FA2;}
a:hover{
	color:red;
border-bottom:1px dashed red;}

.nav a{
	text-decoration:none;
	color:#0C5A7B;
	border-bottom:2px dotted #219D4E;
}
.nav a:hover{
	color:#EB5D33;
border-bottom:2px dotted red;}

div#footer{font-size:smaller; color: #999; margin-top:3em; border-top:1px dashed #1F4FA2;}


