/* Color Collection:

Dunkles Schriftrot: #d9470c

Helles Rotorange:	color:#f40;

Dunkles Rot:	color:#900;

Intensives Gelb: ffc801

---------------------------------------------------------------------------------------------------------------------- */



/* Global Reset
---------------------------------------------------------------------------------------------------------------------- */
* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}

li,dd {
margin-left:1em;
}
fieldset {
padding:.5em;
}

body {
font-size:76.1%;
font-family:Verdana, Arial, Helvetica, sans-serif; 
line-height:1.3em;
}

h1,h2,h3,h4,h5,h6 {
line-height:1.3em;
}


/* Margin für die Liste einstellen
----------------------------- */
ul {margin-left:10px;}




/* Page Structure
---------------------------------------------------------------------------------------------------------------------- */
body{
background-color:000000;
background-position:50% 50%;
margin-top:10px;
/*background-image:url('pics/coverfront_firefader___200x204.gif');*/
background-repeat:no-repeat;
}


div#alles {
	/*height:1600px; */ /* work-around for background-image */
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding:20px 0 20px 0; /* to keep the BOX away from top and bottom */
	}


/* Text & Link Colors
---------------------------------------------------------------------------------------------------------------------- */


a {
	color:#FF3300;	
	font-weight:normal; 	
	text-decoration:none;	
	}

a:hover {
	color:#FF9900;	 
	font-weight:normal; 
	text-decoration:none;	
	}

p {
	color:#FF3300;
  }
	
	
