/*
*********************************************************************************
* Allgemeine Daten
*
* Projektname : Nova International
* Autor       : Ingenieurbuero MKdesign
* Dateiname   : screen.css
* Typ         : Stylesheet Definition
* Datum:      : 06.06.2008
*
*********************************************************************************
*/

/*
*********************************************************************************
* Seite
*********************************************************************************
*/

body
{
  padding: 0px;
  margin: 0px;
  background-color: #898e91;
/*  overflow: -moz-scrollbars-vertical; */
  overflow-y: scroll;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;

  background-image: url(/nova/images/menu/background.gif);
  background-repeat: repeat-x;
  background-attachment:fixed;
/*
  padding: 0px;
  margin: 0px;
  background-color: #898e91;
  overflow-y: scroll;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(/nova/images/menu/background_s.jpg);
  background-position: center;
  background-repeat: no;
  background-attachment:fixed;
*/
}

* html body 
{ /*IE6 only*/
  background-image: url(/nova/images/menu/background_ie.jpg);
}
  
*+html body
{ /*IE7 only*/
  background-image: url(/nova/images/menu/background_ie.jpg);
}


/*
*********************************************************************************
* Layout
*********************************************************************************
*/

div.main-box
{
  position: relative;
  width: 978px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
  background-color: #D7D7D7;
  border: solid 1px #ffffff;

  background-image: url(/nova/images/menu/background_left.gif);
  background-repeat:repeat-y;
}

div.banner-box
{
  clear: both;
  border-bottom: solid 1px #bebebe;
  height: 90px;
  width: 978px;
  background-color: #D6EBFE;

  background-image: url(/nova/images/menu/top.jpg);
  background-repeat: no-repeat;
}

div.top-box
{
  clear: both;
  border-bottom: solid 1px #bebebe;
  color: #ffffff;
  height: 23px;
  width: 978px;
  background-color: #202835;

  background-image: url(/nova/images/menu/top2.jpg);
  background-repeat: repeat-x;
}

div.footer-box
{
  clear: both;
  border-top: solid 1px #bebebe;
  color: #ffffff;
  height: 23px;
  width: 978px;
  padding-left: 25px;
  background-color: #202835;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  line-height: 23px;
  background-image: url(/nova/images/menu/bg_tbldrk.jpg);
  background-repeat: repeat-x;
}

div.footer-box a
{
  color: #ffffff;
  text-decoration: none;
}

div.footer-box a:hover
{
  color: #c7c7c7;
}

div.footer-box-left
{
  position: absolute
}

div.footer-box-right
{
  padding-left: 890px;
}

div.center-box
{
  position: relative;
  width: 100%;
  left: 172px;
  background-color: #F5F5F5;
  border-left: solid 1px #ffffff;
}

div.reset-box
{
  position: relative;
  width: 100%;
  left: 100%;
  margin-left: -172px;
}

div.right-box
{
  position: relative;
  width: 100%;
  margin-left: -172px;
  background: #D7D7D7;
  border-left: solid 1px #ffffff;
  left: -2px;
  background-image: url(/nova/images/menu/background_right.gif);
  background-repeat: repeat-y;
  background-position: 0px 450px;
}

div.content-box
{
  position: relative;
  width: 100%;
  margin-left: -100%;
  left: 172px;
}

div.left
{
  float: left;
  width: 172px;
  height: 100%;
  text-align: center;
  padding-top: 20px;
}

div.right
{
  float: right;
  width: 172px;
  height: 100%;
  xmin-height: 650px;
  text-align: left;
  padding-top: 20px;
}

div.center
{
  margin-left: 172px;
  margin-right: 172px;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 18px;
}

* html div.center
{
  height: 1%;
  margin: 0;
}

* html div.left
{
  margin-right: -3px;
}

* html div.right
{
  margin-left: -3px;
}

.clearfix:after
{
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.heightfix:before
{
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

div.minheight
{
  float: left;
  background-color: #ff0000;
  height: 650px;
  width: 0px;
}


/*
*********************************************************************************
* Top Menu
*********************************************************************************
*/

#menu_top_selection_sec_sel a
{
  float: left;
  font-size: 11px;
  color: #ffcc00;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 15px;
  line-height: 20px;
  margin-left: 8px;

  background-image: url(/nova/images/menu/pfeil_sel_top.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu_top_selection_sec_sel a:hover
{
  color: #d08900;
}

#menu_top_selection_sec_usel a
{
  float: left;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 15px;
  line-height: 20px;
  margin-left: 8px;

  background-image: url(/nova/images/menu/pfeil_usel.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu_top_selection_sec_usel a:hover
{
  color: #c7c7c7;
}


/*
*********************************************************************************
* Seitliches Menu
*********************************************************************************
*/

div.top-border
{
  clear: both;
  padding-top: 0px;
  padding-bottom: 0px;

  border-top: solid 5px #35424B;
  border-bottom: solid 1px #bebebe;
}

div.menu_top_image
{
  clear: both;
  margin-top: -20px;
  border-bottom: solid 1px #bebebe;
}

div.menu_top_heading
{
  clear: both;
  height: 23px;
  border-bottom: solid 1px #bebebe;

  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #ffcc00;
  text-decoration: none;
  padding-left: 25px;
  line-height: 20px;
  background-color: #202835;

  background-image: url(/nova/images/menu/menu_heading_background.gif);
  background-repeat: repeat-x;
}

div.menu_textbox_heading
{
  clear: both;
  height: 23px;
  border-bottom: solid 1px #bebebe;

  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #CCCCBA;
  text-decoration: none;
  padding-left: 5px;
  line-height: 20px;
  background-color: #202835;

  background-image: url(/nova/images/menu/menu_heading_background.gif);
  background-repeat: repeat-x;
}

div.menu_bottom_left_image
{
  position: absolute; 
  width: 172px;
  bottom: 0px;   
  left: 0px; 
  text-align: left;
  border-top: solid 1px #bebebe;
}

div.menu_bottom_right_image
{
  position: absolute;
  width: 172px;
  bottom: 0px;
  left: 806px;
  text-align: left;
  border-top: solid 1px #bebebe;
}

div.menu_button_layer2_usel
{
  width: 172px;
  height: 18px;
  text-align: left;
  line-height: 18px;
  text-indent: 25px;
  padding-top: 3px;
  border-bottom: solid 1px #bebebe;
  background-color: #6B6B6B;

  background-image: url(/nova/images/menu/menu_button_bg_usel2.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.menu_button_layer2_usel a
{
  line-height: 15px;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

div.menu_button_layer2_usel a:hover
{
  color: #FFFEAB;
}

div.menu_button_layer2_sel
{
  width: 172px;
  height: 18px;
  text-align: left;
  line-height: 18px;
  text-indent: 25px;
  padding-top: 3px;
  border-bottom: solid 1px #bebebe;
  background-color: #6B6B6B;

  background-image: url(/nova/images/menu/menu_button_bg_sel2.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.menu_button_layer2_sel a
{
  line-height: 15px;
  font-size: 11px;
  color: #cccccc;
  text-decoration: none;
}

div.menu_button_layer2_sel a:hover
{
  color: #D0DA5E;
}

div.menu_button_layer3_usel
{
  width: 172px;
  height: 18px;
  text-align: left;
  line-height: 18px;
  text-indent: 35px;
  padding-top: 3px;
  border-bottom: solid 1px #bebebe;
  background-color: #6B6B6B;

  background-image: url(/nova/images/menu/menu_button_bg_usel3.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.menu_button_layer3_usel a
{
  line-height: 15px;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

div.menu_button_layer3_usel a:hover
{
  color: #FFFEAB;
}

div.menu_button_layer3_sel
{
  width: 172px;
  height: 18px;
  text-align: left;
  line-height: 18px;
  text-indent: 35px;
  padding-top: 3px;
  border-bottom: solid 1px #bebebe;
  background-color: #6B6B6B;

  background-image: url(/nova/images/menu/menu_button_bg_sel3.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.menu_button_layer3_sel a
{
  line-height: 15px;
  font-size: 11px;
  color: #cccccc;
  text-decoration: none;
}

div.menu_button_layer3_sel a:hover
{
  color: #D0DA5E;
}

div.menu_button_layer4_usel
{
  width: 172px;
  height: 18px;
  text-align: left;
  line-height: 18px;
  text-indent: 45px;
  padding-top: 3px;
  border-bottom: solid 1px #bebebe;
  background-color: #6B6B6B;

  background-image: url(/nova/images/menu/menu_button_bg_usel4.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.menu_button_layer4_usel a
{
  line-height: 15px;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

div.menu_button_layer4_usel a:hover
{
  color: #FFFEAB;
}

div.menu_button_layer4_sel
{
  width: 172px;
  height: 18px;
  text-align: left;
  line-height: 18px;
  text-indent: 45px;
  padding-top: 3px;
  border-bottom: solid 1px #bebebe;
  background-color: #6B6B6B;

  background-image: url(/nova/images/menu/menu_button_bg_sel4.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

div.menu_button_layer4_sel a
{
  line-height: 15px;
  font-size: 11px;
  color: #cccccc;
  text-decoration: none;
}

div.menu_button_layer4_sel a:hover
{
  color: #D0DA5E;
}

#menu_left_swf
{
  height: 150px;
  background-color: #cad1d7;  
  padding-top: 25px;
  text-align: center;
}


/*
*********************************************************************************
* Inhalt
*********************************************************************************
*/

div.languages
{
  padding-bottom: 15px;
}

.formfield_error
{
  background-color: #F6CECE;
}

.navigation_heading
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.left_text
{
  padding-bottom: 15px;
}

.right_text
{
  font-size:8pt;
}

.right_text a:link, .right_text a:active, .right_text a:visited
{
  color:#0000A0;
}

.right_text a:hover
{
  color:#C00000;
}

.right_line
{
  height:1px;
  border-top:1px solid #aaaaaa;
  border-left:0;
  border-right:0;
  border-bottom:0;
  width: 160px;
}




