/* Default HTML Tags */	
BODY, TD, P, TABLE {
	background:#ECF0F0;
	color : navy;
	font-family : Arial, Verdana, sans-serif;
	font-size: 14px;
}

A {
	text-decoration: none;
	color: navy;
}

A:Hover {
	text-decoration: underline;
	color: navy;
	font-weight : bold;
}

H3 {
	font-size: 13pt;
	color: navy;
}

/* grüne Linien Ausschreibung */
hr {
  border: 0;
	color: #0DB9B7;
	background-color: #0DB9B7;
	height: 1px;
}

TH {
	color : navy;
	font-size: 14px;
	text-align: justify;
	background-color : #A9A9A9;
}

a:link {
	color:navy;
	text-decoration:underline;
}

a:visited {
	color: purple;
	text-decoration:underline;
}

/* End Default HTML Tags */	


/* Navigation Welcome Page */	
.navigationBackground {
	background: #FFFFFF;
}

.navigationModules {
	background: #FFFFFF;
	color: navy;
	font-weight : bold;
	font-size: 16px;
	height: 32px;
}

.navigationBottom {
	background: #FFFFFF;
	color: navy;
	font-weight : bold;
	font-size: 12px;
	height: 16px;
}

/* End Navigation Welcome Page */	


/* Content Welcome Page */	
.welcomeColor {
	background : #c0c0c0;
 }

.mainTitle {
	color: navy;
	font-weight : bold;
	font-size : 22px;
}

.mainText {
	color: navy;
	font-weight : bold;
	font-size : 16px;
}

/* End Content Welcome Page */	


/* Modules (Programm, Club, Aktuell etc. */	
.navigationModuleHeader {
	font-weight : bold;
	font-size: 13pt;
	color: navy;
}

.rubricTitle {
	color: navy;
	font-weight : bold;
	font-size: 18pt;
}

.rubricSubTitle{
	color : navy;
	font-weight : bold;
	font-size : 18px;
 }

.biggerButNoTitle {
	color: green;
	font-weight : bold;
	font-size: 14pt;
}

.moduleWelcomeHeader {
	color: navy;
	font-weight : bold;
	font-size : 22px;
}

.moduleWelcomeText {
	color: navy;
	font-weight : bold;
	font-size : 16px;
}



.programTitle {
	background : #0DB9B7;
	color: navy;
	font-weight : bold;
	font-size: 36px;
	height: 80px;
 }

.programColor {
	background : #0DB9B7;
 }

.programTitleMonth {
	background : #0DB9B7;
	font-weight : bold;
	font-size: 16px;
 }

.programTitleMonthLink {
	background : #0DB9B7;
	font-weight : bold;
	font-size: 12px;
 }

.programMonthHeader {
	font-weight : bold;
	font-size: 11px;
 }

.aktuellTitle {
	background : #FBA935;
	color: navy;
	font-weight : bold;
	font-size: 36px;
	height: 80px;
 }

.aktuellColor {
	background : #FBA935;
 }

.clubTitle {
	background : #E00C34;
	color: navy;
	font-weight : bold;
	font-size: 36px;
	height: 80px;
 }

.clubColor {
	background : #E00C34;
 }

.jugendTitle {
	background : #FFE401;
	color: navy;
	font-weight : bold;
	font-size: 36px;
	height: 80px;
 }

.jugendColor {
	background : #FFE401;
 }

.fabeTitle {
	background : #CE57CF;
	color: navy;
	font-weight : bold;
	font-size: 36px;
	height: 80px;
 }

.fabeColor {
	background : #CE57CF;
 }

.fotothekTitle {
	background : #4DE76A;
	color: navy;
	font-weight : bold;
	font-size: 36px;
	height: 80px;
 }

.fotothekColor {
	background : #4DE76A;
 }

.linksTitle {
	background : #878AF5;
	color: navy;
	font-weight : bold;
	font-size: 36px;
	height: 80px;
 }

.linksColor {
	background : #878AF5;
 }

.linksRubicTitle {
 	font-weight : bold;
 	font-size: 12pt;
 }
 
/* End Modules (Programm, Club, Aktuell etc. */	










