/*Allgemeine Formatierung:
Definition von TAGS

Notiz:
Orange:			#FF9900
Grün:				#99CC00
*/

BODY {
	background-color : White;
	border: 0px;
	font-weight : normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #333333;
	margin : 0px;
}

h1 {
		font-size : 12pt;
		font-weight: bold;
		color: #99CC00;
		/*
		color: #000066;
		*/
}

h2 {
	font-size : 11pt;
	font-weight: bold;
	color : #000099;
	/* 
	color : #FF9900;
	color : #660000;
	*/
}

h3 {
		font-size : 10pt;
		font-weight: bold;
		color : #000000;
}

h4 {
		font-weight: bold;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

input {
	font-weight : normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #660000;
	text-align : left;
	border : 1px solid;
	background-color : #fafafa;
	border-color : #666666;
}
