/* CSS */
body{
	background: url(img/bg_body.gif) 0px 226px repeat-x #FFF;
	color: #545456;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 20px;
	text-align: center;
}

a{
	color: #dc021b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

div.page{
	/*width: 400px;
	margin: 0px auto;*/
	padding: 35px 0px;
}

div.page h1.logo{
	background: url(img/baugeschaeft-werner-schoenk.jpg) center no-repeat;
	height: 141px;
	text-indent: -100000px;
	margin:0px auto 85px;
	width: 400px;
}

div.page p{
	margin-bottom: 20px;
}

div.page address span.contact{
	margin-top: 15px;
	display: block;
}
