/*----------------------------------------------------------------------------
	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 ----------------------*/

#sub_container1 {
	margin: 0;
	padding: 0;
}

#sub_container2 {
	width: 527px;
	float: left;
}

#left_column_container {
	float: right;
	width: 215px;
	padding-bottom: 102px;
}

/*--- 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;
	height: 15px;
	line-height: 15px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}


/*--- 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;
}

html body #main_nav_list a {
	padding: 0 0 0 7px; height: 26px; line-height: 26px; }


a.main_nav_item {
	font-size: 11px;
  text-decoration: none;
}

a.main_nav_item:hover {
	font-size: 11px;
  text-decoration: none;
}

a.main_nav_active_item {
	font-size: 11px;
  text-decoration: none;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
 	padding-left: 30px !important;
}

a.sub_nav_item {
	font-size: 11px;
  text-decoration: none;
}

a.sub_nav_item:hover {
	font-size: 11px;
  text-decoration: none;
}

a.sub_nav_active_item {
	font-size: 11px;
  text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
  width: 527px;
  padding: 0 0 0 10px;
  margin: 0;
  overflow: hidden;
}

#content_container table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
	margin: 10px 0;
}

html #content_container table {
	width: 99%;
}

#content_container th {
	color: #fff;
	font-size: 11px;
	padding: 2px;
}


#content_container table th, #content_container table td {
	border: 1px solid #fff;
	padding: 3px;
}

/*--- container for the search form ----------------------------------------*/

#content_search_container {
	position: relative;
	margin: 20px 0;
	width: 510px;
	height: 60px;
}

#content_search_caption {
	position: absolute;
	top: 30px;
	left: 40px;
	font-size: 11px;
}

#content_search_container form {
	position: absolute;
	top: 25px;
	left: 90px;
	margin: 0;
	padding: 0;
}
	
#content_search_container form input {
	margin: 0;
	padding: 0;
}

#content_search_container button {
	vertical-align: middle;
	margin-left: 10px;
}

#content_search_container input {
	vertical-align: middle;
	width: 300px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 20px 210px 0 0;
	font-size: 10px;
	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;
	font-size: 11px;
	line-height: 17px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #616161;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 { 
  font-size: 32px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
#content_container h2 { 
  font-size: 26px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
#content_container h3 { 
  font-size: 22px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
#content_container h4 { 
  font-size: 18px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
#content_container h5 { 
  font-size: 16px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
#content_container h6 { 
  font-size: 14px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}


/*--- links ----------------------------------------------------------------*/

#content_container a:link { 
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}

#content_container a:visited {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}

#content_container a:hover {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}

#content_container a:active {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}


/*--- tables ---------------------------------------------------------------*/

#content_container table {
	width: 100%;
	border: 1px solid black;
}

html table {
	width: 99%;
}

#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 label {
	font-size: 12px; 
}

#content_container button {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	font-size: 11px;
	padding: 2px 4px;
}

/*--- lists ----------------------------------------------------------------*/

#content_container ul {
	font-size: 11px;
	list-style: square;
}

#content_container ol {
	font-size: 11px;
}

#content_container li { 
	margin: 3px 0;
}

/*--------------------------------------------------------------------------*/
