html, body {
  height:100%; 
  margin:0px; 
  padding: 0px;
  font-family: Verdana;
	font-size: 8pt;
/*  background: #FFFFFF url(../img/bg-grau2.gif) repeat scroll center 0; */
}
p {
  margin: 0px;
  padding: 4px;
  line-height: 1.5em;
}

a { color: #f8690b; font-weight: bold; text-decoration: none; }

a:hover{ text-decoration: underline; }

h1 {
  color: #000;
  font-size: 10pt;
  font-weight: normal;
  margin-bottom: 0px;
  margin-left: 40px;
}

table#frameset {
/*  background: #FFFFFF url(../img/bg-grau2.gif) repeat scroll center 0; */
}

div#content {
  height: 560px; 
  width: 880px; 
  position: relative;
  background-color: white;
}
div#logo {
  position: absolute;
  top: 0px;
  left: -64px;
  width: 106px;
  height: 210px;
  background: transparent url(../img/startseite_logo.png) no-repeat scroll left top;
  z-index: 99;
}
div#header {
	width: 840px;
	height: 60px;
  background: #fff url(../img/header3.png) no-repeat bottom left;
	position: absolute;
	left: 20px;
	top: 0px;
}
h1 {
	color: #FF6600; 
	font-family: Verdana;
	font-size: 12pt;
}
div#inhalt {
  width: 840px;
  height: 450px;
  background-color: #FFF;
  position: absolute;
  left: 20px;
  bottom: 28px;
}
div#footer {
  width: 840px;
  height 20px;
  position: absolute;
  left: 20px;
  bottom: 0px;
}

ul.welcome {
  margin: 0px;
  padding: 0px;
}

li.welcome {
  margin: 5px 10px;
  list-style-type: none;
}

li.welcome a {
  color: #9F9F9F;
  font-family: Impact, Verdana;
  font-weight: normal;
  font-size: 14pt;
  font-style: italic;
}