/*
Author: Heiko Stachel, http://www.zitronenwolf.de
*/

/* Standard CSS-Angaben */

* {
	padding: 0px;
	border: 0px;
	font-family: Arial, Sans-serif;
	color: #FFF;
}

body {
	background: #2e2e2e;
}


/*   Texte   */

.ueberschrift1 {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 680px;
	left: 55px;
	top: 0px;
}

.weiss {
	color: #FFFFFF;
}

.fett {
	font-weight: bold;
}


a {
	color: #db250f;
	text-decoration: none;
}  
a:link, a:visited {
	-moz-outline: none;
	outline: none;
}  
a:hover, a:active {
	text-decoration:none;
	color: #ff3333;
	outline: none;
}


