* {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.4;
	}
	
body {
	font: normal 0.8em Verdana, Arial, sans-serif;
	background: #fff;
	}
	
/*p {
	padding-bottom: 1.4em;
	}*/

h1 {
	font: normal 1.8em Verdana, Arial, sans-serif;
	line-height: 1.2;
	margin-bottom: 0.8em;
	color: #000;
	}
	
h2 {
	font: normal 1.6em Verdana, Arial, sans-serif;
	margin-bottom: 0.8em;
	color: #000;
	}
	
h3 {
	font: normal 1.4em Verdana, Arial, sans-serif;
	margin-bottom: 0.8em;
	color: #000;
	}
	
h4 {
	font: bold 1em Verdana, Arial, sans-serif;
	color: #000;
	}
	
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}

/* Struktur ------------------------------------------------------------------------------*/

#OuterWrapper {
	width: 100%;
	text-align: left;
}
#Wrapper {
	background: #fff;
	margin-left: 80px;
	margin-top: 80px;
}
#Container {
	background: #fff;
}

/* Header ------------------------------------------------------------------------------*/

#Header {
	display:none;
}
#Footer {
	display:none;
}
#FooterLeft {
	display:none;
}
#FooterRight {
	display:none;
}

/* Navigation ------------------------------------------------------------------ */

#NavLeft {
	display:none;
}

/* Inhalt -------------------------------------------------------------------------------------- */

#Content {
	background: #fff;
	float: left;
	width: 500px;
}
#ColLeft {
	float: left;
}
#Adresse {
	background: #fff;
}
#Foto {
	float: left;
	position: relative;
	margin: 5px 15px 10px 0px;
}