/*----------------------------------------------------------------------------
	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;
	text-align: left;
	width: 775px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	position:relative;
	padding: 0;
	margin: 0;
	width:775px;
	height:200px;
	top: -71px;
	margin-bottom: -71px;
	padding: 80px 20px 0 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:735px;
}

html>body #main_container {
	width: 735px;
	margin-bottom: 0px;
}


/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	height: 300px;
	margin: 4px;
	padding: 0;
}

#sub_container2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 530px;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 190px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 775px;
	height: 283px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 62px;
	left: 13px;
	width: 746px;
	height: 206px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    z-index: 2;
    background: no-repeat top right;
	width: 229px;
	height: 70px;
	position: absolute;
	top: 1px;
	left: 85px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	z-index: 2;
	position: relative;
	top: 10px;
	left: 390px;
	width:350px;
	line-height: 2.0;
	text-align:right;
}

#image_caption {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 13px;
	width: 746px;
	padding:0;
	overflow: hidden;
	height:71px;
}

#main_nav_list {

	position: relative;
	height: 35px;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	background: transparent; 
	margin: 0;
        padding: 10px 19px 0px 17px;
        display: block;
        float: left;
	height: 35px;
	font-size: 11px; 
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
}

html>body #main_nav_list a {
	height: 25px;
}

#main_nav_list a:hover {
	background: transparent; 
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 3px;
	padding: 0 0 10px 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	clear: both;
	font-size: 11px; 
	margin: 3px 0 2px 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	line-height: 19px;
	height: 20px;
	width: 172px;
	padding-left: 25px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 147px;
}

html>body .sub_nav_list a {
  	width: 147px;
}


.sub_nav_list a:hover {
	text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
  overflow: hidden;
	line-height: 1.2;
	margin: 0 10px 20px 0;
	padding: 0;
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 510px;
}

html>body #content_container {
	width: 510px;
}


#content_container table {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

#content_container tr.odd {
	font-size: 11px;
}

#content_container tr.even {
	font-size: 11px; 
}


/*--- container for the search form ----------------------------------------*/

#content_search_container {
	margin: 20px 0 20px 0;
	width: 510px;
	height: 72px;
}

#content_search_caption {
	font-family: Trebuchet MS,Tahoma,Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height:5px;
	padding-left: 70px;
	padding-top:20px;
}

#content_search_container button {
	vertical-align: middle;
}

#content_search_container input {
	margin: 11px;
	vertical-align: middle;
	margin-left: 65px;
	width: 300px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0 ;
	width: 775px;
	height: 98px;
	clear: both;
}

#footer_text {
	padding: 20px 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: Tahoma,Verdana, Arial, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: 12px;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight:normal;
	font-size: 32px;
}

#content_container h2 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight:normal;
	font-size: 25px;
}

#content_container h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight:normal;
	font-size: 20px;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	font-weight : normal;
	text-decoration: underline;
}

#content_container a:visited {
	font-weight : normal;
	text-decoration: underline;
}

#content_container a:hover {
	text-decoration : none;
}

#content_container a:active {
	text-decoration : underline;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {

}

#content_container th {
}

#content_container tr {
}

#content_container td {

}

/*--- forms ----------------------------------------------------------------*/

#content_container form {
	margin: 0;
	padding: 0;
}

#content_container fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

#content_container input {
	border-style: solid;
	border-width: 1px;
}

#content_container textarea {
	border-style: solid;
	border-width: 1px;
}

#content_container button {
}

#content_container label {
}

#content_container select {
}

#content_container option {
}

/*--- lists ----------------------------------------------------------------*/

#content_container ul {
}

#content_container li {
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 155px;
	top: 0px;
	left: 0px;
	text-align:center;
}

#extra_div1 span {
	position: relative;
	display:block;
	width: 775px;
	height: 93px;
	top:62px;
	margin:0 auto;
	padding:0;
}



/*--------------------------------------------------------------------------*/
