body {
	color:#303030;
	font-size:0.9em;
	font-family: Trebuchet MS, sans-serif;
	margin:0;
	padding:0;
}
a {
	color:#303030;
}

/* Allgemeines */
h1 {
	margin:0;
}
h2 {
	margin-top:5px;
	font-size:1.2em;
}
p {
	text-align: justify;
	line-height:1.4em;
}
table {
	border:0;	
}
th {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
#preise td {
	text-align:right;	
}
textarea {
	color:#303030;
	font-family: Trebuchet MS, sans-serif;
	font-size:0.9em;
}
#body {
	width:800px;
}
#navigation {
	float:left;
	width:200px;
	height:250px;
}
#inhalt {
	float:left;
	width:580px;
}
#fuss {
	clear:both;
	width:750px;
	padding:20px 0px 10px 0px;
	margin-left:30px;
}
#fuss #strich {
	border-bottom:1px solid #7c7c7c;
	margin-bottom:3px;
}
#fuss #copy {
	color:#5c5c5c;
	text-align:center;
	font-size:0.8em;
}

/* Navigation */
ul {
	width:120px;
	list-style-type:none;
	padding-left:30px;
}
ul li {
	margin-top:5px;
	padding:5px 0px 2px 7px;
}
ul .aktiv {
	border-bottom:1px solid #ac2a28;	
}
li a {
	text-decoration: none;
	cursor:pointer;
}
li a:hover{
	text-decoration: underline;
	cursor:pointer;
}
li span {
	cursor:default;
}
li small {
	font-size:11px;
}

/* Slideshow und Karte*/
#slider {
	margin-top:10px;
	width:580px;
	text-align:center;
}
#buttons {
	margin-top:10px;
	text-align:center;
}
#buttons .aktiv {
	border-bottom:1px solid #ac2a28;	
}
#buttons a {
	text-decoration: none;
	cursor:pointer;
}
#buttons a:hover{
	text-decoration: underline;
	cursor:pointer;
}
#buttons span {
	cursor:default;
}

/* Startseite */
a.start-page-adress {
	margin:10px 0px 0px 40px;
	font-size:1em;
	display:block;
	width:180px;
	text-decoration:none;
	cursor:pointer;
}
a.start-page-adress:hover {
	text-decoration:underline;
}