html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #F8F6E9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(bilder/bg-body.jpg);
	background-repeat: repeat-x;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.fettblau {
	font-weight: bold;
	color: #BA187D;
}

.bildrahmen {
	border: 3px solid #BA187D;
}

.monate	{
	font-size: 1.3em;
	font-weight: bold;
	color: #CE6649;
	letter-spacing: 0.3em;
}

#kopf	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 215px;
	background-image: url(bilder/bg-kopf.jpg);
	background-repeat: no-repeat;
}

#kopf ul	{
	margin: 0;
	margin-top: 160px;
	margin-left: 465px;
	padding: 0;
	list-style-type: none;
	padding-bottom: 20px;
}

#kopf li	{
	margin: 0;
	padding: 0;
	display: inline;
}

#kopf	a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #F2EF4E;
	background-image: url(bilder/bg-topnavi.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#kopf	a:hover {
	text-decoration: none;
	background-image: url(bilder/bg-topnavi-hoover.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#kopf .navi1	{
	padding-bottom: 10px;
	padding-left: 31px;
	padding-right: 30px;
	padding-top: 10px;
}

#kopf .navi2	{
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#kopf .navi3	{
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

#kopf .navi4	{
	padding-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 10px;
}

#kopf .navi5	{
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
}

#navikopf	{
	position: absolute;
	left: 0px;
	top: 215px;
	width: 385px;
	height: 230px;
}

#sidebar	{
	position: absolute;
	left: 75px;
	top: 460px;
	width: 310px;
	padding-bottom: 25px;
}

#sidebar ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 310px;
	background-image: url(bilder/bg-navi.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#sidebar li	{
	margin: 0;
	padding: 0;
	padding-left: 29px;
	padding-bottom: 1px;
}

#sidebar .unten	{
	padding-bottom: 4px;
}

#sidebar .oben	{
	margin-top: 10px;
	margin-bottom: 5px;
}

#sidebar a	{
	font-size: 12px;
	color: #BA187D;
	text-decoration: none;
	background-image: url(bilder/navipfeil.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	display: block;
	width: 280px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#sidebar a:hover	{
	text-decoration: underline;
	color: #CE6649;
}

#header1	{
	position: absolute;
	top: 215px;
	left: 400px;
	width: 590px;
	height: 230px;
	background-image: url(bilder/bg-header-start.jpg);
	background-repeat: no-repeat;
}

#header1	.box {
	width: 280px;
	margin-left: 155px;
	padding-bottom: 10px;
	padding-top: 60px;
	font-size: 12px;
	line-height: 18px;
}

#header2	{
	position: absolute;
	top: 215px;
	left: 400px;
	width: 590px;
	height: 230px;
}

#wrapper	{
	position: absolute;
	width: 590px;
	padding-bottom: 25px;
	left: 400px;
	top: 460px;
	background-image: url(bilder/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#box	{
	width: 590px;
	background-image: url(bilder/bg-inhalt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#inhalt	{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
}

.height	{
	height: 500px;
}

#inhalt h1	{
	color: #BA187D;
	text-align: right;
	font-size: large;
}

#inhalt h2	{
	color: #CE6649;
	font-size: medium;
	background-image: url(bilder/bg-h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-bottom: 8px;
	padding-top: 8px;
}
/*
#inhalt a	{
	color: #BA187D;
	text-decoration: none;
	background-image: url(bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	padding-bottom: 4px;
}

#inhalt a:hover	{
	text-decoration: underline;
	color: #CE6649;
}
*/
a.links:link 	{
	color: #BA187D;
	text-decoration: none;
	background-image: url(bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	padding-bottom: 4px;
}

a.links:visited 	{
	color: #BA187D;
	text-decoration: none;
	background-image: url(bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	padding-bottom: 4px;
}

a.links:hover 	{
	text-decoration: underline;
	color: #CE6649;
}

a.links:active 	{
	color: #BA187D;
	text-decoration: none;
	background-image: url(bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	padding-bottom: 4px;
}

#inhalt li	{
	padding-bottom: 0.6em;
}

#inhalt .termine td	{
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

#inhalt .termine .oben	{
	padding-top: 1.2em;
}

a.bilder:link 	{
	text-decoration: none;
}

a.bilder:visited 	{
	text-decoration: none;
}

a.bilder:hover 	{
	text-decoration: none;
}

a.bilder:active 	{
	text-decoration: none;
}

.galerie	td	{
	text-align: center;
	padding-bottom: 10px;
}

#footer	{
	width: 590px;
	height: 80px;
	background-image: url(bilder/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

form .formText {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  margin-top: 15px;
}


fieldset {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
  border: 1px solid #CE6649;
}

legend {
  color: #BA187D;
  font-size: 1.6em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


input, textarea, select {
  font: 1em Arial, Helvetica, sans-serif;
  border-left: 1px solid #BA187D;
  border-top: 1px solid #BA187D;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px;
  margin-top: 15px;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  height: 30px;
  line-height: 25px;
  color: #F8F6E9;
  font-size: 1em;
  font-weight: bold;
  background: #BA187D url(bilder/stop.gif) no-repeat 10px center;
  padding: 5px 10px 5px 50px;
  margin: 10px 0;
  border-top: 3px solid #CE6649;
  border-bottom: 3px solid #CE6649;
}

input.button {
  color: white;
  padding: 0 4px;
  width: 180px;
  height: 39px;
  font-weight: bold;
  background: url(bilder/button.gif) no-repeat left top;
  border: none;
  cursor: pointer;
  margin-left: 130px;
  margin-top: 20px;
  display: block;
  clear: both;
}