/* Allgemeine Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../pics/page_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#logo {
	position: absolute;
	height: 140px;
	width: 834px;
	left: 50%;
	margin-left: -417px;
	margin-top: -31px;
	z-index: 999;
	background-image: url(../pics/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#logo a {
  display: block;
  height: 140px;
	width: 834px;
	text-decoration: none;
}

#wrapper {
	width: 834px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 35px;
	padding-top: 32px;
	background-color: #9BC219;
	background-image: url(../pics/content_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#header {
	height: 317px;
}

#content {
	background-color: #FFF;
	width: 816px;
	padding: 9px;
	padding-bottom: 26px;
	background-image: url(../pics/content_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

p {
	margin: 0px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	color: #9DC31D;
	margin-top: 8px;
	margin-bottom: 14px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

p img.links {
  margin: 10px;
  margin-left: 0px;
  float: left;
}
p img.rechts {
  margin: 10px;
  margin-right: 0px;
  float: right;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #92BD01;
}

ul {
	list-style-image: url(../pics/dot.gif);
	margin-left: 0px;
	padding-left: 18px;
}
ul li {
	margin-bottom: 2px;
}

p.hervorgehoben {
	color: #FFF;
	background-color: #006FB4;
	padding: 9px;
}

p img.links {
  margin: 10px;
  margin-left: 0px;
  float: left;
}
p img.rechts {
  margin: 10px;
  margin-right: 0px;
  float: right;
}

ul.dateiliste {
	list-style-image: url(../pics/pdficon.gif);
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}

ul.dateiliste li {
	margin-bottom: 0px;
	margin-left: 0px;
}

li.dateiliste {
	list-style-image: url(../pics/pdficon.gif);
	list-style-position: inside;
	margin-left: -18px;
	padding-left: 0px;
}

/* Navigation */
#nav {
	width: 834px;
	background-image: url(../pics/navbar_bg.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
}

#nav table {
	text-align: center;
	border-color: #FFF;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}

#nav table td {
	background: none;
	font-size: 16px;
	padding: 0px;
}

#nav a {
	display: block;
	line-height: 34px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#nav a:hover {
  border: none;
  background-image: url(../pics/nav_bg.gif);
  background-repeat: repeat-x;
}
#nav .li_0_active a {
	background-image: url(../pics/nav_bg.gif);
	background-repeat: repeat-x;
}

#nav #sub_nav {
	width: 834px;
	height: 27px;
	font-size: 14px;
}

#nav #sub_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav #sub_nav li {
	float: left;
}

#nav #sub_nav a {
	line-height: 27px;
	display: block;
	color: #71D6FE;
	padding: 0;
	padding-right: 33px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
#nav #sub_nav a:hover {
	text-decoration: underline;
	color: #FFF;
	background: none;
}

/* Tabellen-Styles */
table td.kopfzeile {
	line-height: 34px;
	color: #FFF;
	background-color: #9DC31D;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding: 0 9px;
	border-bottom: 1px solid #FFF;
}

table td {
	padding: 9px;
	background-color: #DEEBB3;
	margin: 0px;
	font-size: 12px;
}

table td.fusszeile {
	border-top: 1px solid #FFF;
	background-color: #EEF5D9;
}

/* Teaser */
table.teaser {
  background-color: #F3F8E4;
  margin: -9px;
  margin-bottom: 0;
}

table.teaser .teaser_entry {
  width: 33%;
  padding: 0px;
  vertical-align: top;
  background-color: #F3F8E4;
}

.teaser_entry h1 {
  color: #000;
  font-size: 18px;
  margin: 10px 0;
  margin-bottom: 8px;
  font-weight: normal;
}

.teaser_entry .link {
  margin-top: 12px;
}
