body {
 	background-color: #FFFFFF;
    font-size: 100.01%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin:0;
  }

div#logo {
	margin-top:0;
	position:absolute;
	height:256px;
}

div#logo img {
	border-width:0px;
}

div#head {
	position:absolute;
	margin-left:580px;
	text-align:right;
    white-space:nowrap; /* verhindert Umbruch bei Fensterverkleinerung des Browsers */
}

* html div#head {
    position:absolute;
    margin-left:550px;
}
/* Typografie */ 
p {
		margin-left:5px;
		margin-right:5px;
		margin-top:0px;
		margin-bottom:5px;
		text-align:left;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		line-height:18px;
		font-weight:normal;
		color:#000000;
}

h1 {
		margin-left:15px;
		margin-right:5px;
		margin-top:0px;
		margin-bottom:5px;
		text-align:left;
		text-decoration:none;
		font-family:Georgia, Times, serif;
		font-size:15px;
		line-height:22px;
		font-weight:normal;
		color:#000000;
}

a {
	text-align:left;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	line-height:14pt;
	font-weight:normal;
	color:#970909;
}

a:active {color:#660000}
a:visited {color:#925454}
a:hover {color:#fc0000}

a.anker {
	text-align:left;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	line-height:40pt;
	font-weight:normal;
	color:#970909;
}

/* inhalt -----------------------------------------------------------------*/

div#inhalt {
	width:800px;
	position:absolute;
	margin-top:0px;
	margin-left:35px;
	clear:left;
  }

* html div#inhalt {
    margin-left:0px;
  }

div#inhalt img {
	border-width:0px;
	border-color:#999999;
	border-style:solid;
    margin: 5px 10px;
    /* Breite/Höhe werden inline gesetzt */
    /* height:400px; */
    /* width:300px; */
    margin-left:40px;
}


div#inhalt img.grafik {
	text-align:right;
	border-width:0px;
}     
 
  
div#inhalt p {
	width:310px;
	margin-left:40px;
}


div#inhalt hr {
	height:1px;
	color:#000000;
}

div#inhalt table {
	width:800px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#000000;
}

div#inhalt table.noborder {
	border-bottom-width:0px;
}

div#inhalt table.borderonly {
	width:800px;
    height:0px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#000000;
}

div#inhalt hr.borderonly {
  border-top:0px;
  color: #000000;
  width:800px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#000000;
}

div#inhalt td {
vertical-align:top; 
padding:10px;
}

/* classes für Deckelseite */
div#inhalt a.cover {
   font-size:1.1em;
}

div#inhalt a.coverlink {
	font-size:1.1em;
	color: #000000;
	text-decoration:underline;
}

div#inhalt p.cover { 
    width:520px;
    margin-left:0px;
font-size:larger;
}

div#inhalt p.coverlink { 
		width:520px;
		margin-left:0px;
		margin-top:-5px;
		margin-bottom:0px;
		text-align:left;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:12px;
		font-weight:normal;
		color:#970909;
}

div#inhalt p.coverleft { 
    width:520px;
    margin-left:0px;
}

div#inhalt p.coverright { 
    width:500px;
    text-align:right;
    margin-left:20px;
}
/* classes für die Sitemap */
div#inhalt p.sitemap {
	width:100px;
	margin-left:40px;
}


/* classes für Aktuelles */
div#inhalt img.floatleft {
	float:left;
    width:300px;
}

div#inhalt img.floatright {
	float:right;
    width:300px;
}   


/* classes für Veranstaltungen */

/* allgemeine Information */
div#inhalt p.intro {
	width:600px;
	margin-left:40px;
}
/* schwarz */
div#inhalt p.left {
	color:#000000;
}
/* ausgegraut */
div#inhalt p.a {
	color:#666666;
}   


