/*----------------------------------------------------------------------------
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: 840px;
}

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

#main_container {

	padding: 0;
	margin: 0px;
}

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

#sub_container1 {height: 300px;}

#sub_container2 {
	background-color: #fff;
	float: right;
	margin: 0;
	padding: 0;
	width: 640px;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

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

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 840px;
	height: 160px;
	top: 0;
	left: 0;
}

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

#key_visual {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 246px;
	width: 595px;
	height: 160px;
}

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

#logo {
	z-index: 2;
	width: 160px;
	height: 65px;
	position: absolute;
	top: 20px;
	left: 35px;
}

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

#logo_ecoburo {
	z-index: 4;
	opacity: 1;
	width: 200px;
	height: 122px;
	position: absolute;
	top: 30px;
	left: 625px;
}

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

#text_caption {
	font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
	font-weight: normal;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 90px;
	left: 10px;
	width: 225px;
}

#image_caption {}

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

#main_nav_container {
	z-index: 5;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 721px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 840px;
}

html>body #main_nav_container {width: 840px;}

#main_nav_list {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type: none;
}

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

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

#main_nav_list a {
	font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
	background: transparent;
	margin: 0;
	padding: 2px 19px 0 24px;
	display: block;
	float: left;
	height: 28px;
	font-size: 100%;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body #main_nav_list a {height: 26px;}

#main_nav_list a.main_nav_item:hover {
	background: transparent;
	text-decoration: none;
}

a.main_nav_active_item:link {text-decoration: none;}

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

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

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

.sub_nav_list {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/****** ESSAI niveau 3 *****/
.sub_sub_nav_list {
	position: relative;
	top: 0px;
	left: 15px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/****************************/
.sub_nav_list li {
	margin: 0;
	padding: 0;
}

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

.sub_nav_list a {
	text-decoration: none;
	text-align: left;
	line-height: 28px;
	width: 158px;
	padding: 0 0 0 22px;
	display: block;
}
/*** ESSAI niveau 3 **********/
.sub_sub_nav_list a {
	text-decoration: none;
	text-align: left;
	line-height: 12px;
	width: 158px;
	padding: 0 0 0 22px;
	display: block;
}

/*****************************/
html>body .sub_nav_list a {
	width: 158px;
	text-decoration: none;
}

.sub_nav_list a:hover {text-decoration: none;}

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

#content_container {
	overflow: hidden;
	margin: 50px 20px 20px 0;
	line-height: 1.3;
	padding: 0;
	width: 530px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 620px;
}

html>body #content_container {width: 620px;}

#content_container tr.odd {font-size: 90%;}

#content_container tr.even {font-size: 90%;}

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

#footer {
	margin: 0;
	padding: 0;
	width: 840px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 0.9em;
}

#footer_text a {
	font-size: 0.8em;
	color: #630;
}

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

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

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
	text-align: center;
	font-size:80%;
}

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

#content_container p {
	margin: 5px 0 20px 20px;
	padding: 0;
	line-height: 1.3;
	text-align: justify;
}

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

#content_container h1 {
	font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 200%;
}

#content_container h2 {
	font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 160%;
}

#content_container h3 {
	font-family: Verdana,Arial,Trebuchet MS,Tahoma,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
}

/*--- links ----------------------------------------------------------------*/
#content_container a {
	font-family: Trebuchet MS, Arial,Verdana,Tahoma,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	color: #630;
}
#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-width: 1px; }

textarea {
	border-width: 1px;
}

button {}

label {}

select {}

option {}

/*--- lists ----------------------------------------------------------------*/

ul {list-style: square;}

li {}

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

