
/* style sheet for www.hauswolf.com
Created by Jerry Schulz 2004
www.jerry-schulz.de*/


/* Need to set body margin and padding to get consistency between browsers. */


body {margin:0px; 
	padding:0px;
	} 


/* the centered page */

#box {
	position:absolute;
	left:50%;
	width:600px;
	margin-left:-300px;
	text-align:left;
	padding:15px;
	background-color: #ffffff;}


/* the right box */

#box1 {	text-align:left;
	padding:15px;
	}


/*the left box */

#box2 {	position:absolute;
	margin-left:300px;
	width:300px;
	text-align:left;
	padding:15px;
	}

/*page title */


#head {	font-size: 36px; 
	font-family: Helvetica, Arial, "Luxi Mono", sans-serif;
	font-weight: bold;
  	color: #000000;
	}


#subhead {	font-size: 16px; 
	font-family: Helvetica, Arial, "Luxi Mono", sans-serif;
	font-weight: bold;
  	color: #000000;
	}

/* text header */


#titel {
	font-size: 16px; 
	font-family: Helvetica, Arial, "Luxi Mono", sans-serif;
	font-weight: bold;
	color: #000000;
	}

/* navigation bar */

#fuss{	font size: 12px;
	font-family: Helvetica, Arial, "Luxi Mono", sans-serif;
	font-weight: bold;
		}


a { 	color: #000000; 
	text-decoration: none;
		}


p {	font size: 14px;
	font-family: Helvetica, Arial, "Luxi Mono", sans-serif;
	color: #3f3f3f
	}

ul{ 	
	font size: 14px;
	color: #3f3f3f;
	font-family: Helvetica, Arial, "Luxi Mono", sans-serif;
	}



