﻿/*------------------------------------------------------------------------------------------
FN 2006-01-12:	.mstheme-bannertxt Erweiterung (Attribute in CSS umgestellt in /hsb)
------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
CSS für alle Webs der Hochschule Mittweida 
Dieser Style Sheet beinhaltet Festlegungen für Inhalt, Navigation, oberen und unteren Rand
Link: http://www.htwm.de/agi-cd/css/hsm.css
Master: http://wwwd.htwm.de/agi-cd/css/hsm.css

Farbdesign: blau d:#336699 h:#99CCFF l:#0066cc
Bearbeiter: win, 31.8.2001

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
-----------------------------------------------------------------------------------------------*/
body, th, td, p, ol { font-family: Arial, Verdana, Helvetica; font-size: 10pt; }
ul           		{ list-style-image: url('ul1_hsm.gif');  margin-left: 20pt  }

ul ul        		{ list-style-image: url('ul2_hsm.gif'); margin-left: 20pt }
ul ul ul     		{ list-style-image: url('ul3_hsm.gif') ; margin-left: 20pt }
a:link       		{ color: #336699 }
a:active     		{ color: #336699 }
a:visited    		{ color: #336699 }
body         		{ background-color: #FFFFFF; color: #000000 }
table        		{ table-border-color-light: #99ccff; table-border-color-dark: #99ccff }

.hell { 
	background-color: #99CCFF ; 
}
.dunkel {
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
	padding-left: 0px;
}.Formularbeschriftung {
	font-size: 8pt; 
	font-style: italic; 
	vertical-align: top; 
	text-align: right; 
	padding-right: 5px;
	padding-bottom: 5px;
}
.Kommentar {
	font-size: 8pt;
	color: #007f00;
	vertical-align: top;
	padding-left: 5px;
	padding-bottom: 5px;
}
.Kopfzeile { 
	background-color: #c0c0c0;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	padding-left: 5px
}
.Gruppenkopfzeile {
	background-color: #eaeaea;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	padding-left: 5px
}
           
h1           		{ font-size:18pt; }
h2           		{ font-size:16pt; }
h3           		{ font-size:14pt; }
h4           		{ font-size:12pt; }
h5           		{ font-size:10pt; }
h6           		{ font-size:9pt; } /* 8pt wurde von Netscape4.7 nicht fett dargestellt*/
h1, h2, h3, h4, h5, h6 { font-family:  Arial, Helvetica; color: #336699; font-weight: bold; 
               	  margin-top: 0pt; margin-bottom: 0pt;}

strong           { font-size: 10pt; font-weight: 600;  position: auto; }   	  
em               { font-size: 8pt; font-style: italic; font-weight: normal;  
                   position: auto; letter-spacing: -0,5pt }   	  
  
.bildtext   		{ font-family: Arial, Helvetica; color: #000000; font-size: 8pt; 
                   font-style: italic; font-weight: normal; text-align: left; }

p.klein			{ font-size: 8pt; }
p.gross			{ font-size: 11pt; }
p.sehrklein		{ font-size: 6pt; }

/*---------------------------------------------------------------------------------------------
bold in einem List Item wird farbig gesetzt
-----------------------------------------------------------------------------------------------*/
/*li b			{ color: #336699; font-weight: 550; }*/

/*---------------------------------------------------------------------------------------------
Grauer Kopftext, grauer Fusstext, für alle Webs
-----------------------------------------------------------------------------------------------*/
.fusstext{ font-family: Arial, Helvetica,Verdana; font-size: 8pt; color: #336699; } 

/*---------------------------------------------------------------------------------------------
Bannertext, horizontaler Navigationstext 
-----------------------------------------------------------------------------------------------*/
.mstheme-bannertxt { 
	font-family: Arial,Helvetica; 
	background-color: #99CCFF; 
	color: #336699; 
	font-size: 18pt;
	font-style: italic; 
	font-weight: bold;
	text-align: center; 
	margin-top: 0pt; 
	margin-bottom: 0pt;
	vertical-align: middle;
}
.mstheme-horiz-navtxt { 
	color: #336699;
	font-size: 8pt; 
	font-style: normal;
	font-weight: normal; 
	text-align: left; 
	letter-spacing: 0pt 
}
                                                
/*---------------------------------------------------------------------------------------------
Vertikaler Navigationstext normal und klein wird nur im LK-Web benötigt
-----------------------------------------------------------------------------------------------*/
.mstheme-vert-navtxt { 
	color: #99CCFF; 
	font-size:11pt; font-style: normal; font-weight: normal;  font-family: Arial Narrow;
    text-align: right; letter-spacing: 0pt; word-spacing: 1pt; 
	margin-right: 0pt; margin-top: 1pt; margin-bottom: 1pt; margin-left: 0pt; 
}
.mstheme-vert-navtxt-klein { color: #99CCFF; font-size:9pt; font-style: normal; font-weight: normal; 
               			     text-align: right; vertical-align: middle; letter-spacing: -0pt ;
               			     margin-right: 2pt; font-family: Arial Narrow; }
