body {
	background: transparent;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}#Kopf
{

	text-align: center;
	width: 3000px;
	height: 100px;
	background: transparent url(img/logo.gif) no-repeat center center;
	border-spacing: 0;
	border-width: 0;
	visibility: visible;
}

#main {
	background: transparent;
	}

#Text {
	
	background: transparent;
	width: 300px;
	height: 600px;
	font-size: 12px;
	visibility: visible;
	line-height: 14px;
}

.imgleft {
	visibility: collapse;
	display: none;
}

/* navigation - innerhalb einer Leiste, die über ein Bild liegt          */

#navigation {

	background-color: transparent;
	visibility: collapse;
	display: none;
}

li {
	text-align: left;
	color: #ff6600;
	border-left-color: #666666;
	font-size: 12px;
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul {
	color: #ff6600;
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: disc;
}

.il navigation {
	text-align: left;
	color: #000099;
	border-left-color: #666666;
	font-size: 11px;
	text-decoration: none;
	list-style: disc;
}

a {color: #AF0A0A;

	text-decoration: none;
}

a:hover {
	color: #ccff99;
}

a:visited {
	color : #ffffcc;
	text-decoration : none;
	background: transparent;
}

.active {
	color: #ffffcc;
	background: transparent;
}

h1 {
	padding-top: 50px;
}

.klein {
	color: #333333;
	font-size: 9px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
}

p {
	font-size: 12px;
}

.invisible {
	visibility: visible;
	display: block;
}