body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
/*	font-weight: normal;*/
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:75px;
	z-index:1;
	background-image: url(images/header_schattenleiste.jpg);
	background-repeat: no-repeat;
	background-position: left 70px;
}
#seitentitel {
	position:absolute;
	left:215px;
	top:90px;
	width:765px;
	height:20px;
	z-index:3;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/bg_seitentitel.gif);
	background-repeat: repeat-x;
}
.zwischentitel {
	font-size: 13px;
	font-weight: bold;
}
#content {
	position:absolute;
	left:215px;
	top:130px;
	width:770px;
	z-index:4;
}
#buckligewelt {
	position:absolute;
	left:20px;
	top:370px;
}

/* ----- navigation ------ */

#navigation {
	position:absolute;
	left:25px;
	top:85px;
	width:183px;
	font-size: 13px;
	font-weight: bold;/*	height:110px;
	z-index:2;*/
}

#navigation LI {
	background-color: transparent;
	margin: 0;
	list-style: none;
	/*   width: 160px;*/
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 30px;
   }
#navigation UL {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }
#navigation A {
/*   font: bold 1em/25px sans-serif;*/
   text-decoration: none;
/*   display: block;*/
   border: none;
   margin: 0;
/*   width: 140px;*/
   }
#navigation A:link, #navigation A:visited {
	color: #666666;

   }
#navigation A:hover, #navigation A:focus {
	color: #666666;
	background-image: url(images/logoelement_rechts.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
   }
   
/* ----- diverse klassen ------ */

.bg_white {
	background-color: #FFFFFF;
}

.bg_darkgrey {
	background-color: #E8E8E8;
}

.dunkelrot {
	color: #990000;
}
.va_titel {
	color: #990000;
	font-weight: bold;
}
.dunkelgrau {
	color: #666666;
}
   
.textblock {
	background-color: #F5F5F5;
	padding: 5px;
}
.padding {
	padding: 5px;
}
.dn {
	display: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bolder;
}
a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
