html, body {
	height: 100%;
}

body {
	background: url(../../images/global/bg.gif) repeat-y top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a:link, a:visited, a:hover, a:active {
  font-weight: bold;
}

a:link, a:visited, a:active {
  text-decoration: underline;
}

a:link, a:visited { color: #333; }

a:hover { color: #666; text-decoration: none; }

a:active { color: #333; }

a img { border: 0; }

p {
	margin: 0;
	padding: 0 0 15px 0;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #1a5500;
	margin: 0;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #1a5500;
	margin: 0;
	padding: 0 0 5px 0;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.fehler { color: #ff0000; font-weight: bold;}

.textKlein {
	font-size: 0.95em;
}

/* == SEITEN STRUKTUR == */

#seite, #fuss { width: 900px; position: relative; }

#seite {
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

/* Für IE 6 */
* html #seite { height: 100%; }

#fuss {
	background: url(../../images/global/fuss.gif) no-repeat top center;
	height: 35px;
	margin: -35px auto 0 auto;
	text-align: left;
}

#fussInhalt {
	padding: 7px 20px 7px 25px;
	font-size: 10px;
	color: #fff;
}

#fussInhalt #metaLinks { float: left; }

#fussInhalt #copyright { float: right; }

#fussInhalt span { padding-right: 10px; }

#fussInhalt span a { color: #fff; text-decoration: none; }

#fussInhalt span a:hover{ color: #666; }


/* == SEITENKOPF == */

#containerKopf {
	margin: 0;
	padding: 0;
}

#containerKopfInhalt {
	background: url(../../images/global/bg_box_kopf_mitte.gif) repeat-y top left;
	width: 880px;
	padding: 0 10px;
	margin:0;
}

#containerKopfOben {
	background: url(../../images/global/bg_box_kopf_oben.gif) no-repeat top left;
	width: 900px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

#containerKopfUnten {
	background: url(../../images/global/bg_box_kopf_unten.gif) no-repeat top left;
	width: 900px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

#containerKopfImage {
	line-height: 1px;
}

#containerInhalt {
  padding: 20px 0 70px 0;
  margin: 0;
}

#containerInhalt .inhalt {
	background: url(../../images/global/bg_inhalt.jpg) no-repeat top left;
	padding: 20px 25px 0 25px;
	min-height: 100px;
}

.inhaltPos {
	position: relative;
}

#containerInhalt .inhaltAbschluss {
	background: url(../../images/global/bg_inhalt_abschluss.jpg) no-repeat top left;
	width: 900px;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
}

/* == MENÜ == */
.topMenueContainer, .menueContainer {
	width: 880px;
	margin: 0;
	padding: 0;
	min-height: 10px;
}

.topMenueContainer { position: relative; }

ul.topMenueListe, ul.menueListe {
	margin: 0;
	list-style-type: none;
	color: #666;
	font-weight: bold;
}

ul.topMenueListe {
	padding: 11px 0 0 0;
}

ul.menueListe {
	padding: 10px 0 0 0;
}

ul.topMenueListe li, ul.menueListe li {
	text-align: center;
	float: left;
	padding: 0 5px 0 5px;
}

ul.topMenueListe li.listItem-1{ background-image: none; }

ul.topMenueListe li a, ul.menueListe li a {
	display: block;
	margin: 0;
  white-space: nowrap;
}

ul.topMenueListe li a:link, ul.topMenueListe li a:visited,
ul.menueListe li a:link, ul.menueListe li a:visited {
	color: #666;
	text-decoration: none;
}

ul.topMenueListe li a.aktiv:link, ul.topMenueListe li a.aktiv:visited,
ul.menueListe li a.aktiv:link, ul.menueListe li a.aktiv:visited,
ul.menueListe li a.aktiv:hover, ul.topMenueListe li a.aktiv:hover,
ul.topMenueListe li a:hover, ul.menueListe li a:hover {
	background-color: #f1ad00;
	color: #fff;
}

.topMenueContainer {
	background: url(../../images/global/bg_navi_h_streifen_1.gif) no-repeat top left;
}

.menueContainer {
	background: url(../../images/global/bg_navi_h_streifen_2.gif) no-repeat top left;
}

ul.topMenueListe li {
	background: url(../../images/global/bg_navi_v_linie.gif) no-repeat center left;
}

ul.menueListe li {
	background: url(../../images/global/bg_navi_v_linie.gif) no-repeat center right;
}

ul.topMenueListe { font-size: 12px; }

ul.menueListe { font-size: 11px; }

ul.topMenueListe li a { padding: 2px 0; }

ul.menueListe li a { padding: 2px 10px; }


/* == SUCHE IN MENÜ == */

#suchMenue {
	border: 1px solid #ddd;
	height: 20px;
}

#suchMenue input#suchBegriff {
	float: left;
	border: 1px solid #fff;
	font-size: 11px;
	font-weight: normal;
	margin-top: 1px;
	/*padding-left: 3px;*/
}

#suchMenue input#suchBtn {
	width: 20px;
	height: 20px;
	float: right;
	border: none;
	background: url(../../images/global/lupe.gif) no-repeat center;
}

#suchergebnisListe {
	padding-bottom: 10px;
}

#suchergebnisListe div {
	padding-bottom: 7px;
}

.mehrBtn {
	background: url(../../images/global/bg_btn_mehr.gif) no-repeat top left;
	width: 55px;
	height: 21px;
	text-align: center;
}

.mehrBtn a {
   display: block;
   padding: 4px 0 0 0;
}

.mehrBtn a, .mehrBtn a:hover {
   font-size: 11px;
   font-weight: bold;
}

.mehrBtn a:link, .mehrBtn a:visited, .mehrBtn a:hover, .mehrBtn a:active{
	color: #fff;
	text-decoration: none;
}

a.zurueckBtn {
  width: 62px;
  height: 17px;
	background: url(../../images/global/bg_btn_zurueck.gif) no-repeat top left;
	text-align: center;
	display: block;
	padding: 8px 0 0px 0px;
	margin: 5px 0 5px 6px;
	font-weight: bold;
	/*color: #333;*/
	font-size: 9px;
	text-decoration: none;
}