body, td, th, p, h1, h2, h3, ul, li, div, span, form, input, select, option, textarea {
  font-family : Trebuchet MS, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #000000; 
  text-decoration: none;
}
.klein {
  font-family : Trebuchet MS, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #000000;
  text-decoration: none;
}

.hgrau {
  font-family : Trebuchet MS, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #999999;
  text-decoration: none;
}
.meta {
  font-family : Trebuchet MS, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #a50235;
  text-decoration: none;
}
.navi {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #000000;
  line-height : 22px;
  background-color : #bbb1a6;    
  text-decoration: none;
  }
/* ##### VERLINKUNGEN ##### */
a.navi:link, a.navi:visited, a.navi:active {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #ffffff;
  line-height : 22px;
  width :100%;
  background-color : #a50235; 
  text-decoration: none;
}
a.navi:hover {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #000000;
  line-height : 22px;
  width : 100%;
  background-color : #bbb1a6;    
  text-decoration: none;
  }
a.naviaktiv:link, a.naviaktiv:visited, a.naviaktiv:active {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #000000;
  line-height : 22px;
  width : 100%;
  background-color : #d8d0c7;    
  text-decoration: none;
}
a.naviaktiv:hover {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #000000;
  line-height : 22px;
  width : 100%;
  background-color : #d8d0c7;    
  text-decoration: none;
  }

a.sub:link, a.sub:visited, a.sub:active {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #000000;
  text-decoration: none;
}
a.sub:hover {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #a50235;
  text-decoration: none;
  }
.subaktiv {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #a50235;
  text-decoration: none;
}
a.link:link, a.link:visited, a.link:active {
  font-size : 10px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #a50235;
  text-decoration: underline;
}
a.link:hover {
  font-size : 10px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #000000;
  text-decoration: none;
  }
a.textlink:link, a.textlink:visited, a.textlink:active {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #a50235;
  text-decoration: underline;
}
a.textlink:hover {
  font-size : 11px;
  font-family : Trebuchet MS, sans-serif;
  font-weight : normal;
  color : #000000;
  text-decoration: none;
  }
  
#content{
 	margin-top: 0px;
	margin-left: 0px;
	height:300px;
	width:520px;
	padding:30px;
	overflow: auto;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #a50235;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	font-size:100%;
	z-index:1;
}
/* Inhalt */
#bilder {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 275px;
  height: 380px;
  background-color : #bbb1a6;
}

#inhalt{
 	margin-top: 0px;
	margin-left: 0px;
	background-color : #d8d0c7;
	height:320px;
	width: 100%px;
	padding:20px;
	overflow: auto;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #a50235;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	font-size:100%;
	z-index:1;
}