/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#header {
	background-image: url(http://bilder.steinplatte.com/steinplatte-at.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464B68;
	font-weight: bold;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}

.content-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
}

.navigation, .navigation:link, .navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #111111;
}
.navigation:hover, .navigation:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #111111;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
	color: #111111;
	font-weight: normal;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
	font-weight: normal;
}

/* Termine */
h2.terminhead{
  margin: 30px 0 10px 20px;
  font-size: 15px;
  font-weight: bold;
}
.termin {
    width: 600px;
    margin: 0 0 0 20px;
    border-bottom: 1px solid #666;
    padding: 15px 0 15px 0;
}
.termin h3.terminhead {
  margin: 0 0 5px 0;
}
.termin h3.terminhead a {
  font-size: 13px;
  font-weight: bold;
}
.termin .Zeit {
  font-size: 11px;
  line-height: 1.8em;
  font-weight: normal;
}
.termin .description {
  line-height: 1.4em;
}


