html {
    overflow-y: scroll; /* macht einen permanenten Geisterscrollbalken */
}
body {
	border: 0px;
    margin: 0px;
	font-family: Helvetica, Arial, Sans-Serif; 
	color: #f9ffd6;
	color: #f8feff;
	background: url(/img/hintergrund.gif) repeat-x #c3dad6;
	z-index: 1;
	bottom: -0.1px;
}
a {
    text-decoration: none;
    color: #aad608;
}
a:hover {
    text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
a img {
    border-width: 0;
}
ul {
	padding: 10px 30px;
	margin: 0;
}
li {
	padding-bottom: 5px;
}
h1 {
	margin-top: 20px;
	font-family: Georgia, Helvetica, Arial, Sans-Serif; 
	font-size: 18px;
}
h2 {
	font-family: Georgia, Helvetica, Arial, Sans-Serif; 
    font-size: 16px;
    margin-bottom: 0.4em;
    margin-top: 1.2em;
}


#body {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: -0.1px;
	width: 100%;
}

#alles {
	position: relative;
	width: 789px;
	margin-left: -395px;
	left: 50%;
	top: 0px;
}
#head {
    position: relative;
    top: 20px;
    width: 789px;
    height: 180px;
    line-height: 120%;
    background: url(/img/kopf.jpg) no-repeat;
}
#head h1 {
	font-family: Helvetica, Arial, Sans-Serif; 
    margin: 8px 0 5px 0;
}
#hline {
    position: absolute;
    top: 18px;
    left: 260px;
    font-size: 14px;
}
#logo {
    position: absolute;
    top: 18px;
    left: 35px;
    width: 150px;
    height: 100px;
}

/*
#copy {
	position: relative;
	padding-left: 62px;
	width: 700px;
	font-size: 14px;
}

#copy a,a:visited {
	color: #0000FF;
	text-decoration: underline;
}
*/

#hmenu {
	position: absolute;
	top: 150px;
	left: 20px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	z-index: 2;
}
#hmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    display: block;
    height: 30px;
    text-decoration: none;
    color: #324d1e;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px 1px 15px;
    background: url(/img/b_aktiv.gif) no-repeat;
}
#nav a:hover {
	color: #000;
    background: url(/img/b_select.gif) repeat-x;
}
#nav li li a {
	padding: 0.2em 10px 5px 8px;
    height: 15px;
    background: url();
}
#hmenu li {
	float: left;
	position: relative;
	cursor: default;;
}
#hmenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -6px;
	padding: 5px 6px 5px 8px;
	background: url(/img/menu-bg.png) bottom left no-repeat;
	z-index: 5;
}
#hmenu li>ul {
	top: auto;
	left: auto;
}
#hmenu li li {
	display: block;
	float: none;
	border: 0;
}
#hmenu li:hover ul, #hmenu li.over ul {
	display: block;
}
#map {
	color: #000;
    width: 678px;
    height: 462px;
    border: 1px solid black;
}
.aktiv {
    color: #f00;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px 1px 15px;
    background: url(/img/b_select.gif) repeat-x;
}
.saktiv {
    color: #f00;
	padding: 0.2em 10px 5px 8px;
    font-size: 14px;
	font-weight: normal;
}
.tabelle {
    width: 685px;
}
.tabelle tr {
    background: url(/img/verlauf.jpg);
}
.tabelle th {
    color: #a9deee;
    background: url() #004058;
	font-size: 14px;
}
.tabelle td {
    color: #073739;
    padding: 5px;
}
.tabelle a {
    color: #080;
}
#breadcrumb {
	height: 15px;
	font-size: 12px;
	padding-top: 2px;
	color: #aca;
}
#content {
    position: relative;
    width: 788px;
    min-height: 550px;
    background: url(/img/mitte.png) repeat-y;
}
/*
#content a {
	color: #aad608;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
*/
#content p {
    line-height: 130%;
}
#kuchen {
    position: relative;
    width: 788px;
    height: 550px;
    background: url(/img/kuchen.jpg);
}
.inhalt {
    position: relative;
    padding: 10px 0 25px 50px;
    width: 685px;
}
.inhalt p {
    line-height: 130%;
	margin: 0.4em 0 0.4em 0;
}
.inhalt ul {
	margin: 0;
	padding-top: 0;
	list-style-image: url(/img/bullet.gif);
    line-height: 130%;
}
#foot {
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    height: 53px;
    background: url(/img/fuss.png) no-repeat;
}
#bookmarks img {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	vertical-align: middle;
}
#bookmarks {
    position: relative;
	padding: 0 0 5px 50px;
	color: #ccc;
	font-size: 13px;
}
.ind {
	padding-left: 50px;
}

