#menu { display: none; }
#seite { display: none; }

p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

#inhalt {
	margin: 10px 10px 10px 10px;
	display: block;
	width: 720px;
	background-color: #fff;
}

.w1 {float: left; padding-right: 100px; padding-bottom: 50px;}
.w2 {float: left; padding-right: 100px; padding-bottom: 180px;}
.w3 {float: left; padding-right: 100px; padding-bottom: 300px;}

.titel {
	font-size: 40px;
	font-family: "Arial";
	color: #000000;
	line-height: 26px;
	text-decoration: none;
}

td, li {
	font-family: "Arial";
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	list-style:  url(abb/pfeil.gif);
	}

.fett {
	font-family: "Arial";
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

.klein {
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal
}

.fein1 {background:  url(abb/abstand4.gif) left no-repeat;
	padding-right: 460px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.fein2 {background:  url(abb/abstand4.gif) left no-repeat;
	padding-right: 120px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.h1 {
	font-family: "Arial";
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}