/*CSS DOKUMENT fur Heiko GmbH | Sanitärheizungsanlagen*/

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background:#f0f0f0;
	margin:0 0 0 0;
	height:100%;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:42px;
	color:#333;
	margin:0 0 0 0;}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#ef2929;
	margin:0 0 0 0;}
	
	p {margin:0 0 0 0;}
	
#container {
	background:url(../img/heiko_bg.jpg) #f0f0f0;
	width:690px;
	margin:0 auto;
	}
	
#header {
	background: #f0f0f0;
	width:690px;
	margin:0 auto;
	}
	
#content {
	border:0px solid green;
	width:690px;
	min-height:250px;
	margin:0 auto;
	}

#unten {
	width:690px;
	height:12px;
	background:url(../img/unten.jpg) no-repeat;
	}

.red_text {
	color:#FF0000;
	font-size:37px;
	text-align:center;
	letter-spacing:2px;
	margin:0 0 0 0;
	}

.adresse {
	color:#333;
	font-size:41px;
	text-align:center;
	margin:0 0 0 0;
	}
	
a:link {text-decoration:none; color:#666666;}
a:active {text-decoration:none; color:#666666;}
a:visited {text-decoration:none; color:#666666;}
a:hover {text-decoration:none; color:#333333;}
