/*normale Hyperlinks*/
a:link {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}
a:active {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}
/*rote Hyperlinks*/
a.rot:link {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;

}
a.rot:visited {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;

}
a.rot:hover {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #CC66CC;
	text-decoration: underline;
	font-weight: normal;

}
a.rot:active {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #CC66CC;
	text-decoration: underline;
	font-weight: normal;

}

/*braune Hyperlinks*/
a.braun:link {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #330000;
	text-decoration: underline;
	font-weight: normal;

}
a.braun:visited {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #330000;
	text-decoration: underline;
	font-weight: normal;

}
a.braun:hover {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;

}
a.braun:active {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;

}




.body {
	background-color: #330000;
}
.white {
	background-color: #FFFFFF;
}
.navi {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;

}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;

}
.name {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 18px;
	color: #330000;
	font-weight: bold;

}
.beschriftung {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 14px;
	color: #330000;

}

.breite80 {
	width: 80px;
	height: 80px;

}
.breite163 {
	width: 163px;
}
.breite246 {
	width: 246px;
}
.breite163höhe80 {
	height: 80px;
	width: 163px;
}
.kleinebeschriftung {
	font-size: 13px;
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.weissschrift {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.breite163_246 {
	height: 246px;
	width: 163px;
}
.breite246_höhe163 {
	height: 163px;
	width: 246px;
}
