/*----------------------------------------------------------------------------
	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: 800px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	clear: both;
	padding: 0;
	margin: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
	clear: both;
	margin: 0 0 32px 0;
	padding: 0;
	width: 800px;
}

#content_container {
	overflow: hidden;
    margin: 0; 
	padding: 0 25px 0 100px;
	width: 675px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 395px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 355px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 200px;
	height: 45px;
	position: absolute;
	top: 50px;
	left: 0px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	position: relative;
	top: -25px;
	left: 50px;
/*
	line-height: 20px;
	height: 20px;
	font-size: 14px;
*/
}

#image_caption {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 0px;
	top: -77px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 800px;
}
/*
html>body #main_nav_container {
	width: 800px;
}
*/
#main_nav_list {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
}

#main_nav_list a {
	float: left;
}

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

a.main_nav_item {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	background: transparent;
	margin: 0;
    padding: 0px 29px 0px 4px;
    display: block;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

a.main_nav_item:hover {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	background: transparent;
	margin: 0;
    padding: 0px 29px 0px 4px;
    display: block;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

a.main_nav_active_item {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	background: transparent;
	margin: 0;
    padding: 0px 29px 0px 4px;
    display: block;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
    font-weight: bold;
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	clear: both;
	z-index: 1;
	position: relative;
	left: 0px;
	top: -79px;
	padding: 0;
	margin: 0;
	width: 800px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
	height: 16px;
}

.sub_nav_list a {
	float: left;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
	font-family: Arial, Tahoma,Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	margin-left: 0px;
    padding: 0px 29px 0px 4px;
}

a.sub_nav_item:hover {
	font-family: Arial, Tahoma,Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	margin-left: 0px;
    padding: 0px 29px 0px 4px;
}

a.sub_nav_active_item {
	font-family: Arial, Tahoma,Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	margin-left: 0px;
    padding: 0px 29px 0px 4px;
}

/*--- content --------------------------------------------------------------*/

.content table {
    border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 35px 0;
}

.content th {
    font-size: 85%;
    text-indent: 5px;
    border-style: solid;
	border-width: 1px;
}

.content tr.odd {
	font-size: 85%;
}

.content tr.even {
	font-size: 85%;
}

.content td {
    font-size: 85%;
    text-indent: 5px;
    border-style: solid;
	border-width: 1px;
	
}

/*--- container for the search form ----------------------------------------*/

#content_search_container {
    position:relative;
    left: -119px;
	width: 800px;
	height: 49px;
}

#content_search_caption {
    position: absolute;
    left: 125px;
    top: 12px;
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-style: italic;
	font-size: 85%;
}

#content_search_container button {
    position: absolute;
    left: 680px;
    top: 9px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1pt;
    height:18px;
}

#content_search_container input {
    position: absolute;
    left: 190px;
    top: 7px;
    height: 17px;
	width: 470px;
    font-size: 85%;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 17px;
	clear: both;
}

#footer_text {
	padding: 0;
	margin: 0 119px;
	text-align:left;
	font-size: 10px;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	background-color: white;
}

/*--- paragraph ------------------------------------------------------------*/

.content .content p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1pt;
	line-height: 140%;
}


/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	width: 800px;
	text-indent: 50px;
	margin-left: -100px;
    line-height: 49px;
	font-size: 24px;
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
}

.content h1 {
	width: 800px;
	text-indent: 50px;
	margin-left: -100px;
    line-height: 49px;
	font-size: 24px;
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
}

.content h2 {
	width: 800px;
	text-indent: 50px;
	margin-left: -100px;
    line-height: 49px;
	font-size: 18px;
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
}

.content h3 {
	width: 800px;
	text-indent: 53px;
	margin-left: -100px;
    line-height: 49px;
	font-size: 14px;
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	font-weight : normal;
	text-decoration: underline;
}

.content a:visited {
	font-weight : normal;
	text-decoration: underline;
}

.content a:hover {
	text-decoration : none;
}

.content a:active {
	text-decoration : underline;
}

/*--- tables ---------------------------------------------------------------*/

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

.content input {
	border-style: solid;
	border-width: 1px;
}

.content textarea {
	border-style: solid;
	border-width: 1px;
}

.content button {
}

.content label { 
}

.content select { 
}

.content option { 
}

/*--- lists ----------------------------------------------------------------*/

.content ul { 
    font-size: 85%;
    letter-spacing: 1pt;
    margin: 20px 0;
    padding: 0;
    list-style-position: inside;
}

.content ol { 
    font-size: 85%;
    letter-spacing: 1pt;
    margin: 20px 0;
    padding: 0;
    list-style-position: inside;
}

li {
}

/*--------------------------------------------------------------------------*/
