/* Stylesheet für danielneugebauer.de
Autorin: Eva Kuch von www.dasschmeckt.info
-------------------------------------*/



/*Allgemeine Styles*/
* {padding: 0; margin: 0;}


body {
	background-color:#EBEBEF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width:100%;
   }
h1 {
	padding-left:630px;
}
p, h2 {
	color:#6E5E48;
	padding-left:600px;
	}
h1 {font-size:100%;}
p {font-size:80%;}
p:first-line {
	margin-top:20em;
}

a, a:visited {color:#330;}
a:hover, a:focus {color:#963;}
a:active {color:#c96;}
	
   
   
/*Styles für die Layoutbereiche*/

#rahmen {
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	
	}
	
#inhalt {
	position:fixed;
	bottom:1em;
	;
	left:0em;
	width:950px;
	height:428px;
	background-image:url(quader.png);
	background-position:left;
	background-repeat:no-repeat;
	}
	
h1 {
	background:url(daniel-neugebauer-headline.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:44px;
	width:211px;
	text-indent:-2000em;
	padding-bottom:1.2em;
	}

