/* Termine */

#contentinner {
	width: 100%;
	margin:0;
}

#termine h2{
	font-size:1.5em;
	color: #fff;
	text-align: center;
	width: 100%;
	background: #660500;
	padding:3px 0;
}


#termine form{
	margin-left:20px;
}

#termine a.add{
	margin:20px auto;
	padding:5px;
	background:#eee;
   border:1px solid #888;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	text-decoration:none;
	display: block;
	width:150px;
	text-align:center;
	color:#660500;
	font-size:0.7em;
}

#termine a.add:hover{
	background: #660500;
	color:#eee;
}

#termine table {
   border-spacing: 0;
   border-collapse:collapse;
   margin: 0 auto;
   width: 90%;
   font-size:0.8em;
   border:0;
 }

#termine thead tr{
}

#termine thead th {
   padding: 10px 5px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-weight: bolder;
	text-align:left;
 }

#termine tbody tr{
 background: transparent;
}

#termine tbody tr:hover{
	background:moccasin;
	color:#333;
}

#termine tbody td {
	border-bottom:1px solid #aaa;
    padding: 2px 5px;
	text-align:left;
 }

#termine tbody th {
   padding: 10px 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	color:#660500;
	font-size:1.1em;
	text-align:center;
 }

#termine tbody a IMG {
	width:16px;
	border:0;
}
 /* Impressum */
#impressum{
	 margin-left:20px;
}

#impressum dt{
	font-weight: bolder;
}

#impressum p{
	text-align: justify;
}

/* newsletter */

#newsletter{
	margin-left:20px;
}

#news {
	text-align:center;
	color: #036;
	margin: 10px;
}

#news .button {
	background: #eee;
	border: 1px solid #600;
}

#news .button:hover {
	background: #600;
	color: #eee;
}

#news .input {
	background:moccasin;
	border: 1px solid #600;
}

#sitemap {
	list-style:none;
}

#sitemap a {
	text-decoration:none;
	color:#600;
}

#sitemap a:hover {
	color: #036;
}

#sitemap img {
	height: 2em;
	margin: 0 10px 0 0;
}

#sitemap .ebene1 {
	font-size: 1.8em;
	margin: 10px 0 0 0;
}

#sitemap .ebene2 {
	font-size: 1.5em;
	margin: 5px 0 0 50px;
}

#sitemap .ebene3 {
	font-size: 1.2em;
	margin: 3px 0 0 100px;
}

#sitemap .ebene4 {
	font-size: 1em;
	margin: 1px 0 0 150px;
}

#sitemap .ebene5 {
	font-size: 0.8em;
	margin: 0 0 0 200px;
}