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

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 775px;
	top: 0px;
	left: 0px;
}

#header_table {
	border-collapse: collapse;
}

#main_nav_column {
	vertical-align: top;
}
	
#kv_column {
	vertical-align: top;
}

#main_container {
	clear: both;
}

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

#key_visual {
	margin-top: 16px;
	width: 560px;
	height: 168px;
}

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

#logo {
	position: absolute;
	width: 246px;
	height: 47px;
	top: 20px;
	left: 495px;
}

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

#text_caption {
	position: relative;
	top: 0;
	left: 415px;
	z-index: 1;
	width: 335px;
	margin: 5px 0 0 0;
	padding: 0;
}

#extra_div1 {
	z-index: 1;
	width: 56px;
	height: 45px;
}

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

#main_nav_container {
	margin: 0 0 0 28px;
	padding: 20px 0 0 0;
}

#main_nav_list {
	border: 0;	
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main_nav_list li {
	margin: -5px 0 0 0;
	padding: 0;
	height: 25px;	
}

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

#main_nav_list a {
	display: block;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	height: 25px;
	width: 158px;
	padding-left: 12px;
	overflow: hidden;	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 145px;
}

html>body #main_nav_list a {
  	width: 145px;
}

#main_nav_list a:hover {
	text-decoration: none;
}


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

.sub_nav_container {	
	z-index: 1;
	float: none;
	width: 724px;
	padding: 0;
	margin: 0 0 0 28px;;
	overflow: hidden;
}

.sub_nav_list {
	width: 724px;
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

.sub_nav_list li {
	text-decoration: none;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
}

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

.sub_nav_list a {
	overflow: hidden;	
	width: 120px;	
	height: 25px;
	background: transparent;
	margin: 0;
    padding: 0;
    float: left;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

.sub_nav_list a:hover {
	background: transparent;
	text-decoration: none;
}

a.sub_nav_active_item, a.sub_nav_active_item:visited {
	text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	clear: both;
	overflow: hidden;
	line-height: 1.2;
	width: 700px;
	margin: 0;
	padding: 0;
}

#sub_container2 {
	position: relative;
	width: 720px;
	margin: 0 0 25px 32px;
}

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

#footer {
	margin: 0px;
	padding: 0;
	width: 775px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	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;
	line-height: 1.2;
}

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

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

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

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