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

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

#main_nav_container {
	padding: 0;
	margin: 0 0 0 12px;
}

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

#main_nav_list li {
	margin: 0;
	text-align: left;
	padding: 0;
	display: inline; /*IE6 bugfix*/
}

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

#main_nav_list a {
	text-decoration: none;
	display: block;
	margin: 1px 0 0 0;
	width: 169px;
	padding: 0;
}

#main_nav_list a:hover {
	vertical-align: bottom;  /*fuer IE5 */
	text-decoration: none;
}

.main_nav_item {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

.main_nav_item_text {
	line-height: 27px;
	display: block;
	padding: 0 0 0 18px;
}

.main_nav_active_item {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.main_nav_active_item_text {
	line-height: 27px;
	display: block;
	padding: 0 0 0 18px;
}

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

.sub_nav_container {

	margin-bottom: -4px;
}

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

.sub_nav_list li {
	display: inline;
}

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

.sub_nav_list a {
	margin: 0 ;
	/* wird alles von main_nav_list vererbt*/
}

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

.sub_nav_item {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	vertical-align: bottom;  /*fuer IE5 */
}

.sub_nav_item_text {
	line-height: 27px;
	display: block;
	padding: 0 0 0 30px ;
}

.sub_nav_active_item {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;  /*fuer IE5 */
}

.sub_nav_active_item_text {
	line-height: 27px;
	display: block;
	padding: 0 0 0 30px ;
}

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

#header	{
	padding: 0;
	margin: 0 0 8px 0;
	height: 200px;
}

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

#key_visual {
	height: 200px;
	margin: 0;
	padding: 0;
	z-index: 1;
	background-repeat: no-repeat ;
}

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

#logo {
  	float: right;
	margin-top: -50px;
	height: 50px;
	width: 70px;
	z-index: 3;
}

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

#text_caption {
	width: 510px;
	text-align: right;
	position: relative;
	top: -25px;
	right: 0px; 
	line-height: 20px;
	z-index: 4;
}

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

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

#main_container ul {
	font-size: 12px;
	margin-bottom: 6px;
}

#main_container ol {
	font-size: 12px;
	margin-bottom: 6px;
}

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

#left_column_container {
	position: absolute;
	top: 9px;
	left: 0px;
	width: 180px;
	margin: 0;
	padding: 0;
}

#sub_container1 {
	margin: 25px 0 0 0;
	padding: 0;
	vertical-align: bottom;
}

#sub_container2 {
	width: 580px;
	margin: 25px 0 0 0;
	padding: 0;
}

/*-- right column container alias... --*/
#main_container {
	position: static;
	padding: 0;
	margin-left: 200px;
	margin-right: 12px;
}

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

#content_container {
	width: 580px;
	overflow: hidden;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}


#content_container table {
	border: 0;
	border-collapse: collapse;
	margin:  0 0 20px 0;
	line-height: 1.0;
	width: 100%;
}

#content_container th {
	font-size:  12px;
	font-weight: normal;
	text-align: left;
	padding: 4px 0 4px 8px;
}

#content_container td {
	font-family: Arial, sans-serif;
	font-size:  12px;
	text-align: left;
	padding: 4px 0 4px 8px;
}

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

#footer {
	padding: 25px 0 25px 0;
	clear: both;
	margin: 25px 0 0 20px;

}

#footer_text {
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0 12px 0 186px;
}

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

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

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

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

#content_container p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 24px;
}

#content_container h2 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 20px;
}

#content_container h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 16px;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	text-decoration: none;
}

#content_container a:visited {
	text-decoration: none;
}

#content_container a:hover {
	text-decoration : underline;
}

#content_container a:active {
	text-decoration : underline;
}

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

#content_container form {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

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

#content_container input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	width: 80%;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#content_container textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#content_container button {
	font-family: Arial, non-serif;
	font-size: 12px;
	margin: 10px 0 0 77px;
	border-style: solid;
	border-width: 1px;
}

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

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