/************************************
*	© piloly.com - www.piloly.com	*
*	Letzte Änderung: 27.07.2004		*
************************************/
/*html, body { min-height: 600px; }*/
body {
	font: 14px/150% Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 30px 0;
	padding: 0;
/*	overflow: hidden;*/
	background: #FFF url(/grafik/cover.jpg) no-repeat left top;
	}
a:hover { text-decoration: none; }

/*********************
*   DEFAULT TAGS 	 *
*********************/
.blocksatz { text-align: justify; }
.klein { font-size: 11px; }
form { margin: 0px; }

/*********************
*   CSS / LAYOUT 	 *
*********************/
#content {
	top: 25px;
	right: 0;
	bottom: 30px;
	left: 260px;
	padding: 30px 0px 0px 10px;
	position: absolute;
	}
#content h1 {
	font-size: 22px;
	margin-top: 4px;
	margin-bottom: 10px;
	}
#scrolltext {
	min-widht: 700px;
	max-width: 800px;
	overflow: auto;
	position: absolute;
	top: 80px;
	left: 15px;
	right: 15px;
	bottom: 50px;
	padding-bottom: 50px;
	}
#scrolltext h1 {
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	}
#scrolltext table { margin: 0px; }	
#scrolltext th { text-align: left; }
#datum {
	font-weight: bold;
	width: 140px;
	height: 25px;
	border-right: 1px solid #FFF;
	text-align: center;
	}
/*********************
*   HAUPTMENU / NAVI *
*********************/
#menue {
	margin: 0 0 0 80px;
	padding: 0;
	height: 25px;
	right: 0px;
	left: 0;
	right: 0;
	top: 0;
	
	}
#menue ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: absolute;
	left: 221px;
	top: 0;
	right: 0;
	width: 760px;
	}
#menue ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
#menue ul li a {
	width: 88px;
	height: 25px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	border-right: 1px solid #FFF;
	}
	
/*********************
*     COPYRIGHT 	 *
*********************/
#copyright {
/*	position: absolute; */
	padding: 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	left: 0;
	right: 0;
	background-color: #C02555;
	width: inherit;
	position: absolute;
	bottom: 0;
	height: 50px;
	}
#copyright a { text-decoration: none; }
#extramenu { float: right; }	
