/* *** global classes *********************************************** */
body {
	margin-left					: 0px;
	margin-top					: 0px;
	background-color 			: #000000;
	color						: #CCCCCC;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
	text-align					: justify;
	scrollbar-base-color		: #000000; 
	scrollbar-3dlight-color		: #000000; 
	scrollbar-arrow-color		: #000000; 
	scrollbar-darkshadow-color	: #000000; 
	scrollbar-face-color		: #000000; 
	scrollbar-highlight-color	: #000000; 
	scrollbar-shadow-color		: #000000; 
	scrollbar-track-color		: #000000;
}
td {
	color						: #CCCCCC;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
}
input, textarea {
	color						: #666666;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
	background-color 			: #CCCCCC;
	scrollbar-base-color		: #CCCCCC; 
	scrollbar-3dlight-color		: #FFFFFF; 
	scrollbar-arrow-color		: #000000; 
	scrollbar-darkshadow-color	: #000000; 
	scrollbar-face-color		: #666666; 
	scrollbar-highlight-color	: #999999; 
	scrollbar-shadow-color		: #333333; 
	scrollbar-track-color		: #CCCCCC;
}
input.button {
	color						: #000000;
	background-color 			: #666666;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
	font-weight					: bold;
	letter-spacing				: 0.2em;
	height						: 20px;
	width						: 180px;
}

/* *** pseudo-class for links ******************* */
a:link {
	text-decoration		: none;
	font-weight			: bold;
	color				: #999999;
}
a:visited {
	text-decoration		: none;
	font-weight			: bold;
	color				: #999999;
}
a:hover {
	text-decoration		: none;
	font-weight			: bold;
	color				: #FFFFFF;
}
a:active {
	text-decoration		: none;
	font-weight			: bold;
	color				: #999999;
}

/* *** class selectors for background ******************************* */
body.empty {
	margin-left					: 0px;
	margin-top					: 0px;
	background-color 			: #222222;
	color						: #999999;
	font-family 				: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: 8pt;
	text-decoration				: none;
	scrollbar-base-color		: #222222; 
	scrollbar-3dlight-color		: #222222; 
	scrollbar-arrow-color		: #222222; 
	scrollbar-darkshadow-color	: #222222; 
	scrollbar-face-color		: #222222; 
	scrollbar-highlight-color	: #222222; 
	scrollbar-shadow-color		: #222222; 
	scrollbar-track-color		: #222222;
}
body.gallery {
	background-image			: url("../images/gallery.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.gallery_text {
	background-image			: url("../images/gallery_text.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.home {
	background-image			: url("../images/home.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.impressum {
	background-image			: url("../images/impressum.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.kontakt {
	background-image			: url("../images/kontakt.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.silence {
	background-image			: url("../images/silence.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.silence_text {
	background-image			: url("../images/silence_text.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.vita {
	background-image			: url("../images/vita.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}
body.vita_text {
	background-image			: url("../images/vita_text.jpg");
	background-position			: bottom left;
	background-repeat			: no-repeat;
	background-attachment		: fixed;
}

/* *** class selectors for scrollbar ******************************** */
img.active {
	filter			: Alpha(opacity=100, finishopacity=100, style=0);
}
img.inactive {
	filter			: Alpha(opacity=40, finishopacity=40, style=0);
}
img.gallery {
	border-style:	solid;
	border-width:	1px;
	border-color:	#CCCCCC;
}

/* *** class selectors for text ************************************* */
.headline {
	font-weight		: bold;
	letter-spacing	: 0.2em;
	text-align		: left;
}
.lyrics {
	letter-spacing	: 0.1em;
	text-align		: center;
}
.activeLink {
	text-decoration		: none;
	font-weight			: bold;
	color				: #FFFFFF;
}

/* *** properties for positioning divs ****************************** */
#divMenue {
	LEFT			: 0px; 
	POSITION		: absolute; 
	TOP				: 52px;
}
#divHeadline {
	LEFT			: 10px; 
	POSITION		: absolute; 
	TOP				: 240px;
}
#divContainer {
	LEFT			: 290px; 
	VISIBILITY		: hidden; 
	OVERFLOW		: hidden; 
	WIDTH			: 375px; 
	CLIP			: rect(0px 375px 236px 0px); 
	POSITION		: absolute; 
	TOP				: 118px; 
	HEIGHT			: 236px;
}
#divContent {
	LEFT			: 0px; 
	POSITION		: absolute; 
	TOP				: 0px;
}
#divUpControl {
	Z-INDEX			: 1; 
	LEFT			: 373px; 
	WIDTH			: 320px; 
	POSITION		: absolute; 
	TOP				: 232px; 
	TEXT-ALIGN		: right;
}
#divDownControl {
	Z-INDEX			: 1; 
	LEFT			: 373px; 
	WIDTH			: 320px; 
	POSITION		: absolute; 
	TOP				: 362px; 
	TEXT-ALIGN		: right;
}




/*
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; color: #FFFFFF}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFFFFF}
ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; font-weight: normal; color: #FFFFFF}
h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 10pt; font-weight: bold}

*/