/*--------------------------------------------------------------------
 * CSS - www.netads.de
 * copyright   2002, netads Iffland und Frech GbR
 * author      tobias frech <frech@netads.de>
 * start       29.11.2001
 * version     v1.00
 * history
 *
 *--------------------------------------------------------------------*/


/*--- Links ---*/

a {
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: underline;
}

a:hover {
	font-family: Arial,Helvetica,sans-serif; 
	text-decoration: none;
}

a.nav {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}

a.nav:hover {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}

a.history {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

a.history:hover {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 8pt;
	color: #999999;
	text-decoration: underline;
}

a.footer {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}


/*--- Formfields ---*/

input
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #000000;
}

input.field
{
	height: 20px;
	width: 250px;
}

input.button
{
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	height: 20px;
	width: 90px;
}

textarea
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #000000;
	height: 200px;
	width: 376px;
}

select
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #000000;
	height: 20px;
	width: 250px;
}


/*--- Headlines ---*/

h1
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 14pt;
	font-weight: bold;
}

h2
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
}

h3
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	font-weight: normal;
}


/*--- Text ---*/

/*
body {
	scrollbar-face-color: #D4D0C8; scrollbar-shadow-color: #D4D0C8;
	scrollbar-highlight-color: #D4D0C8; scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #808080; scrollbar-track-color: #808080;
	scrollbar-arrow-color: #808080
}
*/

p
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #666666;
	line-height: 15pt;
	margin-bottom: 10pt;
}

td,tr,body,div,span
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #666666;
}

ul
{
	margin-top: 0pt;
	list-style-image: url(../img/icon_liste.gif);
}

ol
{
	margin-top: 0pt;
}

li
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #666666;
	line-height: 15pt;
}

.small {
	font-size:8pt;
}

.head
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	font-weight: normal;
	
}

.footer
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 8pt;
	color: #333333;
}


