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

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

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	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
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	background-color: white;
	text-align: left;
	width: 735px;
	margin: 0;
	padding: 0;
}

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

#main_nav_container {
	padding: 0;
	margin: 0;
}

#main_nav_list {
	margin: 0;
	padding: 0;
}

#main_nav_list li {
	width: 195px;
	height: 22px;
	display: inline; /*IE6 bugfix*/
}

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

#main_nav_list a {
  overflow: hidden;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 2px 0 0 0;
  padding: 0 0 0 18px;
	text-align: left;
}

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

.sub_nav_container {
	margin-bottom: -4px;
}

.sub_nav_list {
	padding: 0;
	margin:  0 ;
}

.sub_nav_list li {
	width: 195px;
	height: 24px;
	display: inline;
}

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

.sub_nav_list a {
  overflow: hidden;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0 0 0 30px ;
	text-decoration: none;
	line-height: 24px;
	text-align: left;	
}

/*--- header ---------------------------------------------------------------*/

#header	{
	width: 725px;
	padding: 0;
	margin: 0;
	height: 170px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	float: right;
	width: 520px;
	height: 150px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	float: left;
	width: 195px;
	height: 120px;
	z-index: 3;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: absolute;
	top: 130px;
	left: 15px;
	z-index: 4;
	text-align: left;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	clear: both;
	margin: 0;
	padding: 5px;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
	border-collapse: collapse;
}

#right_column {
	vertical-align: top;
}

#left_column {
	vertical-align: top;
}

#left_column_container {
	width: 195px;
	margin: 0;
	padding: 0;
}

#sub_container2 {
	overflow: hidden;
	width: 520px;
	padding: 0;
	margin: 2px 0 10px 10px;
}

#content_container {
	width: 515px;
	line-height: 1.4;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	padding: 25px 0 25px 0;
	margin: 25px 0 0 0;
}

#footer_text {
	padding: 0;
	margin: 0 12px 0 210px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: left;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	line-height: 1.4;
}

/*--- table ----------------------------------------------------------------*/

#content_container table {
	border: 0;
	border-collapse: collapse;
}

#content_container th {
	padding: 4px 0 4px 8px;
}

#content_container td {
	padding: 4px 0 4px 8px;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
	padding: 15px;
}

#content_container input, #content_container button {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#content_container textarea {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#main_container ul {
	margin-bottom: 6px;
}

#main_container ol {
	margin-bottom: 6px;
}

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