/*
Farben hier festlegen
*/
body, p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	padding: 0px;
	margin-left:5px;
	margin-right:5px;
}
body {
	background-color: transparent/*#EEECEC#EEEEEE/*#EBEBEB*/
}
h1{
	font-size: 18px;
}
h2{
	font-size: 14px;
	margin-left:5px;
	margin-top:2px;
}
h3{
	margin-top: 4px;
	margin-left:10px;
	margin-bottom: 4px;
	font-size: 15px;
}
h4{
	font-size: 14px;
	font-weight: bold
}
h5{
	font-size: 14px;
	font-weight:lighter
}
h6{
	font-size: 12px;
	font-weight: bold
}
table{
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 11px
}
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000
}

a:link, a:active, a:visited {
	text-decoration:none;
	color: #575f6f
}

a:hover {
	text-decoration:underline
}


