/* CSS für Waigel-Bau.de */

html { 
		height: 100.1%;
		}
body{
		padding:0;
		margin:0;
		background-image: url(bausanierungfotosbilder/bg2.gif);
		background-repeat: repeat-x;
		font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		}
#logo{
		position: absolute;
		top: 33px;
		left: 35px;
		z-index: 50;
		}
#logo2{
		position:absolute;
		top: 12px;
		right: 0;
		text-align: right;
		}
#content{
		padding-top: 165px;
		padding-bottom: 30px;
		padding-left: 230px;
		padding-right: 10%;}
#content h1 {
		font-size: 110%;
		font-weight: normal;
		color: #000000;
		background-color: transparent;
		}
#content h2 {
		font-size: 90%;
		font-weight: bold;
		color: #000000; 
		background-color: transparent;
		}
#content p{
		font-size: 90%;
		font-weight: normal;
		color: #000000;
		background-color: transparent;
		line-height: 140%;
		}
#content li{
		font-size: 90%;
		font-weight: normal;
		color: #000000;
		background-color: transparent;
		line-height : 140%;
		}
#navigation{
		position: absolute;
		top : 190px;
		left: 60px;
		width: 140px;
		}
#navigation a{
		color: #00f;
		background-color: transparent;
		}
