/*FF GRAFIK*****/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.dark {
	background-color:#000000;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
}

td.normal {
	vertical-align:top;

}
td.ffa {
	background-color: #A20000;
	vertical-align:top;
}
td.ffp {
	background-color: #CCCCCC;
	vertical-align:top;
}
td.pictures {
	vertical-align:center;
	text-align:center;
}
td.picturestext {
	vertical-align:top;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
td.about {
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height: 14px;
}
.untertitel {
	font-weight:bold;
}

img.border {
	vertical-align:text-top;
	border-top-width: 0px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	line-height: 13px;
}

img.borderblack {
	vertical-align:text-top;
	border-top-width: 0px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	line-height: 13px;
}
/*ARBEITEN NAV***********/
td.arbeitennav {
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 13px;
}

td.mehrnav {
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 13px;
}

/*ARBEITEN NAV*ACTIV****/
td.arbeitennavactiv {
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 13px;
	background: #00FF00;

}


/*NAVLINKs******************/
a.nav:link {
	text-decoration: none;
	color: #000000;
}
a.nav:visited {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #000000;
	background: #00FF00;
}

.linknav {
	text-decoration: none;
	color: #000000;
	background: #00FF00;

}
/*NAVLINKs**DARKSIDE***********/
a.navdark:link {
	text-decoration: none;
	color: #00FF00;
}
a.navdark:visited {
	text-decoration: none;
	color: #00FF00;
}
a.navdark:hover {
	text-decoration: none;
	color: #000000;
	background: #00FF00;
}


