/*----------------------------------------------------------------------------
	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;
	text-align: left;
	width: 726px;
	background: white;
	margin: 0;
	padding: 3px 0;
}

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

#main_nav_container {
	overflow: hidden;
	padding: 0;
	margin-left: 3px;
	margin-bottom: 3px;
	width: 721px;
}

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

#main_nav_list li {
	margin: 0;
	padding: 0;
	float: left;
}

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

#main_nav_list a {
	margin: 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 1px 10px 0 10px;
	float: left;
}

#main_nav_list a:hover {
	background: transparent;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	height: 100px;
	clear: both;
	padding: 0;
	width: 720px;
	margin: 0 0 8px 3px;
}

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

#key_visual {
	position: absolute;
	width: 720px;
	height: 150px;
	margin: 0;
	padding: 0;
}

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

#logo {
	width: 34px;
	height: 34px;
	float: left;
	position: relative;
	top: -10px;
	margin: 0 5px 0 0;
}

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

#text_caption {
	position: relative;
	top: 10px;
	left: 236px;
	width: 310px;
	text-align: left;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	width: 720px;
	margin: 0;
	padding: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

#sub_container2 {
	clear: both;
	overflow: hidden;
	width: 530px;
	margin: 15px 0 0 10px;
	padding: 0;
}

#content_container {
	width: 520px;
	padding: 0;
	margin: 0;
}

#left_column_container {
	width: 170px;
	margin: 50px 0 0 0;
	padding: 0;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 3px 0 0 12px;
	padding: 0;
}

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


.sub_nav_list {
	list-style-type: none;
	border: 0;
	padding: 0;
	margin: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 158px;  /* IE5 darf das hier nicht lesen */
}

.sub_nav_list li {
	display: inline;
	padding: 0;
	margin: 0;
}

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

.sub_nav_list a {
	overflow: hidden;
	background-repeat: repeat-y !important;
	text-align: left;
	line-height: 23px;
	vertical-align: bottom; /* fuer IE5 */
	width: 158px; /* fuer IE5 */
	padding: 0 0 0 18px;  /* extra fuer IE5 */
	display: block;
	margin: 0 0 1px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 145px; /* fuer alle ausser IE5 */
	padding-left: 13px;  /* fuer nicht IE 5 – schiebt rechte Kante im IE5.2 MacOsX mit */
}

.sub_nav_list a:hover {
	vertical-align: bottom; /* fuer IE5 */
}

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

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

#footer_text {
	padding: 0;
	margin: 0 12px 0 182px;
}

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

/*--- body -----------------------------------------------------------------*/

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

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

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

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

.content table {
	border: 0;
	border-collapse: collapse;
	margin:  0 0 20px 0;
}

.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;
}

.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;
}

.content button {
	margin: 10px 0 0 77px;
	border-style: solid;
	border-width: 1px;
}

/*box hack IE5 & 6*/
html>body button {
	padding: 2px 4px 2px 4px;	
}

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