/*----------------------------------------------------------------------------
	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;
	width: 735px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 735px;
	height: 250px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	z-index: 2;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 735px;
	height: 176px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	z-index: 3;
	width: 254px;
	height: 54px;
	position: absolute;
	top: 150px;
	left: 481px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	font-family: Arial,sans-serif;
	position: relative;
	top: 235px;
	left: 0px;
	padding-left: 80px;
	padding-top: 15px;
	margin: 0;
	line-height: 30px;
	height: 45px;
	font-size: 130%;	
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {	
	z-index: 3;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: -245px;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	width: 735px;
}

#main_nav_list {
	margin: 0;
	padding: 0;
	height: 23px;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- added for button images navigation */
a.navimain_current {
	display:block;
	line-height:23px;
	vertical-align:middle;
	width:122px;
	height:23px;
	padding:0px;
	margin: 0;
 float: left;
	font-size:12pt;
	font-style:normal;
	text-decoration:none;
	text-align: left;
	color:#ffffff;
}

a.navimain_link {
	display:block;
	line-height:23px;
	vertical-align:middle;
	width:122px;
	height:23px;
	padding:0;
	margin: 0;
 float: left;
	font-size:12pt;
	font-style:normal;
	text-decoration:none;
	text-align: left;
	color:#ffffff;
	
}

a.navisub_current {
	display:block;
	width:105px;
	height:19px;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:10pt;
	font-style:normal;
	text-decoration:none;
	text-align: left;
	color:#ffffff;	
}

a.navisub_link {
	display:block;
	width:105px;
	height:19px;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:10pt;
	font-style:normal;
	text-decoration:none;
	text-align: left;
	color:#ffffff;
}


/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
	position: absolute;
	float: left;
	top: 204px;
	z-index: 1;
	width: 735px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.sub_nav_list {
	/* aufaddierte Breite aller Subnav-Buttons */
	width: 498px;
	height: 19px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	float:left;	
	margin: 0;
	padding: 0;
}



/*--- content --------------------------------------------------------------*/

#sub_container2 {
  clear: both;
  width: 575px;
  margin: 0 80px 25px 80px;
}

#content_container {
  overflow: hidden;
  width: 575px;
  padding: 0;
  margin: 0;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 0;
	width: 735px;
	height: 47px;
}

#footer_text {
	padding: 15px 0;
	margin: 0;
	text-align: center;
	font-size: 80%;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 90%;
	line-height: 150%;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	font-family: Arial,sans-serif;font-size:200%;
}

.content h2 {
	font-family: Arial,sans-serif;font-size:180%;
}

.content h3 {
	font-family: Arial,sans-serif;font-size:140%;
}

/*--- links ----------------------------------------------------------------*/

.content a:hover {
	text-decoration : none;
}

/*--- 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 { 
}

.content li { 
}

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

.hidden { display: none; }

/*--------------------------------------------------------------------------*/
