@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#headmenue {
	display: none;

}
#logo {
	float: right;
	width: 166px;
	margin-top: 10px;
}

#menuebereich {
	display: none;

}


#inhaltsbereich {

}
#inhalt {
	padding-top: 4px;
}
#texte {
	text-align: left;
}
#texte p {

}
#texte li {
	list-style-type: disc;
	list-style-position: inside;
}
#texte .link {
	width: 213px;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}


#texte ul {
	padding-bottom: 10px;
}

#druckseitentitel {
	font-size: 150%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 25px;
	padding-bottom: 5px;
	height: 65px;
}

h1 {
	font-size: 150%;
	color: #000000;
	font-weight: bold;
	padding-bottom: 3px;
}
h2 {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	padding-bottom: 3px;
}

a {
	color: #000000;
	text-decoration: underline;
}



#fuss {
	color: #000000;
	font-size: 12px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
	margin-top: 15px;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}
#www a {
	font-weight: bold;
	text-decoration: none;
}
#www {
	padding-top: 10px;
}
