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

	Default Schlund (1&1) css sheets, combined for simplicity
	by Steve Cripps, M F Solutions.

	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 {
	padding: 0;
	margin: 0 auto;
	width: 723px;
	background-repeat:repeat-y;
	border:6px solid #ffffff;
	text-align: left;
	background: #CDEAEC;
}

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

#main_container {
	width: 729px;
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 6px solid #ffffff;
}

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

#sub_container1 {
	margin: 0;
	/*background: url(images/static/key_visual1_down.jpg);*/ 
}

#sub_container2 {
	margin: 0 15px 0 15px;
	padding: 0;
	float: right;
	width: 515px;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 159px;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
}

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

#header	{
	margin: -6px 0 0 -6px;
	padding: 0;
	width: 735px;
	height: 279px;
	background-color: #FFFFFF;
}

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

#key_visual {
	z-index: 2;
	width: 735px;
	height: 279px;
   	background: url(images/key_visual7.jpg) no-repeat;
}

#sub_container1 {
	width: 159px;
	height: 478px;
	text-align: center;
}

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

#logo {
	margin: -46px 0 0 0;
	z-index: 3;
	width: 179px;
	height: 40px;
   	background: url(resources/techinfoLogo.gif) no-repeat;
}

div#logo a {
	display: block;
  	width: 100%;
  	height: 100%;
}


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

#text_caption {
	font-family: Verdana,sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	width: 400px;
	margin: 15px 0 10px 0;
	color: #008E99;
}

#image_caption {
}

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

#main_nav_container {
	margin: 0;
	padding: 0;
	background: #CDEAEC;
	width: 723px;
}

/* html>body #main_nav_container {
	width: 723px;
} */

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

#main_nav_list li {
	float: left;
	border-right: 6px solid #ffffff;
	margin: 0;
	padding: 0;
}

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

#main_nav_list a {
	margin: 0;
	display: block;
	height: 29px;
	width: 138px;
	font-family: Verdana, sans-serif;
	text-align: center;
	padding-top: 12px;
	overflow: hidden;
	font-size: medium;
	font-weight: bold;
}

#main_nav_list a.main_nav_item {
	text-decoration: none;
	background-color: #008E99;
	color: #ffffff;
}

#main_nav_list a.main_nav_active_item {
	color: #ffffff;
	text-decoration: none;
	background-color: #9BD3D7;
}

#main_nav_list a.main_nav_item:hover {
	text-decoration: none;
	font-size: larger;
	padding-top: 9px;
	padding-bottom: 3px;
}

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

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

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

.sub_nav_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
  	overflow: hidden;
	border-bottom: 6px solid #ffffff;
	border-collapse:collapse;
	padding: 0;
	background-color:#FFFFFF;
}

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

.sub_nav_list a {
	font-family: Verdana, sans-serif;
	text-align: center;
	height: 21px;
	padding-top: 6px;
	width: 159px;
	display:block;
	overflow: hidden;
	font-size: small;
	font-weight: bold;
}

.sub_nav_list a.sub_nav_item {
	text-decoration: none;
	background-color: #008E99;
	color: #ffffff;
}

.sub_nav_list a.sub_nav_active_item {
	color: #ffffff;
	text-decoration: none;
	background-color: #9BD3D7;
}

.sub_nav_list a.sub_nav_item:hover {
	text-decoration: none;
	font-size: medium;
	padding-top: 3px;
	padding-bottom: 3px;
}


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


#content_container {
        overflow: hidden;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 515px;
	background-color: #CDEAEC;
}

#content_container table{
	margin: 0px 40px 0px 0px;
}

html>body #content_container {

}


#content_container table {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 0px;
	border: 2px solid #ffffff;
	border-collapse:collapse;
}

#content_container th {
	padding: 3px 2px 3px 10px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-collapse:collapse;
}

#content_container tr.odd {
	font-size: 90%;
	padding: 3px 2px 3px 10px;
	color: #ffffff;
}

#content_container tr.even {
	font-size: 90%;
	padding: 3px 2px 3px 10px;
	color: #ffffff;
}

#content_container td {
	padding: 3px 2px 3px 10px;
	border: 2px solid #ffffff;
	border-collapse:collapse;
}

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

#footer {
	text-align: center;
	padding-top: 20px;
	width: 723px;
	min-height: 30px;
	clear: both;
	overflow: hidden;
}

#footer_text {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 10px;
  	font-weight: normal;
  	text-decoration: none;
	padding: 0;
	margin: 10px 0 10px 0 ;
	text-align: center;
	color: #008E99;
}

#footer_text a {
  	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 10px;
  	font-weight: normal;
  	color: #008E99;
  	text-decoration: underline; white-space: nowrap;
}

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

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

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/pgbk.jpg);
	background-repeat: repeat-x;
	background-color: #008E98;
}

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

#content_container, #content_container p {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 12px;
  	font-weight: normal;
  	text-decoration: none;
  	color: #000000;
}

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

#content_container h1 {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 24px;
  	font-weight: normal;
  	text-decoration: none;
  	color: #008E99;
}

#content_container h2 {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 20px;
  	font-weight: normal;
  	text-decoration: none;
  	color: #008E99;
}

#content_container h3 {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 16px;
  	font-weight: normal;
  	text-decoration: none;
  	color: #008E99;
}

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

#content_container a:link {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 100%;
  	font-weight: normal;
  	text-decoration: underline;
  	color: #008E99;
}

#content_container a:visited {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 100%;
  	font-weight: normal;
  	text-decoration: underline;
  	color: #008E99;
}

#content_container a:hover {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 100%;
  	font-weight: normal;
  	text-decoration: none;
  	color: #008E99;
}

#content_container a:active {
  	font-family: Verdana,sans-serif;
  	font-style: normal;
  	font-size: 100%;
  	font-weight: normal;
  	text-decoration: underline;
  	color: #008E99;
}

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

#content_container table {
}

#content_container th {
	background-color:#008E99;
}

#content_container tr.odd {
	background-color:#9BD3D7;
}

#content_container tr.even {
	background-color:#9BD3D7;
}

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

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

#content_container input {
	border-style: solid;
	border-width: 1px;
	border-color: #008E99;
}

#content_container textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #008E99;
}

#content_container button {
	font-family: Verdana,sans-serif;
	color:#FFFFFF; 
	border:0px none #ffffff;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-color: #006B73;
}

#content_container label { 
	border-color: #008E99;
}

#content_container select { 
}

#content_container option { 
}

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

#content_container ul { 
}

#content_container li { 
	color:#444444;
}

/*--- miscellaneous -----------------------------------------------------------------------*/

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
	font-size: larger;
}

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