p {
	font-size : 14px;
	font-family : sans-serif;
	line-height : 150%;
}
.klein{
		font-size : 11px;
	font-family : sans-serif;
}
.kleins{
		font-size : 11px;
	font-family : sans-serif;
	color:#000000;
}
.weiss_fett{
		font-size : 16px;
	font-family : sans-serif;
	font-weight: bold;
}
.gross {
	font-size : 12px;
	font-family : sans-serif;
	line-height : 150%;
}
.einfach {
	font-size : 12px;
	font-family : sans-serif;
}
.fett {
	font-weight: bold;
	font-family : sans-serif;
}
li {
	font-size : 12px;
	font-family : sans-serif;
}
.schwarz {
	font-size : 12px;
	font-family : sans-serif;
	color: black;
}
H3 {
	font-family: sans-serif;
	color : Navy;
	font-size: 14px;
	font-weight : bold;
	background-color : #F4F4F4;
}
H2 {
	font-family: sans-serif;
	color : #FF6600;
	font-size: 14px;
	font-weight : bold;
}
H1 {
	font-family: sans-serif;
	color : #620000;
	font-size: 20px;
	font-weight : bold;
}
H4 {
	font-family: sans-serif;
	color : #FF6600;
	font-size: 16px;
	font-weight : bold;
	background-color : #dfdfdf;
}
H5 {
	font-family: sans-serif;
	color : #FF6600;
	font-size: 16px;
	font-weight : bold;
}

#navigation{
	position : absolute;
	left : 0px;
	top : -1px;
	width: 100%;
	z-index: 9;
}
#subnavi {
	position: abolute;
	width: 20%;
	float: left;
	top: 80px;
	}
#subinhalt {
	position: absolute;
	width: 70%;
	float: right;
	left: 25%;
	padding:5px;
	background-color: #FFFFFF;
	border: 1px solid gray;
}
#inhalt{
	position:absolute;
	width:70%;
	z-index:0;
	left: 15%;
	top: 219px;
	padding: 10px;
	height: 367px;
	background-color: #FED7E9;
}

.box0{
	font-family : sans-serif;
	font-size : 12px;
	background-color : yellow;
	color: red;
	border-color : Red Red Red Red;
	border : thin solid;
	font-weight : bold;
	width : 150px;
}
.box1{
	font-family : sans-serif;
	font-size : 12px;
	background-color : yellow;
	color: red;
	border-color : Red Red Red Red;
	border : thin solid;
	font-weight : bold;
	width : 300px;
}
.box2{
	font-family : sans-serif;
	font-size : 14px;
	background-color : yellow;
	color: red;
	border-color : Red Red Red Red;
	border : thin solid;
	font-weight : bold;
}
.rand1 {
  background: #F2F2F2;
  padding: 1em;
  border: 2px dotted gray;
  font-weight: bold;
}
.rand2 {
  background: white;
  padding: 1em;
  border: 1px solid gray;
  line-height: 150%;
}
.rand2fett {
  background: white;
  padding: 1em;
  border: 1px solid gray;
  line-height: 150%;
  font-weight:bold;
}

.rand3 {
  padding: 1em;
  border: 1px solid white;
}
.box00{
	font-family : sans-serif;
	font-size : 12px;
	color: black;
	font-weight : bold;
	width : 198px;
	padding: 5px;
	background-color: White;
}
.clink {
padding-right: 0px;
display: block; 
padding-left: 12px; 
border-left-width: 0px;
background: #830101; 
border-bottom-width: 0px;
padding-bottom: 5px; 
margin: 0px 0px 2px; 
color: white; 
padding-top: 5px; 
text-align: left; 
text-decoration: none; 
font-weight: bold;
}
.clink:hover {
	background: red;
	color: white;
}
.active {
	background: red;
	color: white;
	padding-right: 10px;
   display: block; 
   padding-left: 10px; 
   border-left-width: 0px;
   border-bottom-width: 0px;
   padding-bottom: 5px; 
   margin: 0px 0px 2px; 
   padding-top: 5px; 
   text-align: left; 
   font-weight: bold;
   text-decoration:none;
}
