gt   { color: black; font-style: normal; font-variant: normal; font-size: 12pt; font-family: Verdana }
tit  { color: black; font: bold 12pt Verdana }

h1, h2, h3 	{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
h3 {
	margin-bottom: -15px;
}
h2 {
	margin-bottom: 0px;
}
.NewsInhalt {
	background-color: #CCCCCC;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff6666;
	border-right-color: #ff6666;
	border-bottom-color: #ff6666;
	border-left-color: #ff6666;
	margin-bottom: 100px;
	padding: 20px;
}
p, table, ul, ol {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*normaler Hyperlink*/
a:link, a:visited, a:hover {
	color: #000000;
}
/*besuchter Hyperlink*/
/*a:visited {
}*/
a[href ^="http://"] {
   /*color: #0066BB;*/
    background: url(../images/icon/external.png) center right no-repeat;
    padding-right: 13px;
}
a[href ^="gopher://"] {
   /*color: #0066BB;*/
    background: url(../images/icon/external.png) center right no-repeat;
    padding-right: 13px;
}
a[href ^="https://"] {
   /*color: #0066BB;*/
    background: url(../images/icon/lock_icon.gif) center right no-repeat;
    padding-right: 16px;
}
a[href ^="mailto:"] {
   color: #0066BB;
    background: url(../images/icon/mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}
a[href ^="news://"] {
   color: #0066BB;
    background: url(../images/icon/news_icon.png) center right no-repeat;
    padding-right: 18px;
}
a[href ^="ftp://"] {
   /*color: #0066BB;*/
    background: url(../images/icon/file_icon.gif) center right no-repeat;
    padding-right: 18px;
}
a[href ^="irc://"] {
   /*color: #0066BB;*/
    background: url(../images/icon/discussionitem_icon.gif) center right no-repeat;
    padding-right: 18px;
}
a[href $=".ogg"], a[href $=".OGG"],
a[href $=".mid"], a[href $=".MID"],
a[href $=".midi"], a[href $=".MIDI"],
a[href $=".mp3"], a[href $=".MP3"],
a[href $=".wav"], a[href $=".WAV"],
a[href $=".wma"], a[href $=".WMA"] {
    background: url("../images/icon/audio.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"] {
    background: url("../images/icon/video.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("../images/icon/document.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".doc"], a[href $=".DOC"],
a[href *=".docx"], a[href *=".DOCX"] {
    background: url("../images/icon/word.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".zip"], a[href $=".ZIP"],
a[href $=".rar"], a[href $=".RAR"],
a[href $=".exe"], a[href $=".EXE"],
a[href $=".msi"], a[href $=".MSI"],
a[href $=".dmg"], a[href $=".DMG"],
a[href $=".gz"], a[href $=".GZ"],
a[href *=".gzip"], a[href *=".GZIP"] {
    background: url("../images/icon/download.png") center left no-repeat;
    padding-left: 19px;
}

/* Mauszeiger befindet sich gerade über dem Hyperlink */
a:hover {
	background-color: #FFFF00;
}
/*beim Klick auf den Hyperlink*/
a:active {
	color: #FF0000;
}



.MainTitel {
	font-family: "Arial Black", Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #666666;
	/* letter-spacing: 0.2em; */
}
.ImportantNews {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFF33;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	margin: 20px;
}
.ImportantNewsYellowBack {
	font-weight: bold;
	background-color: #FFFF33;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 2px;
	margin: 5px;
	font-size: larger;
}
.NewsText, .NewsTextTitel, .NewTextUeberschrift {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.TabelleRangliste {
	border:1px solid #000000;
}
.TabRahmen {
	border:1px solid #000000;
}

/* Abwechselnd eine Zeile hell und eine dunkel */
.u { background-color:#fff; }
.JahresProgrammUnterteilung {
	background-color: #ff6666;
}

.g { background-color:#f7f7f7; }
.tabtitel { 
	background-color: rgb(239, 239, 239);
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(102, 102, 102);
}
.JahresProgrammEintrag {
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #cccccc;
}
.New {
	background-image: url(../gifs/img_newIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 30px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}
.NotNew {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}
.NotNewsOTab {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	left: 200px;
	clear: left;
	padding-left: 270px;
}
.NewsOTab {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	left: 200px;
	clear: left;
	padding-left: 270px;
	background-image: url(../gifs/img_newIcon.gif);
	background-repeat: no-repeat;
	background-position: 230px;
}
.NewsOTabListe {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	left: 210px;
	clear: left;
	padding-left: 280px;
	margin-top: -15px;
}

.NormalText {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}

.LastChangedPageText {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 11px;
}

.LastChangedElement, .NewLastChangedElement, .LastChangedElementTitel, .ImportantLastChangedElement {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9pt;
	/*padding-top: 3px;*/
	left: 65px;
	clear: left;
	padding-left: 65px;
	clip: rect(auto,auto,auto,auto);
	line-height: 15pt;
}

.NewLastChangedElement {
	background-image: url(../gifs/img_newIcon.gif);
	background-repeat: no-repeat;
	/*padding-left: 35px;*/
	background-position: 30px;
}

.ImportantLastChangedElement {
	text-decoration: blink;
	background-color: #FFFF00;
	font-weight: bold;
	text-align: center;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding: 10px;
	margin-left: 10%;
	margin-right: 10%;
}

.LastChangedElementTitel {
	font-size:12pt;
	font-weight:bold;
	line-height: 25px;
}

.NotNewsOTabBadmint, .NewsOTabBadmint, .NewsOTabBadmintFett, .NotNewsOTabBadmintFett {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-variant:normal;
	left: 90px;
	clear: left;
	padding-left: 90px;
	font-size: 12pt;
	color:black;
}

.NewsOTabBadmint, .NewsOTabBadmintFett {
	background-image: url(../gifs/img_newIcon.gif);
	background-repeat: no-repeat;
	background-position: 55px;
}

.NewsOTabBadmintFett, .NotNewsOTabBadmintFett, .NewsOTabSmallEinzugFett, .NotNewsOTabSmallEinzugFett {
	font-weight:bold;
}

.NotNewsOTabSmallEinzug, .NewsOTabSmallEinzug, .NewsOTabSmallEinzugFett, .NotNewsOTabSmallEinzugFett {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-style:normal;
	font-variant:normal;
	left: 40px;
	clear: left;
	padding-left: 40px;
	font-size: 12pt;
	color:black;
}

.NewsOTabSmallEinzug, .NewsOTabSmallEinzugFett {
	background-image: url(../gifs/img_newIcon.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.VorstDescrTitel {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 12pt;
}
.VorstDescrText {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12pt;
}

.AbteilungWeiss {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:40px;
	vertical-align: middle;
	margin-left: 20px;
}

.AbteilungSchwarz {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#000000;
	vertical-align: bottom;
	background-position: center;
}
.FooterRed {
	background-color: #FF0000;
	width: 100%;
	border-right-width: 100px;
	text-align: right;
}
.FooterUnten {
	width: 100%;
	background-image: url(../gifs/header_gif/00_big_head.gif);
	background-repeat: repeat-x;
	height: 38px;
}
/*.FooterText {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 25px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}*/
/*normaler Hyperlink*/
a.FooterText:link, a.FooterText:visited, a.FooterText:hover, a.FooterText:active {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	background-color: #FF0000;
}
/*besuchter Hyperlink*/
/*a:visited {
}*/
/* Mauszeiger befindet sich gerade über dem Hyperlink */
a.FooterText:hover {
	/*font-weight: bold;*/
	color: #FFFF00;
	/*margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FF0000;*/
}
/*beim Klick auf den Hyperlink*/
/*a.FooterText:active {
	font-weight: bold;
	color: #FFFF00;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}*/
.footer {
	width:auto;
	background-color: #99FF00;
	position: absolute;
	top:auto;
	bottom: 0px;
	overflow:hidden;
	left: 0;
	right:0;
}
.header {
	width:auto;
	position: relative;
	top: 0;
	overflow:hidden;
}
body {
	margin: 0px;
}
.AbteilLinks {
	width: 120px;
}

.inhalt {
	background-color: #00FFFF;
	position: absolute;
	left: 140px;
	top: 80px;
}
.facebookBox {
	height: auto;
	width: 300px;
	position: absolute;
	top: 280px;
	visibility: visible;
	text-align: right;
	right: 10px;
	padding-bottom: 10px;
}
.LastChanges {
	position: relative;
	height: auto;
	margin-right: 310px;
}

