/*	Home unvisited links							*/
a.homelink:link {
color: #FFFFFF;
; text-decoration: none
}

/*	Home visited links							*/
a.homelink:visited {
; text-decoration: none
; color: #FFFFFF
}

/*	Home active links (not widely supported)				*/
a.homelink:active {
color: #000000;
; text-decoration: none
}

/*	Home links when hovered over (MSIE only)				*/
a.homelink:hover {
color: #000000;
; text-decoration: none
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #000000;
; text-decoration: underline
}

/*	Menu visited links							*/
a.menulink:visited {
; text-decoration: underline
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FF0000;
; text-decoration: underline
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #CC0000;
; text-decoration: underline
}

/*	Unvisited links								*/
a:link {
color: #AF1414;
; text-decoration: none
}

/*	Visited links								*/
a:visited {
; text-decoration: none
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF0000;
; text-decoration: underline
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #CC0000;
; text-decoration: underline
}


/*Hier mittler-Tabellenbereich*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}


.m_Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #000;	
; font-weight: normal
}

.m_Strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}

.m_Cursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: normal;
	color: #000;
}

.m_smal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000;
}

.m_smalGrau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #999999;
}

.m_hell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
}



/*---------------------- Hier linke Tabelle-Navigation - Hintergrundfarbe */
.tab_Background {
	background: #D6DBE7;
}


/*Hier linker-Navigationsbereich*/
.nav_Table{
	background: #D6DBE7;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*Hier helle Tabellenfarbe im Navigationsbereich der momentan besuchten Seite*/
.nav_Table_aktiv{
	background: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*Hier Hyperlinks im Navigationsbereich */
.nav_Links1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;	
	display: block;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;	
	text-decoration:none;
}
.nav_Links1:link    {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.nav_Links1:hover   {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.nav_Links1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*Hier Tabelle-Headline - Hintergrundfarbe */
.tab_Headground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	background: #315173;
}

/*Hier Tabelle-zB Newsletter */
.tab_Extra {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #E7E7EF;
}

.nav_TableExtra{
	background: #E7E7EF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav_Extra {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	display: block;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;	
	text-decoration:none;
}
.nav_Extra:link    {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.nav_Extra:hover   {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.nav_Extra:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}.m_big {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: larger; font-weight: normal; text-decoration: none}
