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: #FFF;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #000;
}

a:link {
	color: #674f33;
	font-weight: bold;
	text-decoration: underline;
	text-decoration: none;
}

a:active {
    color: #674f33;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a:visited {
    color: #674f33;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}


.website_css #container {
	width: 1050px;
	height: auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.website_css #header {
	background: transparent;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.website_css #navigation {
	background: transparent;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 370px;
	width: 400px;
} 
.website_css #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. */
}
.website_css #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: transparent; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 900px;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.website_css #guestbook {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: transparent; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 140px;
	padding-top: 280px;
	
	padding-bottom: 15px;
	
}
.website_css #pictures {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: transparent; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	height: 190px;
	padding-top: 75px;
	
	padding-bottom: 15px;
	
}
.website_css #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 76px;
	height: 80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000;
	font-weight: bold;
	background-color: transparent;
	
}
.website_css #merchandising {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */

	margin-top: 50px;
	height: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000;
	font-weight: bold;
	background-color: transparent;}
	




.website_css #sidebar3 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 190px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */

	margin-top: 170px;
	height: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000;
	font-weight: bold;
	background-color: transparent;}

a.sidebar2:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-decoration: none;
}

a.sidebar2:active {
    color: #000000;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a.sidebar2:visited {
    color: #000000;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a.sidebar2:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}


a.newsongs:link {
	color: #996732;
	font-weight: bold;
	text-decoration: underline;
	text-decoration: none;
}

a.newsongs:active {
    color: #996732;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a.newsongs:visited {
    color: #996732;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a.newsongs:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}


a.white:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-decoration: none;
}

a.white:active {
    color: #ffffff;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a.white:visited {
    color: #ffffff;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a.white:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.website_css #return { 
	padding-top: 20px;
} 

.website_css #middlepart { 
	margin: 0 200px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
	padding: 0 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	padding-left: 20px;
	
} 
.website_css #mainContent { 
	margin: 0px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
	padding: 0 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	heigth: 200px;
	padding-left: 0px;
	float:none
} 
.website_css #mainContent2 {
	width: 500px;
	margin-left: 65px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	height: auto;
	/* height: auto;*//
	text-align: justify;
} 
.website_css #discography {
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 900px;
	margin: auto;
	text-align: justify;	
} 
.website_css #biography {
	width: 510px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin: auto;
	text-align: justify;	
} 
.website_css #displaygigs {
	width: 555px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 900px;
	margin: auto;
	text-align: justify;
	padding-left: 40px;
} 


.website_css #picturesite {
	width: 510px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 900px;
	margin: auto;
	text-align: justify;	
} 
.website_css #gallerylink {
	width: 30%;
	height:45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	margin-top: 25px;
	
} 
.website_css #gallerypic {
	width: 70%;
	height:45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	float:right
} 

.website_css #discotab {
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 200px;
	float: left;
	allign: top;
	margin-top: 10px;

	
} 

.website_css #membertab {
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 350px;
	margin: auto;
	float: left;
	
	
} 

.website_css #membertab2 {
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 350px;
	margin: auto;
	float: left;
	margin-left: 15px;
	
	
} 
.website_css #discotaboben {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 50px;
	margin: auto;
	vertical-align: top;	
	
	
} 

.website_css #memberheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 80px;
	margin: auto;
	vertical-align: top;	
	
	
} 
.website_css #impressum {
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 900px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
} 
.website_css #footer {
	
	background:transparent;
	width: 900;
	height: 251px;
	background-image: url(images/footer.jpg);
	
}	

 
.website_css #footernavigation {
	background:transparent;
	height: 40px;
	padding-top: 75px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
	vertical-align: bottom;
	
} 
.website_css #footer p {
	
}
.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;
}
strong {
	font-family: Geneva, Arial;
	
}
h1 {
	font-size: 14pt;
	font-family: Geneva, Arial, Verdena;
	font-weight: bold;
	color: #FFF;
}

h3 {
	vertical-align: text-top;	
	
}
hr {
	border: none;
	border-top: 1px dotted #fff;
	

}
al {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #674f33;
}

textarea
                {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	color : #FFF;
	font-size: 10pt;
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(images/backpixel.png);
                }
input
                {
	margin: 0px;
	background-color: transparent;
	border-bottom-width: 0px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(images/backpixel.png);
                }
.formular{
	background-image: url(images/backpixel.png);
}

.newsheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #674f33;
}

.newstext{
	text-align: justify;
}

.nosee { display:none; }