/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: #123;
	font:x-small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif;
	color:#ccc;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	Text-align:center;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	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	{	
	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	{	
	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;
	}	
		
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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#9db;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#9db;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#9db;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#9db;
	}

.content a:link {
  color:#347;
  }
.content a:visited {
  color:#347;
  }
.content a:hover {
  color:#347
  }	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
  list-style-type:none;
  background:url("gfx/arrow.jpg") no-repeat 1px 22px bottom;
  margin:0;
  padding:0 0 3px 20px;
  margin-bottom:3px;
  border-bottom:1px dotted #345;
  line-height:1.4em;
	}	

.Header
{
  background:#357;
  color:#fff;
	padding:20px;
	padding-left:40px;
	font-size:30px;
	border:dotted 1px black;
	}
	
.Content
{
  float:left;
  background:#fff;
  color:black;
	padding:5px;
	font-size:13px;
	border:dotted 1px white;
	text-align:left;
	width:550px;
	display:block;
	}
	
.sidebar
{
  width:200px;
  background:#586;
  color:white;
	padding:5px;
	font-size:13px;
	border:dotted 1px white;
	text-align:left;
}

.downloadbar
{
  width:200px;
  background:#586;
  color:white;
	padding:5px;
	font-size:13px;
	border:dotted 1px white;
	text-align:left;
}
.spacer
{
BACKGROUND-COLOR: #123;
  float:left;
	}
	
.Navigation
{
  background:#123;
  color:#fff;
	padding-left:45px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:18px;
	width:550px;
	}

.tip
{
  background:#ffff99;
  color:black;
	padding:5px;
	font-size:13px;
	width:460px;
	border:1px black solid;
	}
