/* Standard HTML-Elemente */
body
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

table
{
	margin-left: 0px;
	margin-top: 0px;
}

td
{
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

img
{
	border-width: 0px;
	vertical-align: top;
}


input {border: thin #0E3259 solid; font-family: Verdana; font-size: 10px}

p
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}


/* SPAN tag */
.fett { font-weight: bold; }
.kursiv { font-style: italic; }
.tiny  
{
	font-family: Verdana;
	font-size: 11px;
}


.rot  
{
	font-family: Verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.anschrift
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}


.h1
{
	font-family: Verdana;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.h2
{
	font-family: Verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}



/* Links */
a:link { font-family: Verdana; font-size: 12px; color: #000000; text-decoration: underline;}
a:active { font-family: Verdana; font-size: 12px; color: #000000; text-decoration: underline;}
a:visited { font-family: Verdana; font-size: 12px; color: #000000; text-decoration: underline;}
a:hover {  font-family: Verdana; font-size: 12px; background-color:#eeeeee; text-decoration: underline;}


