/**
 * Globales Stylesheet für hanna-lauterwasser.de
 */
 
html, body {
	background-color:			#EAEAEA;
	margin:						0px;
	padding:					0px;
	color:						#535353;
	font-family:				arial,verdana,tahoma,times;
	font-size:					12px;
	font-weight:				normal;
}

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

a:hover {
	color:						#C40000;
	text-decoration:			none;
}

.left {
	float:						left;
}

.right {
	float:						right;
}

h1 {
	border-bottom:				1px solid #808080;
	text-align:					center;
	font-size:					16px;
	line-height:				19px;
	margin:						0px;
	padding:					0px;
}
