/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: #ffeeb5;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;  
		backgroundscrollbar-base-color: #f5e8b3; 
		scrollbar-track-color: #f5e8b3; 
		scrollbar-face-color:#fecd67; 
		scrollbar-highlight-color:#f5e8b3; 
		scrollbar-3d-light-color:#f5e8b3; 
		scrollbar-darkshadow-color: #f5e8b3; 
		scrollbar-shadow-color: #f5e8b3; 
		scrollbar-arrow-color: #6b4802;     
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	24px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:15px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:15px;
	margin-bottom:5px;
	}	
		
H3	{	
	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	{	
	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;
	}	
HR 
{
	color:#6b4802;
	margin-top:1;
	margin-bottom:1;
}
		
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;
	}	
P 
{
	margin-top: 7px;
	margin-bottom:3 px;
}
A:link	{	
	text-decoration:	none;
	color:	darkblue;
	}	
			
A:active	{	
	text-decoration:	none;
	color:	darkblue;
	}	
A:visited	{	
	text-decoration:	none;
	color:	darkblue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
IMG 
{
	border:0;
}	
.autor 
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000080;
}
.t_start
{
	font-family:Arial;	
	font-size:20px;
	font-weight:bold;
	color:#000080;
}
.t_u1
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#6b4802;
	text-decoration:underline;
}
.t_link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:darkblue;
}
.disclaimer_text
{
	font-family:Arial;
	font-size:14px;
	color:darkblue;
	font-weight:bold;
}
.disclaimer_h1
{
	font-family:Arial;
	font-size:18px;
	color:darkblue;
	font-weight:bold;
}
.disclaimer_h2
{
	font-family:Arial;
	font-size:16px;
	color:#6b4802;
	font-weight:bold;
}
.l_amassalik
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
.text_normal
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:darkblue;	
	margin-top: 20px;
	margin-bottom:10px;
}	
.text_normal_klein
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:navy;	
	margin-top: 20px;
	margin-bottom:10px;
	font-weight:bold;
}	
.my_li 
{
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color:#6b4802;
	margin-top:0;
	margin-bottom:0;
}
.text_buch
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:darkblue;	
	margin-top: 10px;
	margin-bottom:5px;
}	
