html, body, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/* ############################################################ */

body{
	color:#333333;
	/*height:100%;*/
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	text-align: center; /* korrektur für IE 5.x */
	background-image: url(../images/tile_gold-refraction.jpg);
	/*background-attachment: fixed;
	background-color: #000000;*/
	background-repeat: repeat;
}

td {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
	position:absolute;
	width:975px;
	/*height:47px;*/
	visibility: hidden;
}

.layout #container {
	width: 900px;
	/*height: 420px;*/
	margin: 10px auto;
	border: 0px;
	padding: 0px;
	/* background: #FFFFFF; */
	background-image: url(../images/bg-main-b.gif);
	background-repeat: repeat;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

.layout #balken { 
	left:0px;
	top:0px;
	padding: 0px;
	height: 15px;
	width:100%;
	background:#000000;
	background-image: url(../images/bg-balken.jpg);
	background-repeat: repeat-y;
}

.layout #header {
	left:0px;
	padding: 0px;
	width:100%;
	/*height: 205px;
	background: #DDDDDD;*/
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat;
	background-color: #000;
}
.layout #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}


.layout #content {
	margin: 0 0 0 225px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #content-div den Bereich von #menu füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 8px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	/*position:absolute;*/
	width:658px;
	/*background-image: url(../images/tile_back.gif);*/
	background-image: url(../images/tile_gold-refraction.jpg);
	background-repeat: repeat;
}
.layout #content h1 {
    	margin: 0;
    	padding: 10px 0;
}

.layout #menu {
	float:left;	
	width:219px;
	padding-left: 2px;
	background: #000000;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

.layout #footer { 
    padding: 0 0 0 0; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	height: 20px;
	width:100%;
	/*font-family:Arial;*/
	background: #333333;
	background-image: url(../images/bg-footer.gif);
	font-size: 9px;	
	line-height: 20px;
	color: #CCCCCC;
	clear: both;
}
.layout #footer p {
    margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    padding: 0 10px 0 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}

.clearit{
	clear: both;
}


#inframe{
	position:absolute;
	left:788px;
	top:217px;
	width:212px;
	height:360px;
	padding: 0px;
	z-index:20;
	background-color: #a5a5a5;
	overflow: hide;
}



.fltright { /* 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;
}
.fltleft { /* 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;
}



/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

.titel {
	font-size:18px;
	color:#E50003;
	font-weight: bold;
	line-height: 30px;
}




.mainlink {
	font-family:Arial;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	line-height: 30px;
}
.openedmainlink {
	font-family:Arial;
	font-size:14px;
	color:#D0A41C;
	text-decoration:none;
	font-weight:bold;
	line-height: 30px;
}

.sublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	padding-left: 4px;
	/*padding: 2px;
	height: 20px;*/
}
.bgsublink {
	background-image: url(../images/bg-sub.gif);
	height: 16px;
	width: 127px;
	margin-left: 20px;
}

.openedsublink {
	font-family:Arial;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-left: 4px;
}
.bgopenedsublink {
	background-image: url(../images/bg-openedsub.gif);
	height: 16px;
	width: 127px;
	margin-left: 20px;
}

.subsublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:11px;
	padding-left: 4px;
}
.bgsubsublink {
	background-image: url(../images/bg-subsub.gif);
	height: 14px;
	width: 127px;
	margin-left: 20px;
}

.openedsubsublink {
	font-family:Arial;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	padding-left: 4px;
}
.bgopenedsubsublink {
	background-image: url(../images/bg-openedsubsub.gif);
	height: 14px;
	width: 127px;
	margin-left: 20px;
}

.link {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.openedlink {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


a {
	font-weight:normal;
	color:#000000;
	/*color:#b17f19;
	text-decoration: none;*/
}

a:hover {
	color:#D0A41C;
}

.klein {
	font-family:Arial;
	font-size:9px;
	color:#000000;
}

.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
	color:#D0A41C;
}

.goldgross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color:#D0A41C;
}

.feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E7E7E7;
		border: 1px solid #666666;
	padding: 2px 4px 2px 4px;
	margin: 2px 4px 2px 4px;
}
.search {
	/*background-color: #F8F2FA;*/
	font-size: 11px;
}
.servicenav {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	padding-left: 2px;
	padding-right: 2px;
}
.footernav {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#startseite {
	background-color: #000;
	width: 650px;
}
