/* ALLGEMEIN */

table, td {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#000000;
}
p {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height: 18px;
		font-weight: normal;
	color:#000000;
}

h1{
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height: 18px;
		font-weight: normal;
	color:#000000;
}

h2 {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size:14px;
		font-weight: bold;
	color:#003366;
	} 

/*Verlinkungen*/
a:link {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
		line-height: 18px;
}
a:visited {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
		line-height: 18px;
}
a:hover {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
		line-height: 18px;
}
a:active {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
		line-height: 18px;
}
a img, a:hover img {
	color:#000000;
	border:0px;
}

a.textSmall:link {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
		line-height: 18px;
}
a.textSmall:visited {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
		line-height: 18px;
}
a.textSmall:hover {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
		line-height: 18px;
}
a.textSmall:active {
	font-family: Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
		line-height: 18px;
}



.textSmall {
	font-size:10px;
	font-family: Tahoma;

}



/*Rahmen*/
.Rahmengesamt {
	border: 5px solid #FFFFFF;
}
.rahmennavi {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
