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: #eee;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	display: block;
    }
    
	#container {
	width: 950px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #eeeeee; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 95%;
    } 
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
    
	#header {
	height: 120px;
	width: auto;
	padding: 0;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 20px;
    } 
	
   
	
    #navigation {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 130px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #eeeeee;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 320px;
    }
	
    #spalte3 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 440px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
    }
	#spalte3-schmuck {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 400px; /* 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;
	margin-top: 0px;
	margin-bottom: 0px;
    }
	
	#spalte2 {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: auto;
	text-align: left;
    }
	#spalte2-schmuck {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 600;
    }
#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;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3399CC;
	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;
	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: #3399CC;
	font-weight: bold;	
}


.linie_unten        {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	color: #000; font-size: 12px; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; line-height: 16px; word-spacing: 1px; letter-spacing: 0
}
.tabellen-breite {width: 950; }
.startseite {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000 ;text-align: center; font-weight: bold}
.rahmen      {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-top-color: #616161;
	border-right-color: #616161;
	border-bottom-color: #616161;
	border-left-color: #616161;
}
.textfeld {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; text-transform: none; color: #000000; background-color: #CCCCCC; border-color: #FFFFFF #333333 #333333 #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 1px; line-height: 20px}
.navigation  { color: #00f; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-style: normal; text-transform: uppercase; top: auto; left: auto; width: auto; height: auto }
.navigation2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; text-align: left}
.links {  text-decoration: none}
.nav2_fett {  font-weight: bold}


.tabelle {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #CCCCCC; border-color: black black #FFFF00; border-top-width: medium; border-right-width: medium; border-bottom-width: thick; border-left-width: medium}
.navlinie  { background-color: #f60; padding: 0 }
.navlinie-schwarz { background-color: #000; padding: 0 }
.fliesstext {
	FONT-SIZE: 12px; WORD-SPACING: 1px; COLOR: #000; LINE-HEIGHT: 14px; FONT-FAMILY:Geneva, Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: 0px
}
.fliesstext10px { color: #000; font-size: 10px; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; line-height: 12px; word-spacing: 1px; letter-spacing: 0 }
.fliesstextblack  { color: #000; font-size: 12px; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; line-height: 16px; word-spacing: 1px; letter-spacing: 0 }
.titel {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Geneva, Verdana,Arial, Helvetica, sans-serif;
}

.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	background-color: #eeeeee;
	width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3399CC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 150px;
	text-transform: uppercase;
}
