/* CSS Text Document */
html, body{
	margin:0px auto;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: #FFFFFF /*1D5E33*/;
	border-color: #000000;
}

img{
	border:0px;
}

.img_border {
	border:1px;
}

a{
	color: black;
	
/*	font-weight: bold;*/
}
a:visited{
	color: black;
	
/*	font-weight: bold;*/
}

a:active{
	color: red;
}

a:hover{
	color: red;
/*	background-color: yellow;*/
/*	font-weight: bold;*/
}

.red_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #DF2229;
	text-decoration: none;
	background-color:inherit;
}

.important_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color:inherit;
}

.homepage {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color:inherit;
}

.important_underlined_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: underline;
	background-color:inherit;
}

.headline_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: underline;
	background-color:inherit;
}

.veryimportand_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color:inherit;
}


.green-table
{
	border:0px /*#009000*/;
	background: /*#9eda9e*/ #FFFFFF /*1D5E33*/;
	a:link, a:visited, a:hover,	a:active  {font-weight:bold; color: black; text-decoration:none;}

}


.spieler-table
{
	vertical-align:top;
	border:1px solid #CCCCCC /*#009000*/;
	background: /*#9eda9e*/ #FFFFFF /*1D5E33*/;
	text-align:left;
}

.bilder-table
{
	vertical-align:top;
	border:1px solid #CCCCCC /*#009000*/;
	background: /*#9eda9e*/ #FFFFFF /*1D5E33*/;
	text-align:center;
}

.table_rahmen
{
	border:2px solid #003300 /*#009000*/;
	background: /*#9eda9e*/ #FFFFFF;
	border-spacing: 4px;
}

td.main_tl 
{
	background-image:url(../01_images/menu/main_top_left.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}
	
td.main_tm 
{
	background-image:url(../01_images/menu/main_top.gif);
	background-repeat:repeat-x;
	height:20px;
}
	
td.main_tr 
{
	background-image:url(../01_images/menu/main_top_right.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

td.main_left 
{
	background-image:url(../01_images/menu/main_left.gif);
	background-repeat:repeat-y;
	height:20px;
}

td.main_right 
{
	background-image:url(../01_images/menu/main_right.gif);
	background-repeat:repeat-y;
	height:20px;
}

td.main_bl 
{
	background-image:url(../01_images/menu/main_button_left.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}
	
td.main_bm 
{
	background-image:url(../01_images/menu/main_button.gif);
	background-repeat:repeat-x;
	height:20px;
}
	
td.main_br 
{
	background-image:url(../01_images/menu/main_button_right.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.gross_kursiv {
	font-size: 18px;
	font-style: italic;
}

