/* @override http://schreinerei-bieber.de/baustelle.css */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-size: 62.5%;
	line-height: 140%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #44321a;
}

p {
	line-height: 1.3em;
	font-size: 1.4em;
	margin-bottom: 5px;
	color: #44321a;
}

#kontakt p {
	font-size: 1.3em;
	line-height: 1.3em;
}

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

p.bieberbau {
	margin-top: 15px;
	font-weight: bold;
}


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

h1 {
	color: #ff6927;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
}
html { 
 	height: 101%; 
}
#wrapper {
	margin: auto;
	text-align: center;
	width: 400px;
	padding-bottom: 50px;
	background-color: #fff;
	padding-top: 20px;
}
#logo {
	width: 300px;
	height: 117px;
	background-image: url(logo.png);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

ul {
	color: #44321a;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
	list-style-position: outside;
}
#leistungen {
	width: 220px;
	text-align: left;
	list-style-position: inside;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
