@charset "UTF-8";
body {/* Gesamt Hintergrund */
    background-color: #FFF;
	background-image:url(0_buchstaben.png);
	color: white; /* Text */
	background-position:right;
	background-repeat:no-repeat;
	font:Verdana;
}
table {
	background-color: transparent;
	min-width: 560px;
} 

.TabelleGrau {
	background-color:rgba(239,239,239,.3);
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
} 
.TabelleMenu
{
	background: -webkit-linear-gradient(left, rgba(0,,102,1), rgba(0,1,102,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(0,1,102,1), rgba(0,1,102,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(0,1,102,1), rgba(0,1,102,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(0,1,102,0), rgba(0,1,102,1), rgba(0,1,102,1)); /* Standard syntax (must be last) */
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
} 
.FliesstextTABELLE-180px {
	font-family: Verdana;
	font-size: 14px;
	line-height: 150%;
	font-style: normal;
	color: #009;
	min-width: 240px;
	margin-top:-.5em;
}
.FliesstextTABELLE-160px {
	font-family: Verdana;
	font-size: 14px;
	line-height: 150%;
	font-style: normal;
	color: #009;
}
/* TEXT */
.Radisoglou {
	font-family: Verdana;
	font-size: 32px;
	font-weight: bold;
	color: #006;
	min-width: 400px;
	font-variant: small-caps;
}
.Seitentitel {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #009;
}

.FliesstextBLAU {
	font-family: Verdana;
	font-size: 14px;
	line-height: 150%;
	font-style: normal;
	color: #009;
}

.FliesstextDUNKELBLAU {
	font-family: Verdana;
	font-size: 14px;
	line-height: 150%;
	font-style: normal;
	color: #006;
	opacity:1.0;
}

/* LINKS */
a.one {
	font-family: Verdana;
	font-size: 14px;
	color: blue;
}
a.one:link {
	text-decoration: none;
	color: #009;
}
a.one:visited {
	text-decoration: underline;
	color: #009;
}
a.one:hover {
	text-decoration: none;
	color: rgb(0,0,210);
}
a.one:active {
	text-decoration: none;
	color: #009;
}
