body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* fuer IE_quirks */
}

h1, h2, h3, h4, p, ul, li, a {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}


/*	ID huelle -	Alles umschliessende Box  */

#huelle {
	background-color: #99CCFF;
	padding: 0;
	position: relative;
	text-align: left; /* Aufheben von IE_quirks im BODY */
	width: 100%; /* fuer IE */
}

/*  ID Content  */

#content {
	position: relative; 
	margin-left: 171px;
	background-color: #D1E0FA;
	padding: 10px 40px 20px 20px;
	margin-top: 15px;
}

/*  ID Kopfbereich - Unschliesst Kopfzeile 1,2,3  */

#Kopfbereich {
	height: 76px;
}

#Kopfzeile1 {
	background-color: #99CCFF;
	left: 0px;
	position: absolute;
	top: 2px;
	width: 141px;
	height: 77px;
}

#Kopfzeile2	{
	color: #3300FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	margin: 0px 100px 0px 141px;
	padding: 5px 0 0 100px;
}

#Kopfzeile3	{
	background-color: #99CCFF;
	position: absolute;
	right: 0;
	top: 2px;
	width: 100px;
	left: 180px;
}

/*	ID LISTBOX  */

#listbox {
	position: absolute
	;
	top: 100px;
	left: 0;
	width: 171px;
	background-color: #99CCFF;
	color: #D1E0FA;
	text-indent: 4px;
	line-height: 20px;
	list-style-type: none;
}

/*  Allgemein  */

#listbox ul {
	list-style: none;
}

#listbox ul ul  {
	margin-left: 4px;
	background-color: #8AC5FF;
	border-bottom: 1px solid #D1E0FA;
	font-size: 90%;
}

#listbox ul li  {
	margin-top: 0px;
	background-color: #99CCFF;
	color: #fff;
	border-bottom: 1px solid #D1E0FA;
}

/*  Allgemeines Aussehen der Links  */

#listbox ul a {
	display: block;
	background-color: transparent;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
}

#listbox ul a:hover {
	background-color: #3300FF;
	color: #fff;
}

/* 	Erste Ebene  */

#listbox ul li  {
	width: 171px;
}

#listbox ul a {
	width: 171px;
}

/*  Zweite Ebene  */

#listbox ul ul li {
	width: 151px;
	background-color: #8AC5FF;
	border-bottom: 0px none;
	margin-top: 2px;
	list-style-position: inside;
	list-style-image: url(../images/Pfeil.gif);

}

#listbox ul ul a {
	width: 171px;
}

/*	Headings  */

#content h1 {
	font-size: 150%;
	color:#0000FF;
	padding: 0px 0px 5px 0px;
}


#content h2 {
	font-size: 120%;
	color:#0000FF;
	padding: 10px 0px 0px 0px;
}

#content h3 {
	font-size: 110%;
	padding: 10px 0px 0px 0px;
}

#content h4 {
	font-size: 100%;
	padding-bottom: 6px;
}

#content h5 {
	font-size: 100%;
	color:#0000FF;
}

#content h5, p {
	font-size: 100%;
	margin-bottom: 0px;
}

#content p {
	margin-top: 20px;
	padding-bottom: 10px;
}

/*	Links  */

#content a {
	text-decoration: none;
	color: #30F;
}

#content a:link {
	color: #30F;
}

#content a:visited {
	color: #30F;
}

#content a:hover {
	color: #DC143C;
}

#content a:active {
	color: #DC143C;
}

#content ul   {
	padding-left: 30px;
}

#content ul li  {
	padding-left: 15px;
}

/*	Fusszeile  */

#fusszeile {
	background-color: #3300FF;
	color: #FFFFFF;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
}

#fusszeile a{
	color: #FFFFFF;
	text-decoration: underline;
}

/*	Sonstige  */

img.left {
	position:relative;
	z-index:1;
	border: none;
	float:left;
	margin: 0 4px 0 0;
}

img.right {	
	position:relative;
	z-index:1;
	border: none;
	float: right;
	margin: 0 0 0 4px;
}

p.Seitenanfang   {
	font-size: 90%;
	color: #30F;
	text-align: right;
	border: 0px none;
}

.mehr{
	color: #FF3300;
	text-decoration: none;
}

.Aktuell{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}
.gruen{
	color:#060;
	text-decoration:none;
	font-weight: bold;
	font-size:110%:
}
.blau{
	color:#00C;
	text-decoration:none;
	font-weight: bold;
	font-size:110%:
}
