﻿#inhalt {
	float: left;
	margin: 10px;
	width: 75%;
	margin-top: 1px;
	padding-top: 0;
}
#bannertext {
	color: black;
	font-size: small;
	font-weight: bold;
	text-align: left;
	color: #7B8484;
	font-family: Arial;
}
#banner {
	float: left;
	clear: right;
	width: 100%;
}
#abstand {
	background-color: #940073;
	height: 5px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid black;
}
#navilinks {
	float: left;
	clear: left;
	margin-right: 10px;
	width: 135px;
	height: 100%;
	margin-top: 1px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #CCCCCC;
	text-decoration: none;
}
#titel {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}
#navilinks ul {
	padding-left: 0px;
	margin-left: 2px;
	color: #7B8484;
}
#navilinks a: {
	text-decoration: none;
}
#navilinks ul li {
	border: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
	margin: 2px;
	display: block;
	list-style: none;
	font-weight: bold;
	font-size:small;
}
#navilinks ul li:hover {
	border: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	color: #CE0884;
}
h1 {
	color: #7B8484;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
	font-size: x-large;
}
h2 {
	color: #7B8484;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
	font-size: large;
}
h3 {
	color: #7B8484;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
	font-size: medium;
}
h4 {
	color: #7B8484;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
	font-size: medium;
}
p {
	color: #7B8484;
	font-weight: normal;
	font-family: Arial;
	font-size: medium;
}
ul {
	color: #7B8484;
	font-weight: normal;
	font-family: Arial;
	font-size: medium;
}
