body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/hintergrund.gif);
	background-repeat: repeat;
	float: none;
    }
.twoColFixLt #container {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 780px;
	background-image: none;
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
}
    .twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(../images/navihint.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	text-align: left;
    }
    .twoColFixLt #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
    } 
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }.linkslinks {
	background-image: url(../images/button.gif);
	width: 170px;
	padding-left: 8px;
	font-size: 13px;
	height: 20px;
}
.linkslinks a {
	background-image: url(../images/button.gif);
	color: #000000;
	text-decoration: none;
}
.linkslinks  a:hover  {
	background-image: url(../images/button.gif);
	color: #666666;
	text-decoration: none;
}
.linksunternav {
	font-size: 11px;
	background-image: url(../images/button_olinie.gif);
	background-repeat: repeat;
	width: 170px;
	padding-left: 8px;
}
.linksunternav a {
	color: #000000;
	text-decoration: none;
}
.linksunternav a:hover {
	color: #999999;
	text-decoration: none;
}
.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 542px;
}
.mitte {
	background-image: none;
	background-repeat: no-repeat;
	width: 542px;
	padding: 0px;
	margin: 0px;
}
.linksolinie {
	background-image: url(../images/button_olinie.gif);
	width: 170px;
	padding-left: 8px;
	font-size: 13px;
	height: 20px;
}
p {
	font-size: 12px;
	margin: 0;
}
h1 {
	font-size: 16px;
	font-weight: lighter;
}
.unten {
	background-image: none;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	margin: 2px;
}
.unten a {
	color: #000000;
	text-decoration: none;
}
.unten  a:hover {
	text-decoration: none;
	color: #999999;
}
.untereinander {
	font-size: 11px;
	background-color: #FFFFFF;
}
a:link
 {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.mittegalerie {
	background-image: none;
	background-repeat: no-repeat;
	width: 542px;
	padding: 0px;
	margin: 0px;
}
.rechts  {
	background-image: none;
	background-repeat: no-repeat;
	width: 282px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
}
.rechts, .links {
	float: left;
	width: 542px;
}
.links  {
	background-image: none;
	background-repeat: no-repeat;
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gal a {
	color: #000000;
	text-decoration: none;
}
.gal a:hover {
	color: #666666;
	text-decoration: none;
}
.gal {
}

#gallery img {
	border:1px solid #000;}