/* 
	CSS Cascading Stylesheet for http://www.sebastiankluger.de
	22.03.2004
	updated 08.09.2005
	--------------------------------------#GENERAL  begin
*/

body, td, th
{
	font-family: Verdana, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 12px;

    scrollbar-base-color: #000000;
	scrollbar-arrow-color:  #C0C0C0;
	scrollbar-3dlight-color: #C0C0C0; 
	scrollbar-track-color: silver; 

}

h1
{
font-weight:bold;
font-size:35px;
text-align:center;
}

.h6
{
font-weight:bold;
font-size:18px;
text-align:center;
}

.small
{
	font-size: x-small;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.centerTop
{
	text-align: center;
	vertical-align: top;
}

.blogTitle
{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: verdana, arial;
}

.blogDay
{
	letter-spacing: 2px;
}

.naviheader
{
	background-color: #C0C0C0;
	font-weight: bold;
}

.black
{
	color: black;
	height: 1px;
}

.bgblack
{
	background-color:black;
}

.white
{
	background-color:white;
}

.picComment
{
	font-style: italic;
	font-size: 15px;
}

.picCommentSm
{
	font-style: italic;
}

/*
	TABLES
	------------------------------------------------------------------
*/

.wmain
{
	width: 1019px;
}

.header1
{
	width: 100%;
	background-image: url(graphics/header.jpg);
	height: 95px;
}

.header2
{
	width: 100%;
	background-image: url(graphics/ameisenfussball2.gif);
	height: 30px;
}

.header3
{
	text-align: right;
	background: #C0C0C0;
}

.w20 /*Former 20%*/
{
	width:150px;
}

.w20px
{
	width: 20px;
}

.w100
{
	width: 100%;
}

.w100center
{
	width: 100%;
	text-align: center;
}

.w150center
{
	width: 135px;
	text-align: center;
}

.w95
{
	width: 95%;
}

.w70
{
	width: 70%;
}

.h30px
{
	height: 30px;
}

.h60px
{
	height: 60px;
}


.h5px
{
	height: 5px;
}

.right
{
text-align:right;
}

.rightMiddle
{
text-align:right;
vertical-align: middle;
}

.left
{
text-align:left;
}

.leftHeight17
{
text-align:left;
line-height:17px;
}

.font15px
{
font-size:15px;
}

.dark
{
background-color: #C0C0C0;
}

.bcb
{
border-color: #000000;
}

.bcbc
{
border-color: #000000;
text-align: center;
width: 100%;
}

/*  STATS Additional     */

.wname
{
	width: 150px;
	background-color:white;
}

.wpc
{
	width: 80px;
	background-color:white;
}

.whits
{
	width: 80px;
	background-color:white;
}


.hstat
{
	height: 30px;
}


/*
	NEWS (.w20px is used here as well)
	------------------------------------------------------------------
*/

.w2px
{
	width: 1px;
	background-color: Black;
}

.w90g
{
	width: 90%;
	background-color: #C0C0C0;
}

.w90b
{
	width: 90%;
	background-color: #000000;
}

.h1px
{
	height: 1px;
	background-color: black;
}

.h3px
{
	height: 3px;
	background-color: black;
}

.newsup
{
	font-weight: bold;
}

.newsdown
{
	color: White;
}

/* Additional for Downloads: */

.g
{
	background-color: #C0C0C0;
}

.w
{
	background-color: white;
}

.drkg
{
	background-color: #808080;
}

.downup
{
	font-weight: bold;
	font-size: 15px;
}

.newsupcenter
{
	font-weight: bold;
	text-align: center;
}


/*
	GFX 
	------------------------------------------------------------------
*/

.25x25px
{
	width:25px;
	height:25px;
	border: 0px;
}



/*
	LINKS 
	------------------------------------------------------------------
*/

a:link 
{
	color: Gray;
	font-weight:bold;
	text-decoration: none;
}

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

a:active 
{ 
color: #4682B4; text-decoration:none; font-weight:bold; 
}

a:hover 
{ 
text-decoration:none; color:#4682B4; font-weight:bold; 
background-color: silver;
}



/*
----------------------------------------------------EOF
*/
