body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img
{
	border: none;
	margin: 0px;
}

/*
	allgemeine Klassen
*/


.block
{
	display: block;
}

.w5
{
	width: 5%;
}

.w25
{
	width: 25%;
}

.w30
{
	width: 30%;
}

.w40
{
	width: 40%;
}

.w50
{
	width: 50%;
}

.w75
{
	width: 75%;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}


#mainWrapper
{
	height: 100%;
	margin: 0px auto;
	width: 910px;
	clear: both;
}




/*
		Header
*/

#headerLine
{
	height: 30px;
	margin: 0px auto;
	width: 910px;
	background-image: url('/tennis/kopfzeile.jpg');
	color: #EEE;
	text-align: right;
}

#headerLine a
{
	color: #FFF;
	font-size: 11px;
}

#header
{
	margin-top: 5px;
	vertical-align: middle;
	margin-bottom: -5px;
}

/*
		Navigation
*/

#navigation
{
	width: 151px;
	float: left;
	text-align: left;
	display: block;
}

#navigation ul
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#navigation li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	clear: both;
}

#navigation li a
{
	display:block;
	background: url('tennis/menuButton.jpg') 0px 0px no-repeat;
	width: 133px;
	height: 27px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 11px;
}

#navigation li ul
{
	margin: 0px;
	padding: 0px;
	padding-right: 6px;
	display: none;
}

#navigation li ul.active
{
	display: block;
}

#navigation li li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	float: right;
}

#navigation li li a
{
	display:block;
	background: url('tennis/menuButtonKlein.jpg') 0px 0px no-repeat;
	width: 126px;
	height: 25px;
	color: #FFF;
	text-decoration: none;
	padding-left: 6px;
	padding-top: 3px;
	font-size: 9px;
}

#navigation li li ul
{
	margin: 0px;
	margin-right: -2px;
	padding: 0px;
	padding-right: 0px;
	display: none;
}

#navigation li li ul.active
{
	display: block;
}

#navigation li li li a
{
	display:block;
	background: url('tennis/menuButtonXKlein.jpg') 0px 0px no-repeat;
	width: 117px;
	height: 23px;
	color: #FFF;
	text-decoration: none;
	padding-left: 6px;
	padding-top: 3px;
	font-size: 9px;
}

/*
		Content
*/

#contentWrapper
{
	width: 759px;
	float: left;
	height: 100%;
	display: block;
}

#contentTopShadow
{
	width: 759px;
	background: url("tennis/contentTopShadow.jpg") repeat-y;
	display: block;
	height: 19px;
	padding-left: 5px;
	padding-top: 0px;
}

#contentTopShadow h3
{
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#contentTopShadow h3 a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#contentTopShadow h3 a:hover
{
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

#content
{
	width: 736px;
	background: url("tennis/contentShadow.jpg") repeat-y;
	margin-bottom: -6px;
	padding: 7px;
	padding-bottom: 8px;
	padding-right: 14px;
	height: 100%;
	font-size: 9pt;
	line-height: 15pt;
}

#content h1, #content h2, #content h3
{
	font-size: 18pt;
	margin: 0px; 
	padding: 0px;
	font-weight: normal;
}

#content h2
{
	font-size: 12pt;
	font-weight: bold;
}

#content h3
{
	font-size: 10pt;
	font-weight: bold;
}

#content h4
{
	font-weight: bold;
	text-decoration: underline;
}

#content p
{
	text-align: justify;
	width: 100%;
}

#content p.signature
{
	text-align: right;
}

#content table
{
	border: 1px solid #000;
	border-collapse: collapse;
}

#content table.center
{
	margin: 0px auto;
}

#content table tr td
{
	border: 1px solid #000;
}

#content table.noborder
{
	border: none;
}

#content table.noborder tr td
{
	border: none;
}


#content a
{
	color: #777;
}

#content ol.charlist
{
	list-style-type: lower-latin;
}

#content #rangliste
{
}















#contentBottomShadow
{
	width: 759px;
	background: url("tennis/contentBottomShadow.jpg") no-repeat;
	height: 20px;
	display: block;
}


/*
		Footer
*/

#footerLine
{
	height: 27px;
	margin: 0px auto;
	width: 907px;
	background-image: url('/tennis/fusszeile.jpg');
	color: #eee;
	padding-left: 3px;
	padding-top: 3px;
	font-size: 11px;
	
}

#footerLine a
{
	color: #FFF;
	font-size: 11px;
}