/*
DELIRIUM (c) sachenwerk MMV / design: Frank Schönwälder
this coding (c) schandera MMV
Warnung: Wer Netscape 4 benutzt kommt in die Suppe!

notes:
gesamthöhe: 725 px (bis dunkler rand)
rand oben: 12px
effektive höhe: 713px
*/
/* globals */
body {background-color: #303030;
	margin: 0px;
	padding: 0px; }
img {	border-width: 0px; }

div {	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-repeat: no-repeat;	} 
a {	color: #000000;
	text-decoration: none; }
a:visited { 	color: #000000; 
			text-decoration: none; }
div#preloader {	position: absolute;
		visibility: hidden; }
/*
Images
*/
img#dl {	width:410px;		/* dotted line */
		height: 2px; 
		margin-top: 7px;}

img#dlp {	width:385px;		/* dotted line im Einzug */
		height: 2px; }
/* 
divse 
*/

/* Content mit Einzug */
.iCont {	position:absolute;
		width:390px;
		height:490px;
		top:147px;
		left:70px; 
		font-size: 11px;}

/* curtain */
.curtainMaster {	padding: 0px;
			margin: 0px;
			width:307px;
			height: 713px;
			top:12px;
			position: absolute; }
.theCurtain {		background-image: url('i/cur'); 
			z-index: 10;
			position:absolute;
			padding:0px;
			margin:0px;
			right:0px;
			top:0px;
			width: 173px;
			height: 501px; }
.theLogo {		background-image: url('i/logo');
			z-index: 10;
			width: 133px;
			height: 71px;
			top: 14px;
			left:22px;
			/* testing alphablending */
			/*filter: alpha(opacity:30);*//* Internet-Explorer */
			/*-moz-opacity: 0.3;	*/	/* Mozilla (gecko) */
			position: absolute; }
.theSmoker {		background-image: url('i/smo');	/* nicht die cleverste Variante weil hundelangsam auf der Gecko-Engine :( */
			z-index: 15;
			width: 298px;
			height: 557px;
			bottom:-1px;	/* Internet-Explorer bekommts wieder mal nich hin... */
			left:0px;
			position: absolute;
			visibility: visible; }
		
/* content */
.contMaster {		background-image: url('i/snail');
			width: 516px;
			height: 676px;
			top:12px;
			background-color: #EBE9E4;
			left:306px;		/* arg!! stinkender verfluchter Internet Explorer, eigentlich und */
			z-index: 15;	/* rechnerisch gehört contMaster auf 307, aber IE baut einen Pixel dazu :( */
			position: absolute; }
/*menu*/
.menu {			width: 415px;
			height: 18px;
			position: absolute;
			padding:0px;
			margin:0px;
			top: 40px;
			left: 50px; }

/* impressum */
.imp {		width:5px;
			height:47px;
			position: absolute;
			top:12px;
			left: 829px; }
img#imp {		cursor: pointer;
			cursor: hand;
			width: 5px;
			height: 47px;}			

/* Hilfs-Tables für den unteren Rand, hoffentlich die letzten... */
.TBLmaster 		{ width:100%; height:100%; background-color: #303030; }
.TBLmasterTD 	{ height:725px;}
.TBLbotFill 	{ background-color: #000000; color: #000000; height:100%; font-family: sans-serif; font-size:9px; padding:0px; margin:0px; }

/* Special-Div die nur im Falle ausgeschalteten JavaScripts angezeigt wird */
.noscript {		position: absolute;
			left: 0px;
			top: 0px;
			width:100%;
			height: 100%;
			background-color: #000000;
			color: #FF0000;  
			z-index: 99;
			font-size: 12px;
			font-weight: bold;
			margin: 0px;}
			

