
/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}

/* bilder (rahmen) */

img {
	border:0px;
}

#punkt { width:0px; height:0px; margin-top:0; float:left; }

#inhalt { position:relative; margin:0 auto; text-align:left; height:550px; top:0px; width:900px; clear:left; text-align:left; background-color:black; }

#logo { position:absolute; top:38px; left:743px; width:125px; height:25px; }

#bild { position:absolute; top:62px; left:0px; width:900px; height:400px; }

#navigation { position:absolute; top:480px; left:18px; width:804px; height:17px; }

#musikbox { position:absolute; top:62px; left:500px; width:400px; height:30px; background-color:#240101; padding:10px; border-left-style:solid; border-left-width:1px; border-left-color:#928080; }

#newsletter { position:absolute; height:auto; width:300px; top:570px; left:625px; }

#text { position:absolute; height:auto; width:900px; top:550px; left:0px; }
#textinhalt { background-color:black; padding:20px; }
#textrechts { position:absolute; height:auto; width:400px; top:20px; left:500px; }

#fuss{ float:left; text-align:right; margin-top:5px; width:900px; }

#galerie{ position:absolute; top:400px; left:550px; width:266px; height:200px;  }

/* diashow */

#bildstart { position:absolute; left:0px; top:62px; width:900px; height:400px; }
#startbild { position:absolute; left:0px; top:0px; width:900px; height:400px; }
#startbild img { display:none; position:absolute; top:0; left:0; }

/* formulare */

.textfeld {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:110%;
	color:white;
	background-color:#928080;
	border-style:solid;
	border-width:0px;
	border-color:#240101;
	width:200px;
	height:16px;
	padding:1px;

}

.button {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:110%;
	color:#240101;
	background-color:#928080;
	border-style:solid;
	border-width:0px;
	border-color:#240101;
	width:100px;
	height:16px;
	padding:1px;
}

/* body */

Body {
text-align:center;

background-color:#240101;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

scrollbar-3dlight-color: white; 
scrollbar-arrow-color: white; 
scrollbar-base-color: white; 
scrollbar-darkshadow-color: white; 
scrollbar-face-color: #240101; 
scrollbar-highlight-color: #240101; 
scrollbar-shadow-color: #240101; 
scrollbar-track-color: #240101;

}