/*******************
* Stylesheet für die 
* Website von 
* Michael Roppel
*********************/

body {
	color: #e0e0e0;
	background-color: #181818;

	background-image: url(/images/roppel.png);
	background-position: center center;
	background-repeat: no-repeat;
	
}

h1 {
	color: #181818;
	font-size: 200%;
}

.intro	{
	margin: 0px auto;
	text-align: center;
	width: 300pt;
	font-size: 150%;
	font-family: serif;
	font-style: italic;
}

.auswahl	{
	position: absolute;
	bottom: 40pt;
	left: 40pt;
	font-size: small;
}

.auswahl a {
	color: white;
	text-decoration: none;
}

.auswahl a:hover {
	color: white;
	text-decoration: underline;
}


.impressum	{
	position: absolute;
	margin: 5pt;
	font-size: small;
	color: #eeeeee;
	bottom: 0px;
	right: 0px;
}
