/* CSS Format Anweisungen Someday Website */

body {font-family: arial,sans-serif;
	background-color:#1b2a31;
	color:#000000;
	text-align:center;
	padding:0px;
	margin:0pt;
 }
.fixed	{
	background-image:url(cd_hell.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
.inhalt{
	margin 10px auto;
 	padding:5px;
 	text-align:left;
 	color:#000000;
	font-size:x-small;
 } 
.footer{text-align:center;
	color:#E4883E;
	font-size:x-small;
	margin:0px auto;
	}
a	{color:#E4883E;
 	text-decoration:none;
 	}
a:hover{color:#FF0000;
	text-decoration:none;
 	}