* {
padding: 0;
margin: 0;
border: none;
}

HTML 
{
	background-color: #000000;
}


BODY 
{
	padding:0;
	margin:0;
  	min-height:100%;
  	position:relative;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}


body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: ffffff;
}

a:link, a:visited
{
	color: #ed1c24;
	text-decoration: underline;
}

a:hover
{
	color: #ed1c24;
	text-decoration: none;
}

H1, H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

H1
{
	color: #d2d2d2;
	font-size: 24pt;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
}

H2
{
	color: #00e8ff;
	font-size: 14pt;
	margin-bottom: 15px;
}

P
{
	padding-bottom: 10px;
}

#logo
{
	width: 164px;
	height: 96px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	left: 38px;
	top: 21px;
}

#headpict
{
	width: 538px;
	height: 254px;
	background-image: url(img/header_pict.gif);
	background-repeat: no-repeat;
	z-index: 3;
	position: absolute;
	left: 298px;
	top: 24px;
}

#header
{
	height: 147px;
}

#de, #en
{
	width: 80px;
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	font-size: 8pt;
	margin-top: 34px;
	text-align: left;
}

#de
{
	background-image: url(img/de.gif);
}

#en
{
	background-image: url(img/en.gif);
}

#header a, #header a:hover
{
	margin-left: 26px;
	color: White;
}

#menu
{
	width: 241px;
	float: left;
	background-image: url(img/bg_menu.gif);
	background-repeat: repeat-x;
	margin-bottom: 50px;
}

#startseite
{
	height: 45px;
	background-image: url(img/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: 36px 12px;
}

#startseite img
{
	margin-left: 67px;
	margin-top: 16px;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 32px;
	margin-top: 25px;
}

#menu ul li
{
	border-top: 1px solid #ed1c24;
	list-style-image: none;
	list-style-type: none;
	background-image: url(img/white_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 9px 14px;
	padding-left: 36px;
}

#menu ul li img
{
	margin-top: 12px;
	margin-bottom: 10px;
}

#menu ul #first
{
	border-top: none;
}

#content
{
	display: table;
	_height: 0;/*IE5-6*/
	zoom: 1;/*IE7*/
	margin-top: 130px;
	padding-left: 50px;
	padding-right: 15%;
}

#footer
{
	margin-left: 241px;
	border-top: 4px solid #ed1c24;
	clear: both;
	margin-top: 50px;
	padding-left: 7%;
	padding-right: 7%;
	color: #999999;
	font-size: 9pt;
	font-style: italic;
	
}

#copyright, #design
{
	margin-top: 40px;
	padding-bottom: 80px;
}

#copyright
{
	float: left;
}

#design
{
	float: right;
}

#index
{
	text-align: center;
	background-image: none;
}

#tennis
{
	width: 300px;
	padding-top: 730px;
	background-image: url(img/enter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 8pt;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}

#tennis img
{
	margin-right: 10px;
	margin-left: 25px;
}

#tennis a, #tennis a:hover
{
	color: White;
}






form
{
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
}



input.fld, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 9pt;
	border: 1px solid #333333;
	background-image: url(img/bg_input.gif);
	background-repeat: repeat-x;
}

textarea
{
	overflow: auto;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;


}

input.btn
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff9900;
	border-top: 2px solid #ffcc00;
	border-left: 2px solid #ffcc00;
	border-bottom: 2px solid #f36d00;
	border-right: 2px solid #f36d00;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
	text-align: center;
}



A.textlink_weiss {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none; font-weight: none;
}
A.textlink_weiss:visited {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none; font-weight: none;
}
A.textlink_weiss:hover {
	FONT-textlink_weiss: 12px; COLOR: #ffffff; TEXT-DECORATION: underline; font-weight: none;
}
