/*----------------------------------------------------------------------------
	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;
    width: 775px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    background: repeat-y 50% 50% #666666;
    background-image: url(../img/contentbg.gif);
}

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

#main_container {
    margin: 0px 34px 0px 30px;
    padding: 0;
}

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

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

#sub_container2 {
    width: 525px;
    position: relative;
    top: 0px;
    left: 10px;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}

#content_container {
    overflow: hidden;
    line-height: 1.2;
    float: left;
    width: 525px;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.2;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#news_container {
    overflow: hidden;
    float: right;
    width: 170px;
    margin: 0px 0px 0px 5px;
    padding: 0 0 0 0;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid;
}

#news_container h1 {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0;
  background: repeat-x;
  background-image: url("/img/inputbutton.gif");
}

#content_container p {
    padding: 0px 5px 0px 5px;
    line-height: 1.2;
}

#left_column_container {
    position: relative;
    top: -10px;
    float: right;
    width: 157px;
    /*height: 300px;*/

    margin: 0px;
    padding: 0px;
}

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

#header {
    position: relative;
    top: 0px;
    left: 0px;
    height: 305px;
    width: 775px;
    margin: 0px;
    padding: 0px;
    background: no-repeat;
    background-image: url(../img/headerbg.gif);
}

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

#key_visual {
    position: absolute;
    top: 88px;
    left: 28px;
    height: 155px;
    width: 713px;
    background: url(../img/key_visual3.jpg) no-repeat;
}

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

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

#logo {
    position: absolute;
    top: 5px;
    left: 28px;
    height: 67px;
    width: 240px;
    background: url(../img/generative-software.png) no-repeat;
}

/*--- language -------------------------------------------------------------*/

#language_selection {
    position: absolute;
    top: 5px;
    left: 600px;
    height: 67px;
    width: 175px;
    padding: 55px 0px 0px 40px;
    line-height: 20px;
    letter-spacing: 1pt;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #0089C2;
}
#language_selection a:link {
  text-decoration: underline;
  font-weight: normal;
  color: #0089C2;
}
#language_selection a:visited {
  text-decoration: underline;
  font-weight: normal;
  color: #0089C2;
}
#language_selection a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #04B4FF;
}
#language_selection a:active {
  text-decoration: underline;
  color: #0089C2;
}

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

#text_caption {
    position: relative;
    top: 105px;
    left: 465px;
    z-index: 1;
    height: 50px;
    width: 260px;
    padding: 50px 0px 0px 15px;
    line-height: 20px;
    letter-spacing: 1pt;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

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

#main_nav_container {
    float: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
    top: -62px;
    left: 28px;
    width: 713px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: repeat-y;
    background-image: url(../img/navbg.gif);
    
}

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

#main_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 28px;
    border: 1px solid;
    border-top: 0px;
    border-bottom: 0px;
    border-color: #000;
}

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

#main_nav_list a {
    float: left;
    display: block;
    height: 28px;
    margin: 0px;
    padding: 2px 10px 0px 17px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
    color: #FFF;
}

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

#main_nav_list a.main_nav_item {
  background: url(../img/n1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}

#main_nav_list a.main_nav_item:hover {
  background: url(../img/n1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-position: top left;
}

#main_nav_list a.main_nav_active_item {
  background: url(../img/n1activeitem.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-position: top left;
}

#main_nav_list a.main_nav_active_item:hover {
    background-position: top left;
}

span.main_nav_item_text {
    margin: 0px 0px 0px 3px;
}

span.main_nav_active_item_text {
    margin: 0px 0px 0px 3px;
}

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

.sub_nav_container {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

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

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

.sub_nav_list li {
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

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

.sub_nav_list a {
    display: block;
    width: 153px;
    padding: 0px 0px 0px 20px;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 133px;
    overflow: hidden;
    color: #ffffcc;
}

html>body #sub_nav_list a {
    width: 133px;
    overflow: hidden;
}

.sub_nav_list a.sub_nav_active_item {
  background: url(../img/subnav1active.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFCC;
}
.sub_nav_list a.sub_nav_item {
  background: url(../img/subnav1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFCC;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(../img/subnav1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFCC;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
    background: transparent top left no-repeat;
    background-image: url("../img/search_bg3.gif");
}

#content_search_container button {
    color: #FFF;
    background: transparent top left;
    background-image: url("../img/inputbutton.gif");
}

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

#footer {
    clear: both;
    height: 89px;
    width: 775px;
    margin: 0px;
    padding: 0px;
    background: transparent top left no-repeat;
    background-image: url("../img/footerbg.gif");
}

#footer_text {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
    margin: 0px 30px 0px 30px;
    padding: 25px 0px 0px 0px;
    text-align: center;
}
#footer_text a:link {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  color: #0089C2;
}
#footer_text a:visited {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  color: #0089C2;
}
#footer_text a:hover {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #04B4FF;
}
#footer_text a:active {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  color: #0089C2;
}

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

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

body#main_body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000;
    background: #666 repeat-x;
    background-image: url(../img/pgbk.gif);
}

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

#content_container {
    color: black;
}

#content_container p {
    line-height: 1.2;
}

#content_container a.pdf {
	background: url(../img/icon_pdf.gif) bottom right no-repeat; 
	padding: 3px 19px 0 0;
}

#content_container a.flash {
	background: url(../img/icon_flash.gif) bottom right no-repeat; 
	padding: 3px 19px 0 0;
}

#content_container a.mmp {
	background: url(../img/icon_mmp.gif) bottom right no-repeat; 
	padding: 3px 19px 0 0;
}

#content_container a.qt {
	background: url(../img/icon_qt.gif) bottom right no-repeat; 
	padding: 3px 19px 0 0;
}

.content, .content p {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

/*--- lists -----------------------------------------------------------------*/
.content ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
    list-style: none; 
}

.content li {
/*    float: left;
    margin: 0px;
    padding: 0px;
    height: 28px;
    border: 1px solid;
    border-top: 0px;
    border-bottom: 0px;
    border-color: #000;*/
    /*list-style-image: url(/img/list_icon.png);*/
    margin: 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 25px;
    background-image: url(../img/list_icon.png);
    background-repeat: no-repeat;
}

#content_container img {
    margin: 20px 10px 10px 10px;
}

div.bordered {
    padding: 10px;
    border: 0px solid;
    background: azure;
}

#content_container img.logo-customer {
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}

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

#content_container h1 {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  overflow: hidden;
  padding: 10px 0px 5px 10px;
  background: repeat-x;
  background-image: url("../img/inputbutton.gif");
}

#content_container h2 {
  font-family: Courier New,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  padding: 5px 0px 5px 5px;
}

#content_container h3 {
  font-family: Courier New,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 2px 0px 2px 10px;
  background: #2C4772;
}

#content_container small {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

#content_container a:link {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #1A50B8;
  /*color: #0066CC;*/
  /*color: #005FC5;*/
  /*color: #3C8BAF;*/
  /*color: #0089C2;*/
}
#content_container a:visited {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #0089C2;
}
#content_container a:hover {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #1A50B8;
  /*color: #04B4FF;*/
}
#content_container a:active {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #0089C2;
}


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

#content_container a img {
    text-decoration: none;
    border: none;
    border-width: 0px;
}

#content_container a.logo-link {
    text-decoration: none;
    border: none;
    border-width: 0px;
}

/*--- tables ---------------------------------------------------------------*/
th {
    border: 0px solid #4C4C4C;
}

td {
    border: 0px solid #4C4C4C;
}

#content_container table {
    border-width: 0px;
    border-spacing: 0px;
    border-style: solid;
    color: black;
    border-color: #B2B2B2;
}

#content_container th {
    color: #4C4C4C;
    background-image: url("../img/tbl_header.gif");
    padding: 3px 2px 3px 2px;
    text-align: center;
}

#content_container td {
    border-collapse: collapse;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    margin: 0px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

#content_container tr.odd {
    color: black;
    padding: 3px 2px 3px 2px;
}

#content_container tr.even {
    color: black;
    padding: 3px 2px 3px 2px;
}

li {
    color: black;
}

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

fieldset {
    border-color: #000;
    background: repeat-x top left #666;
    background-image: url(../img/fieldsetbg.gif);
}

legend {
    color: #FFF;
}

label {
    color: #ccc;
}

input {
    border-color: black;
}

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

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

#content_container textarea {
    border-width: 1px;
    border-style: solid;
}
#content_container select {
    border-width: 1px;
    border-style: solid;
}

#content_container button {
    color: #FFF;
    background: transparent top left;
    background-image: url("images/static/inputbutton.gif");
}

img.logo-customer {
    vertical-align: top;
    /*margin-left: auto;
    margin-right: auto;*/
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 180px;
    height: 100%;
    text-align: left;
}

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

