/* CSS Document */

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
  color: #FF6600;
}

a:active {
  color: #FF6600;
  text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-image: url(images/gestreift.jpg);
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	line-height: normal;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.2em;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: normal;
  font-size: 11px;
  font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 14px;
}
.fettbraun {
	color: #996600;
	font-weight: bold;
}
p {
	font-size: 13px;
	line-height: 20px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
.fett {
	font-weight: bold;
}
ol {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	list-style-type: disc;
}
.tableHGrau {
	background-color: #dcdcdc;
}
.tdHHGrau {
	background-color: #F5f5f5;
}
.AbFliess {
	font-size: 13px;
	line-height: 20px;
	margin: auto;
	padding-left: 7px;
	background-color: #f5f5f5;
}
.tableMitte {
	margin: auto;
	width: 50%;
}
