/* CSS Document */

body
{
	
	-webkit-text-size-adjust: none; /* Fix for iphones etc */
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	font-family: 'Questrial', sans-serif;
	text-decoration: none;
	color: #868686;
	background-image: url("denkmalentwicklung-nrw.jpg");
    background-repeat: no-repeat;
    background-position: top right; 
	
	
	}



#wrapper {
	
    width: 100%;
  	height: 100%;
	
	
}






#inhalt {
	width: 850px;
	height: 559px;
	background-image: url("denkmalentwicklung-nrw.png");
    background-repeat: no-repeat;
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	
	
	
}



#ueberschrift {
	width: 550px;
	height: 100px;
	position: relative;
	margin: 150px 0px 0px 265px;
z-index: 2;	
}




#anschrift {
	width: 480px;
	height: 100px;
	position: relative;
	margin: 30px 0px 0px 335px;
	}





table, th,td{
	font-family: 'Questrial', sans-serif; 
	font-size: 14px;
	line-height:16px;
	color: #868686;
	text-align: justify;
	}


h1 {
	font-size: 20px;
	font-weight: 100;
	color: #6c6c6c;
	font-family: 'Questrial', sans-serif; 
	font-variant: normal;
	text-align: center;
	letter-spacing: 10px;
	text-transform: uppercase;
	line-height:15px;
}



h2 {
	font-size: 15px;
	font-weight: 100;
	color: #a49481;
	font-family: 'Questrial', sans-serif; 
	font-variant: normal;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height:15px;
}


h3 {
	font-size: 15px;
	font-weight: 100;
	color: #a49481;
	font-family: 'Questrial', sans-serif; 
	font-variant: normal;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height:15px;
	margin: 200px 0px 0px 200px;
}