/*----------------------------------------------------------------------------
	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;
	text-align: left;
	width: 722px;
	border: 1px solid #221e1f;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	position: relative;
	margin: 0;
   

}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	margin: 0 0 0 4px;
	padding: 0;
	height: 300px;
	
}

#sub_container2 {
	/*float: right;*/
	margin: 0;
	padding-left:20px;
	margin-top: 20px; /* 0 20px 0;*/
	width: 510px;
	/*border: 1px solid #333333;*/

}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	position: relative;
	top: 16px;
	/*border: 1px solid #aaaaaa;*/
}

/*--- header ---------------------------------------------------------------*/

#header	{
/*	position: relative; */
	padding: 0;
	margin: 0;
	width: 722px;
	height: 258px; /*218px;*/
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
	top: 145px; /*91px;*/
	left: 0;
	width: 722px; /*792px;*/
	height:200px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 341px;
	height:111px;
	position: absolute;
	top: 8px;
	left: 18px;
	background-image:   url(resources/eci_logo.png);

	/*border: 1px solid red;*/
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: absolute;
	top: 7px;
	left: 360px;
	width: 412px;
	text-align: right;
	color: #fff;
}

#image_caption {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	margin: 0;
	padding: 0;
	position:relative;
	vertical-alignment:top;
	
}

#main_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight : normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	height: 24px;
	width: 180px;
	padding: 0 0 0 25px;
	margin: 0 -25px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
	
}
/*
change trayout
	padding: 0;
	margin: 0;
*/
html>body #main_nav_list a {
  	width: 180px;
}

#main_nav_list a.main_nav_item:hover {
	text-decoration: none;
}



/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 0 0 0 16px;
	padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

#main_nav_list .sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list .sub_nav_list li {
	clear: both;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

#main_nav_list .sub_nav_list a {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight : normal;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	height: 24px;
	width: 164px;
	padding: 0 0 0 25px;
	margin: 0 -25px 0 0;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 164px;
}

html>body #main_nav_list .sub_nav_list a {
  	width: 164px;
}


#main_nav_list .sub_nav_list a:hover {
	text-decoration: none;
}


/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	line-height: 1.35;
	margin: 0;
	padding: 0;
	width: 510px;
	/*border: 1px solid #cc6699;*/
}

#content_container table {
	border-style: none;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

#content_container tr.odd {
	font-size: 90%;
}

#content_container tr.even {
	font-size: 90%;
}

#content_container p {
  font-family: Verdana,Tahoma,Georgia,Trebuchet MS,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  text-align: left;
  padding-left:4px;
}

#content_container li {
  font-family: Verdana,Tahoma,Georgia,Trebuchet MS,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

.ike, p.ike {
 font-family: Verdana,Tahoma,Georgia,Trebuchet MS,Arial,sans-serif;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
 color: #000;
}

.xray {
	font-style: italic;
	font-family: Arial, sans-serif;
}	

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 722px;
	height: 37px; /*65px;*/
	clear: both;

}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 80%;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 120%;
	line-height: 1.35;
	
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
	text-decoration : none;
}


/*--- tables ---------------------------------------------------------------*/



table {

}

th {
}

tr {
}

td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button {
}

label { 
}

select { 
}

option { 
}
img {
	BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #000000 0px solid;
}
.logo
	{
	border:0;
	}
	 

/*--- lists ----------------------------------------------------------------*/

ul { 
}

li { 
}

/*--------------------------------------------------------------------------*/
