/* _css/basis.css */

body
{
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6,a,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,pre,tt
{
	font-family:Verdana,Arial,sans-serif;
	font-size: 10pt;
}

h1,h2,h3,h4,h5,h6,b
{
	color:#3399ff;
	font-size: 12pt;
}

h1 { font-size:16pt; font-style:italic }
h2 { font-size:14pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }
h5 { font-size:9pt; font-style:italic; }
h6 { font-size:9pt; text-decoration:underline; }

p,ul,ol,li,div,td,th,address,nobr,b,i
{
	font-size:8pt;
}

p,ul,ol,li,div,td,th,address,nobr,i
{
	color:#F90;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

pre 
{ 
	font-family:Courier New,Courier; 
	font-size:7pt;
	color:#000000;
}

tt 
{ 
	font-family:Verdana,Arial,sans-serif;
	font-size:8pt;
	color:#000000;
}

a
{
	font-size:8pt;
}

a:link 			/* noch nicht besucht */
{ 
	color:#ff9900; 
	text-decoration:none; 
}
a:visited 			/* breits besucht */
{ 
	color:#ff9900; 
	text-decoration:none; 
}
a:active 			/* gerade angeklickt */
{ 
	color:#ff9900; 
	text-decoration:none; 
}
a:hover
{
	color:#3399ff;
	font-weight: bold;
	font-size: 10pt;
}

/* menue */

.nav
{
	float:left;
	line-height:20px;
	font-family: Verdana, Geneva, sans-serif;
}
.nav a, 
.nav a:visited, 
.nav a:active
{
    color:#ffffff;
    padding:2px 2px 2px 2px;
    font: 14px, Verdana,Arial,sans-serif;
	font-weight: bold;
    text-decoration:none;
    line-height:20px;
}

.nav a:hover
{
    color:#ff9900;
}

