/*----------------------------------------------------------------------------
	main.css
	this css-file contains all definitions, that are independend from the\n	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 ------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: left;
}

#container {
	position: relative;
	background-color: white;
	text-align: left;
	width: 735px;
	margin: 0;
	padding: 0;
}

#main_container {
	margin: 0;
	padding: 5px;
}

#layout_table {
	border-collapse: collapse;
}

#left_header {
	vertical-align: top;
}

#right_header {
	vertical-align: top;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

#left_column_container {
	width: 195px;
	margin: 20px 0 0 0;
	padding: 0;
}

/*-- right column container alias... --*/
#sub_container2 {
	width: 510px;
	padding: 0;
	margin: 22px 0 0 12px;
}

#content_container {
	width: 505px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

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

#main_nav_container {
	padding: 0;
	margin: 0;
	width: 195px;
}

#main_nav_list {
	margin: 0;
	padding: 0;
}

#main_nav_list li {
	display: inline; /*IE6 bugfix*/
}

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

#main_nav_list a {
	display: block;
	margin: 2px 0 0 0;
	padding: 0 0 0 18px;	
	overflow: hidden;
	height: 22px;
	line-height: 20px;	
	text-align: left;	
	width: 195px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 177px;
}

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

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

.sub_nav_container {
	margin: 0;
	padding: 0;
}

.sub_nav_list {
	padding: 0;
	margin:  0 ;
}

.sub_nav_list li {
	display: inline;
}

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

.sub_nav_list a {
	margin: 0 ;
	padding: 0 0 0 30px !important;	
	width: 195px !important;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 165px !important;
}

html>body .sub_nav_list a {
	width: 165px !important;	
} 

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

#key_visual {
	width: 520px;
	height: 150px;
	margin: 0 0 0 12px;
	padding: 0;
}

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

#logo {
	width: 195px;
	height: 150px;
}

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

#slogan {
	position: absolute;
	top: 130px;
	left: 15px;
	z-index: 4;
	text-align: left;
}

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

#footer {
	margin: 25px 0 25px 0;
}

#footer_text {
	text-align: left;	
	padding: 0;
	margin: 0 12px 0 207px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/


/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.4;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border: 0;
	border-collapse: collapse;
}

.content th {
	text-align: left;
	padding: 4px 0 4px 8px;
}

.content td {
	text-align: left;
	padding: 4px 0 4px 8px;
}

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

.content form {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

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

.content input {
	color: #333;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.content textarea {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

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

