/*------------------------------------------------------------------------------------------
FN 2006-01-13:	.mstheme-bannertxt Einführung (Attribute in CSS umstellen)
------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
Hochschule Mittweida: FB WW
Style Sheet für Inhalt, Navigation, oberen und unteren Rand
Farbdesign: d:#336633 h:#99FF99 l:#339933

Ein extra Stylesheet für oberen und unteren Randbereich ist nicht möglich. FP fügt beim
Abspeichern den oberen und unteren RB zum Seiteninhalt dazu, ohne den StyleSheet zu linken
-----------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------
Deklarationen für den Seiteninhalt
-----------------------------------------------------------------------------------------------*/
@import url(../hsm.css);

ul           		{ list-style-image: url('ul1.gif');  }
a:link       		{ color: #339933 }
a:active     		{ color: #339933 }
a:visited    		{ color: #336633 }
a:hover				{}
table        		{ table-border-color-light: #99FF99; table-border-color-dark: #99FF99; }
td.dunkel           { background-color: #339933; }
td.hell             { background-color: #99FF99; }

h1, h2, h3, h4, h5, h6 { color: #336633; } 

strong           { color: #336633; }   	  
               	                	  
textarea     		{  }
fieldset     		{  }
legend       		{  }
select       		{  }
caption      		{  }

/*---------------------------------------------------------------------------------------------
Fußtextfarbe wird in dunkle Webfarbe gesetzt
-----------------------------------------------------------------------------------------------*/
.fusstext			{ color: #336633;} 
/*---------------------------------------------------------------------------------------------
Bannertext, horizontaler Navigationstext 
-----------------------------------------------------------------------------------------------*/
.mstheme-bannertxt 		{ color: #336633; }
.mstheme-horiz-navtxt 	{ color: #336633; }

/*---------------------------------------------------------------------------------------------
Vertikaler Navigationstext normal und klein wird nur im LK-Web benötigt
-----------------------------------------------------------------------------------------------*/
.mstheme-vert-navtxt 		{ color: #99FF99; }
.mstheme-vert-navtxt-klein 	{ color: #99FF99; }

.mstheme-bannertxt { 
	font-family: Arial,Helvetica; 
	background-color: #99FF99; 
	color: #336633; 
	font-size: 18pt;
	font-style: italic; 
	font-weight: bold;
	text-align: center; 
	margin-top: 0pt; 
	margin-bottom: 0pt;
	vertical-align: middle;
}
