#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: 700px;
	background-color: #fff;
}


.titel {
	font: bold 16px/26px "Calibri";
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

td, li {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style:  url(abb/pfeil.gif);
	line-height: 20px;
}

.fett {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}

.klein {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	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: 23px/30px "Ubuntu", serif;
	font-weight: normal;
	color: #000;
	background: #70b4d4;
	text-decoration: none;
	padding-bottom: 30px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
 border-radius: 5px;
 //text-shadow: 2px 1px 1px #000;}
 
.m {float: left; padding-right: 100px; padding-bottom: 70px;}
.c {float: left; padding-right: 100px; padding-bottom: 70px;}
.neu {float: left; padding-right: 30px; padding-bottom: 35px;}
