/*----------------------------------------------------------------------------
	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 {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 760px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	clear: both;
	padding: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	margin: 0;
	padding: 0;
}

#sub_container2 {
   	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	width: 740px;
}

#left_column_container {
	float: left;
	margin: 230px 0 0 15px;
	padding: 0;
	width: 181px;
}

#min_height_div {
	float: left;
	width: 1px;
	visibility: hidden;
	height: 300px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	width: 760px;
	height: 131px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 157px;
	left: 1px;
	width: 730px;
	height: 181px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 242px;
	height: 48px;
	position: absolute;
	top: 27px;
	left: 15px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	position: absolute;
	top: 25px;
	left: 270px;
	width: 480px;
	font-size: 130%;
}

#image_caption {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	position: absolute;
	left: 5px;
	top: 336px;
	float: left;
	width: 730px;
	padding: 0;
	margin: 0;
	overflow: visible;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px;
	height: 24px;
	visibility: visible;
}

html>body #main_nav_container {
	width: 493px;
}

#main_nav_list {
   float: left;
	height: 32px;
	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 {
   display: block;
   float: left;
	font-family: Tahoma,Verdana, Arial, sans-serif;
	background: transparent;
	margin: 0;
   padding: 0px 24px 0px 8px;
	height: 24px;
	font-size: 100%;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
}

html>body #main_nav_list a {
	height: 24px;
}


#main_nav_list a.main_nav_item:hover {
	background: transparent;
	text-decoration: none;
}

a.main_nav_active_item:link {
	text-decoration: none;
}

/*--- subnavigation --------------------------------------------------------*/

div.sub_nav_container {
	z-index: 1;
	position: absolute;
	left: 5px;
	top: 368px;
	float: none;
	width: 730px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px;
	height: 27px;
}

html>body div.sub_nav_container {
	width: 747px;
}

.sub_nav_list {
	height: 24px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	background: transparent;
	margin: 0;
   padding: 0px 24px 0px 8px;
   display: block;
   float: left;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
}

html>body .sub_nav_list a {
	height: 24px;
}


.sub_nav_list a:hover {
	background: transparent;
	text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	line-height: 1.2;
	width:720px;
	font-size:100%;
	voice-family: "\"}\""; 
	voice-family: inherit;		
	width: 720px;
}

html>body #content_container {
	width: 720px;
}


#content_container table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

#content_container tr.odd {
	font-size: 90%;
}

#content_container tr.even {
	font-size: 90%;
}


/*--- container for the search form ----------------------------------------*/

#content_search_container {
	margin: 20px 0 20px 0;
	width: 720px;
	height: 49px;
}

#content_search_caption {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 44px;
	font-size: 120%;
	float: left;
	padding-left: 10px;
}

#content_search_container button {
	vertical-align: middle;
}

#content_search_container input {
	margin: 11px;
	vertical-align: middle;
	margin-left: 25px;
	width: 480px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 62px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 10px;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; /* IE5 Win */
	font-size: small;
	text-align: left;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-weight : normal;
}

#content_container h2 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-weight : normal;
}

#content_container h3 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-weight : normal;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
	text-decoration : none;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {

}

#content_container th {
}

#content_container tr {
}

#content_container td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button {
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul { 
}

li { 
}

/*--------------------------------------------------------------------------*/
