/*----------------------------------------------------------------------------
	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;
	margin: 0;
	padding: 0;
}

#layout_table {
	margin-top: 20px;
	border-collapse: collapse;	
	clear: both;	
}
	
#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

/*--- the main container is devided in sub containers ----------------------*/

#left_column_container {
	margin: 0;
	padding: 0;
	width: 195px;
}

#sub_container2 {
	margin: 0 0 0 25px;;
	padding: 0;
	width: 530px;
}

#content_container {
  overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
	width: 525px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 775px;
	height: 283px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 62px;
	left: 13px;
	width: 746px;
	height: 206px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
  z-index: 2;
  background: no-repeat top right;
	width: 229px;
	height: 70px;
	position: absolute;
	top: 1px;
	left: 85px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	z-index: 2;
	position: relative;
	top: 10px;
	left: 390px;
	width:350px;
	text-align:right;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
  overflow: hidden;
	width: 746px;
	margin: 0 0 0 13px;
	padding:0;
}

#main_nav_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	margin: 0;
  padding: 10px 19px 0px 17px;
  display: block;
  float: left;
	height: 35px;
	line-height: 22px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
}

html>body #main_nav_list a {
	height: 25px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 3px;
	padding: 0 0 10px 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	margin: 0 0 0 13px;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 3px 0 2px 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	text-align: left;
	line-height: 19px;
	width: 177px;
	padding-left: 25px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 153px;
}

html>body .sub_nav_list a {
  	width: 153px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0 ;
	width: 775px;
	height: 98px;
}

#footer_text {
	padding: 20px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.2;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
}

/*--- forms ----------------------------------------------------------------*/

.content form {
	margin: 0;
	padding: 0;
}

.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;
}

/*--- special --------------------------------------------------------------*/

#extra_div1 {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 155px;
	top: 0px;
	left: 0px;
	text-align:center;
}

#extra_div1 span {
	position: relative;
	display:block;
	width: 775px;
	height: 93px;
	top:62px;
	margin:0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------*/
