/*----------------------------------------------------------------------------
	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 {
	position: relative;
	padding: 0;
	margin: 40px auto;
	text-align: left;
	width: 755px;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

#sub_container1 {
	margin: 0;
	padding: 0;
}

#sub_container2 {
	width: 537px;
}

#left_column_container {
	width: 215px;
	padding-bottom: 102px;
}

#content_container {
  width: 520px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	padding: 0;
	margin: 0;
	width: 755px;
	height: 192px;
	overflow: hidden;
	position: relative;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 84px; left: 4px;
	width: 747px;
	height: 104px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	position: absolute;
	top: 29px;
	right: 4px;
	width: 300px;
	height: 51px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
	position: absolute;
	top: 4px;
	left: 15px;
	width: 518px;
	margin-right: 4px;
	text-align: left;
}


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	width: 215px;
	padding: 10px 0;
}

#main_nav_list {
	margin: 0 20px 0 13px;
	padding: 0;
	list-style: none;
}

#main_nav_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block;
	padding: 5px 5px 5px 7px;
	background-repeat: repeat-y !important;
}

html body #main_nav_list a {
	padding: 0 0 0 7px;
	/* height: 26px; */
	line-height: 26px;
}


/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
 	padding-left: 30px !important;
}

/*--- content --------------------------------------------------------------*/

#content_container table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px 0;
}

#content_container th {
	padding: 2px;
}

#content_container table th, #content_container table td {
	border: 1px solid #fff;
	padding: 3px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 65px;
}

#footer_text {
	padding: 20px 210px 0 0;
	text-align: center;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 { 
	margin: 10px 0;
}
#content_container h2 { 
	margin: 10px 0;
}
#content_container h3 { 
	margin: 10px 0;
}
#content_container h4 { 
	margin: 10px 0;
}
#content_container h5 { 
	margin: 10px 0;
}
#content_container h6 { 
	margin: 10px 0;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {
	border: 1px solid black;
}

#content_container th {
	text-align: left;
}

#content_container tr {
	vertical-align: top;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
	border: 0;
}

#content_container input, select, textarea {
	border-style: solid;
	border-width: 1px;
}

#content_container button {
	cursor: pointer;
	border: 0;
	padding: 2px 4px;
}

/*--- lists ----------------------------------------------------------------*/

#content_container ul {
	list-style: square;
}

#content_container li { 
	margin: 3px 0;
}

/*--------------------------------------------------------------------------*/
