/* CSS ist totes Metall // CSS is death metal */

/* Backgrounds // Hintergründe */
/*IE*/
* html div.contentbg { background-attachment:fixed; }

/*Firefox*/
div.contentbg 	{ 	background-image:url(../IMGs/iframe.jpg);}
div.bgnews		{	background-image:url(../IMGs/TITLE/news.jpg);}
div.bgband		{	background-image:url(../IMGs/TITLE/band.jpg);}
div.bgrel		{	background-image:url(../IMGs/TITLE/rel.jpg);}
div.bgpics		{	background-image:url(../IMGs/TITLE/pics.jpg);}
div.bglive		{	background-image:url(../IMGs/TITLE/live.jpg);}
div.bgdl		{	background-image:url(../IMGs/TITLE/dl.jpg);}
div.bggb		{	background-image:url(../IMGs/TITLE/gb.jpg);}
div.bglinks		{	background-image:url(../IMGs/TITLE/links.jpg);}
div.bgcont		{	background-image:url(../IMGs/TITLE/cont.jpg);}
div.bgdani		{	background-image:url(../IMGs/TITLE/dani.jpg);}
div.bgeric		{	background-image:url(../IMGs/TITLE/eric.jpg);}
div.bgstef		{	background-image:url(../IMGs/TITLE/stef.jpg);}
div.bgfeli		{	background-image:url(../IMGs/TITLE/felix.jpg);}
div.bgolli		{	background-image:url(../IMGs/TITLE/olli.jpg);}
div.bgimp		{	background-image:url(../IMGs/TITLE/imp.jpg);}
div.bgmerch		{	background-image:url(../IMGs/TITLE/merch.jpg);}
div.banner		{	background-image:url(../IMGs/head.jpg);}

body {
	background-color:#000000;
	font-family:Verdana,Arial;
	font-size:9pt;
	color:#FFFFFF;
	background-attachment:fixed;
	
	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#AAAAAA;
	scrollbar-darkshadow-color:#888888;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
}

/* Schreibzuech // writing stuff */

p {
	font-family:Verdana,Arial;
	color:#FFFFFF;
	font-size:9pt;
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	text-decoration:none;
	text-align:justify;
}
	#lefty {
		text-align:right;
	}
	#bold {
		font-weight:bold;
	}
	#gal {
		font-weight:bold;
		text-align:center;
	}
p.small {
	font-family:Verdana,Arial;
	color:#FFFFFF;
	font-size:8pt;
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	text-decoration:none;
	text-align:center;
}
h1 {
	font-family:#FFFFFF;
	font-size:10pt;
	margin:10px;
	text-decoration:none;
	font-weight:bold;
}
hr {
	width:500px;
	height:0px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#888888;
}

/* die ganzen IMaGinären Leute überall // IMaGine all the people */

img.thumb {
	width:80px;
	height:80px;
	border-width:2px;
	border-color:#636363;
	border-style:solid;
}
img.thumb#small {
	width:60px;
	height:60px;
	border-width:2px;
	border-color:#636363;
	border-style:solid;
}
img.thumb#merch {
	width:100px;
	height:88px;
	border-width:2px;
	border-color:#636363;
	border-style:solid;
}
img.start {
	width:600px;
	height:400px;
}
img.banner {
	width:468px;
	height:60px;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;	
}
img.head {
	width:70px;
	height:114px;
	border:0;	
}


/* LINKZZZZ... // LINKZZZZ... */

a.mail:link,a.mail:visited,a.mail:active {	
	color:#FFFFFF;
	font-family:Verdana,Arial;
	font-size:9pt;
	text-decoration:none;
}
a.mail:hover,a.mail:focus {
	color:#BC0000;	
}
	
a.lang:link,a.lang:visited,a.lang:active {
	color:#AAAAAA;
	font-family:Verdana,Arial;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}
a.lang:hover,a.lang:focus {
	color:#FFFFFF;	
}

a.bold:link,a.bold:visited,a.bold:active {	
	color:#FFFFFF;
	font-family:Verdana,Arial;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
}
a.bold:hover,a.bold:focus {
	color:#BC0000;	
}