/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	margin-left: 0px;
	padding-left: 10px;
}

#main_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	font-size: 10px;
	margin: 3px 0 2px 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block;
	text-align: left;
	line-height: 24px;
	width: 174px;
	padding: 0 25px 0 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 132px;

}

a.main_nav_item {
  font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
  font-weight : bold;
  text-decoration: none;
}

html>body #main_nav_list a {
  	width: 132px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 0px 0px 0px 10px;
	padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	clear: both;
	font-size: 11px;

	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	text-align: left;
	line-height: 24px;
	width: 152px;
	padding: 0 25px 0 15px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 132px;
}

html>body .sub_nav_list a {
  	width: 132px;
}


a.sub_nav_item {
	font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
	font-weight : bold;
	text-decoration: none;
}


/*--- lists ----------------------------------------------------------------*/

.content ul { 
}

.content li { 
}

/*--------------------------------------------------------------------------*/

