@charset "utf-8";
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;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #f6f3f3;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
	display: block;
	line-height: 14px;
    }
    
	#container {
	width: 900px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #666666;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0px;
	margin-right: auto;	
	margin-left: auto;
	margin-bottom: 0px;
	height: 95%;
	background-image: url(../images/hintergrund.jpg);
    } 
#header  {
	height: 74px;
	background-color: #f6f3f3;
	background-repeat: no-repeat;
	background-image: url(../images/hintergrund-header.jpg);
	width: 900px;
} 
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
}

   #navigation  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px; /* Mit der AuffÃ¼llung wird gewÃ¤hrleistet, dass der Inhalt des div die Kanten nicht berÃ¼hrt. */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	} 	
  #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.navigation-active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	height: 12px;
	width: 130px;
	text-decoration: none;
	color: #CC3300;
	font-weight: normal;
}

	
	#spalte1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 413px;
    }
	#galerie-rechts {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	height: auto;
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-right: 15px;
	margin-left: 30px;
    }
    #spalte3 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 460px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	height: auto;
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 3px;
	margin-right: 15px;
    }

	
	#spalte2 {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: auto;
	text-align: left;
	width: auto;
    }
#spalte2-text {
	margin-right: 20px;
	margin-left: 10px;
	float: right;
	width: 380px;
	margin-top: 30px;
}
#spalte2-bild {
	float: left;
	margin-left: 30px;
}



    
    .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;
    }

.fltxt {
	FONT-SIZE: 12px; WORD-SPACING: 1px; COLOR: #000; LINE-HEIGHT: 14px; font-family: Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}
.fltxt10px {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	word-spacing: 1px;
	letter-spacing: 0
}
.fltweiss10px {
	FONT-SIZE: 10px; WORD-SPACING: 1px; COLOR: #fff; LINE-HEIGHT: 14px; font-family: Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}
.fltxtblack  {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	word-spacing: 1px;
	letter-spacing: 0
}
.fliesstextblack  {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	word-spacing: 1px;
	letter-spacing: 0
}

.titel {
	font-weight: bold;
	font-size: 120%;
	
	font-family: Arial, Helvetica, sans-serif;
}

#tabelle {
	right: 0px;
}
#galerie {
	font-size: 8px;
	height: 130px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.rahmen          {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#atelier {
	margin-top: 0px;
	margin-right: auto;	
	margin-left: auto;
	margin-bottom: 0px;
}
‚
