/*
*********************************************************************************
* Allgemeine Daten
*
* Projektname : Diapharmgruppe, www.diapharmgruppe.de
* Autor       : Ingenieurbuero MKdesign
* Dateiname   : screen.css
* Typ         : Stylesheet Definition
* Datum:      : 12.09.2007
*
*********************************************************************************
*/

/*
*********************************************************************************
* Seite
*********************************************************************************
*/

body
{
  padding: 0px;
  margin: 0px;
  background-image: url(/haelsa/images/menu/background.gif);
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}


/*
*********************************************************************************
* Menu
*********************************************************************************
*/

#menu_border_top
{
  display:none;
}

#menu_border_left
{
  display:none;
}

/* Obere Menueleiste */

#menu_top_selection
{
  display:none;
}

/* Untermenue */

#menu_sub_select {
  display:none;
}

/* Popup Menue */

.menu_popup_selection
{
  display:none;
}

/* Sprachauswahl */

#menu_lang_select {
  display:none;
}

/*
*********************************************************************************
* Rechte Leiste
*********************************************************************************
*/

#right_table
{
  display:none;
}

/*
*********************************************************************************
* Inhalt
*********************************************************************************
*/

#content
{
  position: absolute;
}

#footer 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  color: #72787F;
  margin-top: 42px;
}

.footer_blue 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  color: #006a9c;
}

#footer a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  color: #006a9c;
  text-decoration: none;
}

#footer a:hover 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  color: #006a9c;
  text-decoration: underline;
}

/* Newsticker */

.newsticker_header td
{
  display:none;
}

.newsticker_content td
{
  display:none;
}

.newsticker_content a
{
  display:none;
}

/* Visitenkarte rechts */

#vcard
{
  display:none;
}



