BODY
{
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family:"corbel";
	font-size: 11pt;
	line-height: 14pt;
	color: black;
    scrollbar-face-color: white; 
    scrollbar-shadow-color: #00D3E0; 
    scrollbar-highlight-color: white; 
    scrollbar-3dlight-color: #00D3E0; 
    scrollbar-darkshadow-color: white; 
    scrollbar-track-color: #00D3E0; 
    scrollbar-arrow-color: #00D3E0
} 

.content
{
	display: block;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	border-top: 1px solid #C97C00;
	border-bottom: 1px solid #C97C00;
}

H1
{
	font-family: "corbel";
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #C97C00;
} 

H2
{
	font-family: "corbel";
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #C97C00;
} 

TD
{
	font-family: "corbel";
	font-size: 11pt;
	line-height: 14pt;
	color: white;
}

TD.indent
{
	font-family: "corbel";
	font-size: 11pt;
	line-height: 14pt;
	color: white;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.klein
{
	font-family: "corbel";
	font-size: 12pt;
	line-height: 12px;
	color: white;
}

A
{
    text-decoration: underline;
	font-weight: bold;
	color: #C97C00;
}

A:hover
{
    text-decoration: underline;
	font-weight: bold;
	color: white;
}

IMG.border
{
	border-color: #C97C00;
	border-width: 1;
} 

input
{
	font-family:"corbel";
	font-size: 11pt;
	line-height: 14pt;
	color: #878787;
	border-color: #878787;
	border-width: 1;
}

textarea
{
	font-family:"corbel";
	font-size: 11pt;
	line-height: 14pt;
	color: #878787;
	border-color: #878787;
	border-width: 1;
}

UL
{
	list-style-position: outside;
	margin-left: 16px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

LI
{
	list-style-image: url(gfx/arrow.jpg);
}

