/* Stylesheet für die Site von "Tim Reichert */

html, body {
	background-color: #ffffff;
	color: black;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: 'AmericanTypewriter', 'American Typewriter', 'Courier', serif;
	font-size: small;
}

div#wrapper {
	background-color: transparent;
	color: black;
	width: 800px;
	height:95%;
	margin: 0 auto;
}

div#logo {
	background-color: transparent;
	color: black;
	position: relative;
	left: 0px;
	top: 80px;
}

div#bild {
	background-color: transparent;
	color: black;
	position: relative;
	left: 250px;
	top: -90px;
}

div#text {
	background-color: transparent;
	color: black;
	position: relative;
	left: 30px;
	top: -360px;
}

div#fussbereich {
	background-color: transparent;
	color: black;
	height:5%;
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
}

