body {
	  margin-left:0px;
	  margin-top:0px;
	  width:1100px;
	  background-color:white;
	  font-family: veranda, helvetica, arial, sans-serif;
}

h1, h2, h3 {
text-align:center;
}

div#titleimg {
height:129px;
margin-left:0px;
margin-top:0px;
}

ul#navispalte {
float: left; width: 11em; 
margin: 0px;
padding: 0px;
background-color:#ddeeff;
list-style: none;
font-size:0.8em;
border-right-width:1px;
border-right-color:silver;
border-right-style:dashed;
border-bottom-width:1px;
border-bottom-color:silver;
border-bottom-style:dashed;
}

div#content{
	margin-left: 11em;
	margin-right: 11em;
}

div#terminspalte{
float: right; width: 10.5em;
margin:0px; padding:0.3em;
font-size:0.8em;
background-color:#f5f5dc;
border-left-width:1px;
border-left-color:silver;
border-left-style:dashed;
border-bottom-width:1px;
border-bottom-color:silver;
border-bottom-style:dashed;
}


#navispalte li {
margin:1em;
}

#navispalte a {
color:black;
text-decoration:none;
}
#navispalte a:hover {
text-decoration:underline;
}

ul.subnavi {
list-style: none;
padding-left: 0.3em;
}

#terminspalte h3 {
border-top-width: 1px;
border-top-style: solid;
border-top-color: silver;
margin-bottom:0em;
font-size:1.2em;
text-align:left;
}

