/*
 * --------------------------------------------------------------------------------
 *   File: style.css
 *   Author: Michael Kaltner <mike@mkaltner.com>
 *   Copyright 2005 - Michael Kaltner
 * --------------------------------------------------------------------------------
 * The source contained within this file was written by and is the property of its
 * author and cannot be modified or distributed without the permission of its author.
 * --------------------------------------------------------------------------------
 */
 
.headline1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FF0000;
}

.headline2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
}

.headline3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.highlight1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.highlight2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.highlight3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FF0000;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
      background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}

a,a:link
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	color: #C0C0C0;
	text-decoration: none;
}

.table_header
{
	background-color: #000000;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	color: #C0C0C0;
	border:1px solid;
	border-color: #660000;
}

.table_contents
{
	background-color: #444444;
	font-family: Verdana,Arial;
	font-size: 10px;
	padding: 3px;
	color: #FFFFFF;
	border:1px solid;
	border-color: #660000;
}

.table_contents_darker
{
	background-color: #222222;
	font-family: Verdana,Arial;
	font-size: 10px;
	padding: 3px;
	color: #C0C0C0;
	border:1px solid;
	border-color: #330000;
}

.table_contents_highlight
{
	background-color: #444444;
	font-family: Verdana,Arial;
	font-size: 10px;
	padding: 3px;
	color: #FFFFFF;
	border:2px solid;
	border-color: #990000;
}

.table_data
{
	background-color: #333333;
	font-family: Verdana,Arial;
	font-size: 10px;
	padding: 3px;
	color: #C0C0C0;
}

.font
{
	font-family: Verdana,Arial;
	font-size: 8pt;
}

.form_element
{
	border: solid #000000;
	border-width: thin;
	background-color: #990000;
	color: #C0C0C0;
	font-family: Verdana,Arial;
	font-size: 8pt;
}

td,tr,p,span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table table table
{
	
}

.font_header
{
	font-family: Verdana,Arial;
	font-size: 14pt;
	font-weight: bold;
}

.klubs_menu
{
	z-index:999;
	border-color:#ffffff;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	background-color:#d30d0d;
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
}

.klubs_plain, a.klubs_plain:link, a.klubs_plain:visited
{
	text-align:left;
	background-color:#d30d0d;
	color:#ffffff;
	text-decoration:none;
	border-color:#ffffff;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	cursor:hand;
	display:block;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.klubs_plain:hover, a.klubs_plain:active
{
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
	border-color:#ffffff;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	cursor:hand;
	display:block;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}