body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 10 10 10;
	font-size: 1.0em;
	text-align: center;
}
.box{
	width: 800px;
	border: 1px solid black;
	background-color: #eeeeee;
	margin: auto;	
	text-align: left;
}

.heading {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #999999;
	font-weight: 200;
}

.footer{
	background-color: #1a3273;
	border-top: 1px solid white;
	padding: 2px 10px 2px 10px;
	color: White;
	font-size: 0.7em;
	text-align: left;
}
.footer a{
	color: White;
	padding: 2px 10px 2px 10px;
}

.navigation{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 25px;
	background-color: #1a3273;
	color: white;
}
.navigation a{
	color: White;
	line-height: 150%;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.navigation a:hover{
	color: Orange;
	line-height: 150%;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.content{
	text-align: left;	
}
.navilinks{
	padding-top: 10px;
	background-color: #6699CC;
	border-right: 1px dotted grey;
	vertical-align: top;
}
.navilinks ul{
	color: black;
	width:130px;
	padding: 5px;
	margin: 5px;
	list-style:outside disk;
	text-align:left;
	font-size: 0.8em;
}
.navilinks li{
	margin-left: 15px;
	padding:  0px 0px 10px 0px;
}
.navilinks a{
	color: Black;
	text-decoration: none;
}
.navilinks a:hover{
	color: Darkorange;
	text-decoration: none;
}
.navirechts{
	background-color: #6699CC;
	border-left: 1px dotted grey;
	vertical-align: top;
	padding: 15px 0px 5px 15px;
}

.inhalt{
	vertical-align: top;
	padding: 15px 10px 10px 10px;
}

.inhalt div{
	float: left;
	margin: 5px 10px 5px 0px;

}

.inhalt img{
	border: 1px solid black;
	float: left;
	margin: 5px 10px 5px 0px;
	border: 1px solid grey;
}

.inhalt h1{
	font-weight: 600;
	font-size: 1.1em;
}

.inhalt h2{
	font-weight: 500;
	font-size: 1.0em;
}

.inhalt h3{
	font-weight: 500;
	font-size: 0.8	em;
}
.inhalt p {
	text-align: justify;
	font-size: 0.9em;
}
.inhalt td{
	vertical-align: top;
	padding: 5px;
	font-size: 0.9em;
}
.inhalt td ul {
	padding: 0px 0px 10px 0px;
	margin: 0;
	list-style-position: inside;
	line-height: 140%
	
}
.inhalt td li {
	padding-bottom: 10px;
}
.kleiner{
	font-size: 0.8em;
}
.fett {
	font-weight: bold;
}
