
html, body {
		margin:0;
		padding:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		background-color: #eeeeee;
		background-image: url(img/bg.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-attachment:fixed;
}

#wrap {
		width:900px;  /* Rahmen um die komplette Seite */
		margin: auto;
		padding:0px;
}

#header {
		width:890px; /* Kopfbereich - im Druck ausgeblendet */
		height:100px;
		margin-bottom:7px;
		text-align:left;
		border-bottom: 2px solid #cccccc;
}

#header img {
		margin-top:5px;
		margin-right:46px;
		margin-bottom:15px;
}

a.header {
		font-size:20px;
		color:#A9115E;
		text-decoration:none;
}

#navi {
		width:190px;  /* Grau-weißer Rahmen um die Navigation */
		float:left;
		font-size:0.80em;
}

#inhalt {
		width:620px;  /* Inhaltstexte und Bilder */
		float:right;
		padding:0px;
		margin-bottom:20px;
		font-size:0.8em;
}

#inhalt p { line-height:1.7em; } /* Zeilenabstand der Inhalte */

.imgborder {
		border:8px solid #ffffff; /* Inhaltsbilder */
		margin-bottom:10px;
}

#rechtebilder {
		width:220px; /* DIV um die rechten Inhaltsbilder */
		float:right;
		margin-left:20px;
}

#footerdiv {
		text-align:right; /* Fußleiste - im Druck ausgeblendet */
		margin-top:20px;
		clear:both;
		font-size:0.65em;
		border-top: 2px solid #cccccc;
}

#footerdiv a { text-decoration:none; } /* Links in Fußzeile */

#printfooter { display:none; }  /* Druck-Fußzeile - auf Screen ausgeblendet*/

a { color:#666666; } /* Standard-Linkformat */

a:hover { text-decoration:none; } /* Standard-Hover*/

h1 {
		font-size:1.4em;
		font-weight:bold;
		color:#a9125e;
} /* Überschrift */

h2 {
		font-size:1.2em;
		font-weight:bold;
		color:#666666;
} /* Überschrift */

/* Galerie */

.gallerybild {
		float:left;
		text-align:center;
		padding:3px;
		background-color:#ffffff;
		margin-top: 0;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-left: 0;
		;
}

.gallerybild a {
		text-decoration:none;
		font-size:0.8em
}

.gallerybild a:hover { text-decoration:none; }

.thumbnail { border:3px solid #ffffff; }

.clearer2 {
		clear:both;
		height:1px;
}

/* Navi */

#navi ul, #navi ul ul {
		margin:0 0 0 0px;
		padding:0;
		color:#FFFFFF;
		list-style-type:none;
}

#navi li a {
		display:block;
		height:auto;
		width:190px;
		font-weight:normal;
		text-decoration:none;
		color:#FFFFFF;
		padding:5px 0px 5px 5px;
		margin: 2px 0px 0px 0px;
}

#navi ul a { background-color:#4D4D4D }

#navi ul a:hover, #navi ul ul a:hover {
		background-color:#A9115E;
		font-weight:bold;
}

#navi li.aktiv a {
		background-color:#A9115E;
		font-weight:bold;
}

#navi li.haupt a { background-color:#A9115E; }

#navi ul li.haupt ul a, #navi ul li.aktiv ul a {
		width:190px;
		background-color:#CC1571;
		font-weight:normal;
		display:block;
		padding: 5px 0px 5px 5px;
		margin: 0px 0px 0px 0px;
}

#navi ul li.haupt li.aktiv a {
		background-color:#CC1571;
		font-weight:bold;
}
-->
</style>
