/*
CSS Düttmann + Kleymann Architekten by Sebastian Wagner Bureau11.de
*/

/*
klassen, pseudo, tags
*/



.test{
		left: -10;
        padding-left: -10%;
		padding-right: auto;
		overflow: hidden;
		width: 100%;
		height: 100%;
		border: 0px;
		}



a:hover { 
	text-decoration: none;
	color: black;
	
}

a {
	color: gray;
	text-decoration: none;	
}

h1 {font-size: 0.8em;
	letter-spacing: 0.1em;
	color: grey;
	}


h2 {font-size: 0.8em;
	letter-spacing: 0.1em;
	color: black;
	}
	
	

.meta {
	margin-left: 90%;
	padding-top: 10px	;
	font-size: 10pt !important; 

	}
.meta a {
	text-decoration: underline !important;
	color:teal !important;
	}



hr{
	color: grey;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;

}

p{
	color: grey;
	font-size: 0.8em;

}

/*
div Elemente
*/


body {
		background-color: white;
		margin: 0;
	    padding: 0;
	    font-family: 'Lato', sans-serif;
	    font-size: 10px;

}


#wrap{
	margin: auto;
	width: 1000px;

	
}


#wrap2{
	margin: auto;
	width: 500px;

	
}



#content{
	padding-top: 10%;
	height: 800px;
	color: black;
	font-size: 1.5em;
	margin-left: 20px;
	
	}



#picture{
	margin-left: 10%;
	width: 100%;
	height: 100%
	
}



#footer{
	height: 10px;

}


