#pfad {
	visibility: hidden;
	}
#kopf {
	height: 78px;
	background-image: url('images/1.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #b70d10;
	}
#logotitel {
	margin: 0px 0 0 0;
	padding: 44px 0 0 150px;
	color: #eeeeff;
	font-size: 12px;
	}
#sprachwahl {
	/*background-color: #666666;*/
	/*font-size: 10pt;*/
	/*color: #e5e5e5;*/
	float: right;
	/*text-align: right; */
	/*padding: 5px 5px 5px 0;*/
	}
#kategorie {
	height: 20px;
	background-color: #eee;
	background-image:url(images/balken.jpg);
	background-repeat: repeat-x;
	color: #000099;
	font-size: 10pt;
	padding: 5px 5px 0 0;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
	}
.kategorie_eintrag {
	height: 15px;
	padding: 0 10px 0 10px;
	margin: 0 5px 0 5px;
	position: relative;
	bottom: -4px;
	background-color: #eee;
	border-width: 1px 1px 0 1px;
	border-style:solid;
	border-color:#ccc;
	/*float: left;*/
}
.kategorie_eintrag:hover {
	background-color: #fff;
	text-decoration: none;
}
.kategorie_eintrag a {
	text-decoration: none;
}
.kategorie_eintrag.active {
	background-color: #fff;
}
#linkbalken a {
	color: #000099;
	}
#mainbox {
	width: 900px;
	background-image:url(images/rand.jpg);
	background-repeat: repeat-y;
	background-position:680px 0px;
	background-color: #FFFFFF;
	margin:auto auto;
	text-align:left;
	}
#content {
	margin: 0 0 0 0;
	padding:0 10px 0 10px;
	}
#content ul {
	list-style-image:url(images/pfeil.jpg);
	}
#content a {
	text-decoration: none;
	color: #000099;
	}
#content a:hover {
	text-decoration: underline;
	}
#rechts {
	float: right;
	width: 200px;
	padding: 20px 10px 10px 10px;
	/*background-color: #d5d5e5;*/
	}
#rechts p {
	font-size: 0.9em;
	margin: 0 0 2px 0;
	}
#adresse {
	border-top: 1px solid #CCCCCC;
	padding: 3px 0 2px 0;
	background-color: #EEEEEE;
	}
body {
	background-color: #c0c0c0;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	}
h1 {
	font-size: 1.5em;
	color: #900;
	font-weight: bold;
	}
h2 {
	font-size: 1.2em;
	color: #665566;
	}
h3 {
	font-size: 1em;
	color: #665566;
	font-weight: bold;
	}
p {
	font-size: 1em;
	line-height:1.1em;
	margin: 0 0 0.3em 0;
	}
address {
	font-style: normal;
	font-size: 10pt;
	color: #666666;
	text-align: center; 
	}