/*------------------------------------------------------------------------------------------
FN 2006-01-13:	.mstheme-bannertxt Einführung (Attribute in CSS umstellen)
------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
Hochschule Mittweida: FB IT
Style Sheet für Inhalt, Navigation, oberen und unteren Rand
Farbdesign: d:#993333 h:#ffcccc l:#ff3300
 
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: #ff3300 }
a:active     		{ color: #ff3300 }
a:visited    		{ color: #993333 }
a:hover				{}
table        		{ table-border-color-light: #ffcccc; table-border-color-dark: #ffcccc; }
td.dunkel           { background-color: #993333; }
td.hell             { background-color: #ffcccc; }

h1, h2, h3, h4, h5, h6 { color: #993333; } 

strong           { color: #993333; }   	  
               	                	  
textarea     		{  }
fieldset     		{  }
legend       		{  }
select       		{  }
caption      		{  }

/*---------------------------------------------------------------------------------------------
Fußtextfarbe wird in dunkle Webfarbe gesetzt
-----------------------------------------------------------------------------------------------*/
.fusstext			{ color: #993333;} 
/*---------------------------------------------------------------------------------------------
Bannertext, horizontaler Navigationstext 
-----------------------------------------------------------------------------------------------*/
.mstheme-bannertxt 		{ color: #993333; }
.mstheme-horiz-navtxt 	{ color: #993333; }

/*---------------------------------------------------------------------------------------------
Vertikaler Navigationstext normal und klein wird nur im LK-Web benötigt
-----------------------------------------------------------------------------------------------*/
.mstheme-vert-navtxt 		{ color: #ffcccc; }
.mstheme-vert-navtxt-klein 	{ color: #ffcccc; }

.mstheme-bannertxt { 
	font-family: Arial,Helvetica; 
	background-color: #ffcccc; 
	color: #993333; 
	font-size: 18pt;
	font-style: italic; 
	font-weight: bold;
	text-align: center; 
	margin-top: 0pt; 
	margin-bottom: 0pt;
	vertical-align: middle;
}
