/*----------------------------------------------------------------------------
	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: 0 auto;
	text-align: left;
	width: 775px;
}

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

#main_container {
	position: relative;
	top: 130px;
	padding: 0;
	margin: 0px 10px 0px 20px;
}

#layout_table {
	border-collapse: collapse;
}
#sub_nav_column {
	vertical-align: top;
}
#content_column {
	vertical-align: top;
}
/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
}
	
#sub_container2 {
	margin: 0 10px 0 0;
	padding: 0;
	width: 520px;
	background: url(../images/static/fadeline.png) no-repeat top left;
	padding-left:15px;
}

#content_container {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 515px;
	line-height: 1.4;
}

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

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

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	height: 300px;
}

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

#keyvisual {
	clear: both;
	position: relative;
}

#key_visual {
	position: absolute;
	clear: both;
	z-index: 1;
	top: 17px;
	left: 38px;
}

/*--- ticker -----------------------------------------------------------*/

#ticker_container {
	clear: both;
	position: relative;
}

.ticker {
	position: absolute;
	clear: both;
	z-index: 1;
	top: 360px;
	left: 38px;
	width: 690px;
	height: 25px;
}

.tickertext {
	font-size:16px;
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-weight:bold;
}

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

#logo {
	z-index: 2;
	background: no-repeat top right;
	width: 283px;
	height: 70px;
	position: relative;
	top: 290px;
	left: 457px;
}

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


#slogan {
	position: relative;
	top: 300px;
	left: 20px;
	padding: 10px 0 0 193px;
	padding-bottom: 20px;
	line-height: 1.5;
	width: 720px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 520px;
}


html>body #slogan {
	width: 520px;
}


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

#main_nav_container {
	overflow: hidden;
	z-index: 1;
	position: relative;
	left: 20px;
	top: 15px;
	padding: 0;
	margin: 0;
	width: 735px;
}

#main_nav_list {
	margin: 1px 5px 0 10px ;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
}

#main_nav_list a {
	white-space: nowrap;
	background: transparent;
	margin: 0;
	padding: 3px 10px 3px 10px;
	display: block;
 	letter-spacing: -0.02em;
	float: left; 	
	line-height: 22px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body #main_nav_list a {
	height: 26px;
}

#main_nav_list a:hover {
	background: transparent;
}

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

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

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

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

.sub_nav_list li {
	margin: 3px 0 2px 0;
	padding: 0;
}

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

.sub_nav_list a {
	text-align: left;
	line-height: 24px;
	background-repeat: repeat-y !important;
	width: 172px;
	overflow: hidden;
	padding: 0 25px 0 15px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 130px;
}

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

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

#footer {
	margin: 0;
	padding: 0;
	width: 775px;
	height: 65px;
	margin-top: 150px;
}

#footer_text, #footer_meta {
	margin-left:30px;
	margin-right:50px;
}

#footer_meta {
	padding-right:35px;
}

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

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

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

/*--- contents in body -----------------------------------------------------*/

h1{
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-style: none;
  font-size: 0.6em;
  font-weight: bold;
  text-decoration: none;
  color: #300000; 
  margin-top:0px;
}

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

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

.content p {
	margin: 5px 0 20px 0;
	padding: 0;
}


/*--- tables ---------------------------------------------------------------*/

.content table {
	border-style: void;
	border-width: 0px;
	border-spacing: 0;
}

.content tr.odd {
	font-size: 90%;
}

.content tr.even {
	font-size: 90%;
}

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

.content fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

.content input {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.content .checkbox {
	border: none;
	width: 14px;
}

.content textarea {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

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

