/***********************************************
  Allgemein
***********************************************/
* {
  margin: 0px;
  padding: 0px;
}

img {
	border: 0px;
}

body {
  background: #DCE4E8;
}

html, body {
	height: 100%;
}

a:hover { 
	text-decoration: underline;
}

/***********************************************
  Textformatierung
***********************************************/
body, h1, h2, h3, h4, h5, h6, p, td, form, input, select, textarea {
  font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: gray;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 1em;
	color: #000000;
}

/***********************************************
  Klassen
***********************************************/
#center {
  font-size: 14px;
  color: #000000;
  text-align: center;
}

#wichtig {
	font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
}

/***********************************************
  Seite
***********************************************/
#block {
	position: relative;
	left: -5%;
	top: 0px;
	width: 70%;
	margin: 0px auto;
	min-width: 750px; min-height: 100%;
	background: #FFFFFF url(img/bg_line_dotted_v.gif) 550px repeat-y;
}

* html #block { 
	height: 100%;
}

#site {
	width: 750px;
	padding: 0px 20px 20px 20px;
	overflow: auto;
}

#head {
	width: 730px;
	height: 150px;
	padding: 20px 0px 30px 0px;
	background: #FFFFFF;
}

#headimg {
	width: 250px; /* 520px; */
	height: 73px; /* 130px; */
	margin: 0px 0px 10px 0px;
	border: 0px;
}

ul#pfeil {
	display: block;
	list-style-type: none;
}

ul#pfeil li {
	float: none;
	padding: 0px 0px 0px 10px;
	background: #FFFFFF url(img/arrow_grey.gif) 0px 2px no-repeat;
}

ul#impressum {
	display: inline;
	list-style-type: none;
}

ul#impressum li {
	float: right;
	margin-right: 20px;
	background: #FFFFFF url(img/arrow_grey.gif) 0px 2px no-repeat;
}

ul#impressum li a:link,
ul#impressum li a:visited,
ul#impressum li a:focus {
	display: block;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	color: silver;
	font-weight: bold;
	text-decoration: underline;
}

ul#impressum li a:hover {
	color: darkgreen;
	text-decoration: none;
}

ul#navi {
	display: inline;
	list-style-type: none;
}

ul#navi li {
	float: left;
	margin-right: 20px;
	background: #FFFFFF url(img/arrow_grey.gif) 0px 2px no-repeat;
}

ul#navi li a:link,
ul#navi li a:visited,
ul#navi li a:focus {
	display: block;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	color: silver;
	font-weight: bold;
	text-decoration: underline;
}

ul#navi li a:hover {
	color: darkgreen;
	text-decoration: none;
}

/***********************************************
  Inhalt
***********************************************/
#inhalt {
	float: left;
	vertical-align: top;
	width: 400px;
}

#inhalt p {
	width: 400px;
	margin-bottom: 1.5em;
}

/***********************************************
  Leiste
***********************************************/
#leiste {
	vertical-align: top;
	padding-top: 70px;
	padding-left: 35px;
	margin-left: 500px;
}

/***********************************************
  Footer
***********************************************/
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 520px;
	height: 25px;
	clear: both;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 10px;
	background: #FFFFFF url(img/bg_line_dotted_h.gif) repeat-x;
}

