/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: #F2F2F2;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #104E8B;
}
H1	{	
	COLOR: #104E8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{
	COLOR: #104E8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	COLOR: #104E8B; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	COLOR: #104E8B; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TD 
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : normal; 
}

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.banner {	
	COLOR: White; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	vertical-align :middle; 
	}
	
	.rahmen
	{
		border:1px solid #CCCCCC;
	}

	.rahmen2
	{
		border-style: groove;
	}

		
	.horizontalMenuItem {
		border: 1px solid #CCCCCC;
		background-color: #B7CDCD;
		height: 20px;
		cursor: hand; 
		font-family: Tahoma;
		font-size: 12px;
		font-weight:bold;
		color: #666666;
		text-align: center;
		width: 100px;
		}

	.horizontalMenuItemOver {
		border: 1px solid #CCCCCC;
		background-color: #44AAA6;
		height: 20px;
		cursor: hand; 
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		width: 100px;
		}
	
	.titelOver	{
		border-bottom: 1px solid #CCCCCC;
		background-color: #1B7D7A;
		cursor: hand; 
		text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
		height: 20px;
		padding-left:5px;
		color: #FFFFFF;
		width: 200px;
		line-height:20px;
		font-weight: bold;
		}	

	.titel	{
		color:#ffffff;
		background-color: #1B7D7A;
		text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
		width:200px;
		border-bottom: solid 1px #eaeaea;
		line-height:20px;
		height:20px;
		padding-left:5px;
		cursor: hand;
		font-weight: bold;
		}

	.rubrik{background-color:#264150; color:#ffffff;   text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
		border-bottom:solid 1px #eaeaea;
		width: 170px;
		line-height:20px;
		height:20px;
		padding-left:5px;
		}
	
	.subrubrik{background-color:#AAAAAA; color:#ffffff;   text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
		border-bottom:solid 1px #191970;
		width: 200px;
		line-height:20px;
		height:20px;
		padding-left:5px;
		}
	
	
	.bordertext
	{
		background-color: #607B8B;
		color: White;
		text-decoration:none;
		font-family:verdana, sans-serif; font-size: 10pt;
		height: 10px;
		text-align : center
		}
	

	.Formtext {
		background-color: #F9F9F9;
		height: 20px;
		cursor: hand; 
		font-family: Tahoma;
		font-size: 12px;
		
		color: #666666;
		text-align: left;
		}
	.archivlistbutton {
		background-color:Silver ;
		height: 15px;
		cursor: hand; 
		
	}

a
	{
		color :Maroon; 
		text-decoration:none;
	}
	
	.pageinfo
	{
		background-color : #F2F2F2;
		color: #F2F2F2;
		border: transparent;
	}
