/*Christian Neunaber*/

/*formatierungen*/

body {
	background-color: #cccccc;
	color: #000000;
}

/*schriftarten*/

body,td,p,a,b,i,ol,ul,li,h1,h2,h3,h4,div,nobr,tt,font {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
}


/*klassen*/

.weiss {
	font-size: 12px;
	color: #ffffff;
}

.einzug {
	margin-left: 25px;
}

.headings {
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
	color: #ffffff;
}

/*ueberschriften*/

h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

/*links*/

a:link {
	text-decoration: none;
	font-size: 12px;
	color: #ff3300;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #ff3300;
	}
a:aktiv {
	text-decoration: none;
	font-size: 12px;
	color: #ff3300;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #ff3300;	
}
