body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#head {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#menu {
	position: absolute;
	left: 0;
	top: 140px;
	width: 160px;
	padding-top: 15px;
}
#werbung {
	position: absolute;
	right: 0;
	top: 130px;
	width: 150px;
	text-align: center;
	background: url('vertikal_line.png') no-repeat 0 0;
}
#werbung h3 {
	font-size: 12px;
	font-weight: bold;
}
#werbung img {
	border: 1px solid #000;
}
#inhalt {
	margin-top: 120px;
	margin-left: 150px;
	margin-right: 150px;
	padding: 10px;
	background: url('vertikal_line.png') no-repeat 0 0;
	min-height: 370px;
}
#menu ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu li {
        list-style-type: none;
}
#menu a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: url('underline.png') bottom left no-repeat;
	padding: 2px 5px 0px 5px;
}
#menu a:hover {
	color: #f00;
}
#menu li ul {
	display: block;
	list-style: url('list.png') outside;
	padding-left: 20px;
}
#menu li li {
	display: block;
list-style-type: circle;
list-style: url('list.png') outside;
}
#menu li ul a {
	display: inline;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: none;
}
#menu li ul a:hover {
	text-decoration: underline;
}
#menu .partnerlink a {
	text-align: center;
	background: transparent;
	padding: 15px 0px 0px 0px;
}
#menu .partnerlink img {
	border: none;
}
#navi3 {
	text-align: center;
	font-size: 12px;
}
#navi3 a {
	white-space: nowrap;
}
h1 {
	font-size: 24px;
	font-style: italic;
}
h2 {
	font-size: 18px;
}
#inhalt a {
	color: #f00;
	text-decoration: underline;
}
#inhalt a:hover {
	color: #fff;
	background-color: #f00;
	text-decoration: none;
}
#inhalt #breadcrumb {
  font-size: 18px;
  font-weight: bold;
}
#breadcrumb a {
  color: #000;
  text-decoration: underline;
}
#breadcrumb a:hover {
  color: #f00;
  background-color: transparent;
}
table {
  border-collapse: collapse;
}
td {
  border: 1px solid #000;
}
tr.ruled {
  background: #fcc;
}