/*----------------------------------------------------------------------------
	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 {
	padding: 0;
	margin: 0px 15px 10px 22px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	margin: 4px;
	padding: 0;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: right;
	width: 190px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 775px;
	height: 396px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 115px;
	left: 52px;
	width: 437px;
	height: 167px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 420px;
	height: 70px;
	position: absolute;
	top: 8px;
	left: 60px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: 302px;
	left: 28px;
	width:444px;
	padding-left:20px;
	line-height: 30px;
	height: 50px;
	font-size: 17px;
}


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 13px;
	float: left;
	width: 516px;
	top: 0px;
	padding:0 0 10px 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#main_nav_list {
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	font-family: Courier New, Courier, Tahoma,Verdana, Arial, sans-serif;
	background: transparent;
	margin: 0;
        padding: 3px 9px 0px 9px;
        display: block;
        float: left;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 27px;
}

html>body #main_nav_list a {
	height: 27px;
}

#main_nav_list a:hover {
	background: transparent;
	text-decoration: none;
}

a.main_nav_active_item:link, a.main_nav_active_item:visited {
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	width:199px;
	font-size:1px;
}


/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding:40px 10px 30px 20px;
	list-style-type: none;
	background-color:#00ff00;
}

.sub_nav_list li {
	clear: both;
	font-size: 11px;
	padding: 3px 0 2px 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family: Courier New, Courier, Tahoma,Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-decoration: none;
	text-align: left;
	line-height:23px;
	padding-left: 39px;
	display: block;
}


.sub_nav_list a:hover {
	font-weight: bold;
	text-decoration: none;
}


/*--- content --------------------------------------------------------------*/

#sub_container2 {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 530px;
}

#content_container {
  clear: both;
  margin: 0;
  padding: 0;
  width: 500px;
  overflow: hidden;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 775px;
	height: 158px;
	clear: both;
}

#footer_text {
	padding-top: 30px;
	margin: 10px 250px 0 20px;
	text-align: center;
	font-size: 11px;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}


/*--- paragraph ------------------------------------------------------------*/

.content p {
	margin: 5px 0 20px 0;
	padding: 0;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	min-height: 65px;
	line-height:65px;
	text-align:center;	
}

.content h2 {
	min-height: 65px;	
	line-height:65px;
	text-align:center;
}

.content h3 {
	min-height: 65px;	
	line-height:65px;
	text-align:center;
}

/*--- links ----------------------------------------------------------------*/

.content a:hover {
	text-decoration : none;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

.content tr.odd {
	font-size: 11px;
}

.content tr.even {
	font-size: 11px;
}


/*--- 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;
}

.content button {
}

.content label { 
}

.content select { 
}

.content option { 
}

/*--- lists ----------------------------------------------------------------*/

.content ul { 
	font-size:12px;
}

.content li { 
	font-size:12px;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 122px;
	top: 0px;
	left: 0px;
	text-align:center;
}

#extra_div1 span {
	position: relative;
	display: block;
	width: 83px;
	height: 122px;	
	top:0px;
	left:198px;
	margin:0 auto;
	padding:0;	
}


/*--------------------------------------------------------------------------*/
