/*======================================================================*/
/*==                  Bildschirm - CSS - Dokument                     ==*/
/*==------------------------------------------------------------------==*/
/*== Webseite : http://www.s-mp.ch    Spörri Veranstaltungstechnik    ==*/
/*== Autor(en): media-konzept kuster                                  ==*/
/*==            Melanie German, Janine Iten, Walti Zubler             ==*/
/*== Copyright: Spörri Veranstaltungstechnik CH-5300 Turgi            ==*/
/*==------------------------------------------------------------------==*/
/*== Versionen: 21.7.2008 Erste Version                               ==*/
/*======================================================================*/

/*------------------ Allgemeine Definitionen -----------------*/

*
{
  margin:0;     /* Gillt für Alle  */
   padding:0;
}

html
{
  padding:0px;
  margin:0px;
  border:0px;
}

body
{
  margin:0px;
  padding:0px;
  background-color: #f0f2ff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:13px;
}

a
{
  text-decoration:none;
  border:0;
  outline-style:none;
  outline-width:0;
  color:#a4b8e2;
}

.clear_float
{
  clear:both;
}

ul.stellen
{
  padding-left:40px;
}

ul.sitemap
{
  padding-left:40px;
}

/*------------------ Raumaufteilung -----------------*/


#arbeitsflaeche
{
  width:900px;
  margin: 0 auto;
  padding-top:10px;
  padding-bottom:5px;
}


/*-------- Header mit Grafik und Navigation  ---------*/

#header_top 
{
  width: 900px;
  height: 19px;
  background-image:url(../images/layout/header_top.jpg);
  background-repeat:no-repeat;
}

#header     /* Kopf mit header-grafik */
{
  width:900px;
  height:130px;
  background-image:url(../images/layout/header.jpg);
  background-repeat:no-repeat;
  background-color: #fff;
}

#buttons3
{
  margin-left:800px;
  height:20px;
}

#logos_header 
{
text-align:right;
padding-right: 25px;
height:90px;
}

#logos_header_inhalt 
{
padding-top:10px;
}

#hauptnavigation
{
  margin-left:20px;
  height:20px;
}

/*---------------- Illustration ---------------*/

#illustration
{

  width:900px;
  height:270px;
  padding-top:10px;
  background-image:url(../images/layout/main.jpg);
  background-repeat:repeat-y;
}

#illustration_inhalt
{
  padding-left:18px;
}

#telefon_nummer
{
  margin-top: -50px;
  margin-left:600px;
  font-size:30px;
  color:#FFFFFF;
  /* filter:alpha(opacity=80); */
  /* opacity: 0.8; */
  /* -moz-opacity:0.8; */
  font-family: arial;
  font-weight:bold;
}

/*---------------- Main-Bereich Startseite ---------------*/

#main
{
  width:900px;
  background-image:url(../images/layout/main.jpg);
  background-repeat:repeat-y;
}

#main_links
{
  width: 710px;
  float:left;
}

#main_links_inhalt
{
  padding-left:40px;
}

#main_rechts
{
  width:190px;
  float:right;
}

#main_rechts_inhalt
{
  padding-top:3px;
}

/*---------------- Main-Bereich Standard ---------------*/

#main_breit
{
  width:900px;
  background-image:url(../images/layout/main.jpg);
  background-repeat:repeat-y;
}

#main_breit_inhalt
{
  padding-top:10px;
  padding-right:30px;
  padding-left: 40px;
  padding-bottom:20px;
}

/*---------------- Main-Bereich dienstleistung---------*/

#dienstleistung_bild
{
  float:left;
  width: 170px;
}

#dienstleistung_text
{
  float:left;
  width:500px;
}


/*---------------- Fusszeile ------------------*/

#fusszeile
{
  font-size:10px;
  color:#AAAAAA;
  width: 900px;
  height:30px;
  background-image: url(../images/layout/footer.jpg);
  background-repeat:no-repeat;
  
}

#fusszeile_inhalt 
{
  padding-top:10px;
  padding-left:25px;
}

/*----------------------------------------------------------------*/
/*--                      Texte                                 --*/
/*----------------------------------------------------------------*/

h1.content
{
  padding-top:20px;
  padding-bottom:20px;
  font-size:16px;
  font-weight:bold;
  color:#bebebe;
  font-family: Verdana,  'Trebuchet MS', Helvetica, Arial, sans-serif;
}

h1
{
  padding-top:20px;
  padding-bottom:20px;
  font-size:16px;
  font-weight:normal;
  color:#bebebe;
  font-family: Verdana,  'Trebuchet MS', Helvetica, Arial, sans-serif;
}

h2.content
{
  padding-bottom:10px;



  font-size:14px;
  color:#707070;

  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

h2
{
  font-size:14px;
  color:#707070;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

/*----------------------------------------------------------------*/
/*--                      4 button                               --*/
/*----------------------------------------------------------------*/

a img
{
  text-decoration:none;
  border:0;
  outline-style:none;
  outline-width:0;
}

.button4_box
{
  width: 155px;
  height: 70px;
  margin-bottom:12px;
}

.button4_1
{
  font-size: 70px;
  width: 155px;
  height: 70px;
  background-image: url(../images/buttons4/licht.jpg);
  background-repeat: no-repeat;
}

.button4_1 a:hover
{
  font-size: 70px;
  background-image: url(../images/buttons4/licht_over.jpg);
  background-repeat: no-repeat;
}

.button4_2
{
  font-size: 70px;
  width: 155px;
  height: 70px;
  background-image: url(../images/buttons4/video.jpg);
  background-repeat: no-repeat;
}

.button4_2 a:hover
{
  font-size: 70px;
  background-image: url(../images/buttons4/video_over.jpg);
  background-repeat: no-repeat;
}

.button4_3
{
  font-size: 70px;
  width: 155px;
  height: 70px;
  background-image: url(../images/buttons4/ton.jpg);
  background-repeat: no-repeat;
}

.button4_3 a:hover
{
  font-size: 70px;
  background-image: url(../images/buttons4/ton_over.jpg);
  background-repeat: no-repeat;
}

.button4_4
{
  font-size: 70px;
  width: 155px;
  height: 70px;
  background-image: url(../images/buttons4/laser.jpg);
  background-repeat:no-repeat;
}

.button4_4 a:hover
{
  font-size: 70px;
  background-image: url(../images/buttons4/laser_over.jpg);
  background-repeat: no-repeat;
}

/*----------------------------------------------------------------*/
/*--                     Sitemap                                --*/
/*----------------------------------------------------------------*/

a.sitemap_level1
{
  display:block;
  border-bottom:1px dashed #b4a8b4;
  color:#a4b8e2;
  font-weight:normal;
  padding-bottom:.4em;
  background:url("../images/navi_pfeil_rechts.gif") no-repeat;
  background-position:right;
}

a.sitemap_level2
{
  color:rgb(62,77,116);
  background:url("../images/navi_pfeil_rechts.gif") no-repeat;
  background-position:170px 4px;
  display:block;
}

a.sitemap_level3
{
  color:rgb(190,190,190);
}

.sitemap_level2_container
{
  float:left;
  width:50%;
  padding-top:.3em;
}

.sitemap_level3_container
{
  float:right;
  width:50%;
  padding-top:.3em;
}

/*----------------------------------------------------------------*/
/*--                     Artikelliste auf Startseite            --*/
/*----------------------------------------------------------------*/

.teaser_advanced
{
  width: 330px;
  height:130px;
  float:left;
}

.headline_advanced
{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  color:#bebebe;
}
 
.img_advanced0
{
  margin-right: 10px;
  margin-top:2px;
  float: left;
}

.text_advanced0
{
  margin-left: 10px;
  font-weight:normal;
  padding-bottom:10px;
  font-size:11px;
  color: #666666;
  padding-right:10px;
}

.more_advanced
{
  text-align: right;
  clear: both;
  padding-right:10px;
  font-size:11px;
}

.pageselector
{
} 

.content
{
  font-size:11px;
  padding-right:15px;
}

/*---------------------------------------------*/ 
/*                 Downloadmodul               */ 
/*---------------------------------------------*/ 

#dl_box { margin-top: 20px; margin-left: 50px; width: 100%;}
.dl_icon { width: 30px; float: left;}
.dl_textbox {float: left; margin-left: 20px; margin-right: 10px; width: 400px; padding-top: 0px;}
.dl_filename {font-size: 15px;}
.dl_filedesc {font-size: 10px;}
.dl_textbox2 {float: left; margin-left: 20px; margin-right: 10px; width: 180px; padding-top: 0px;}
.dl_size {font-size: 10px;}
.dl_counter {font-size: 10px;}
.dl_footer {margin-bottom: 20px;}

#dl_box a {}


/*==============================================================================*/
/*==============================================================================*/

@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

ul.MenuBarHorizontal
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  cursor: default;
  width: auto;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */

ul.MenuBarActive
{
  z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 130px;
  float: left;
  border: 1px #e4e1e1 solid;
  margin-left:-1px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */

ul.MenuBarHorizontal ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  z-index: 1020;
  cursor: default;
  width: 130px;
  position: absolute;
  left: -1000em;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
  left: auto;
  border:none;
}

/* Menu item containers are same fixed width as parent */

ul.MenuBarHorizontal ul li
{
  width: 130px;
  text-align: left;
  border:none;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */

ul.MenuBarHorizontal ul ul
{
  position: absolute;
  margin: 0 0 0 130px;
  border:none;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
  left: auto;
  top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */

ul.MenuBarHorizontal ul
{
  border: 1px solid #bbb;
  filter:alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity:0.8;
}

/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarHorizontal a
{
  display: block;
  cursor: pointer;
  background-color: #f6f6f6;
  padding: 3px 6px;
  color: #333;
  text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
  background-color: #ddd;
  color: #FFF;
}



/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */


ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
  background-color: #ddd;
  color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
  background-image: url(SpryMenuBarDown.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
  background-image: url(SpryMenuBarRight.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
  background-image: url(SpryMenuBarDownHover.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
  background-image: url(SpryMenuBarRightHover.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/*******************************************************************************


 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

ul.MenuBarHorizontal iframe
{
  position: absolute;
  z-index: 1010;
  filter:alpha(opacity:10);
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

@media screen, projection
{
  ul.MenuBarHorizontal li.MenuBarItemIE
    {
        display: inline;
        float: left;
        background: #FFF;
    }
}
/*==============================================================================*/
/*                       Ende Definitionen für SpryMenuBarHorizontal            */
/*==============================================================================*/


/*----------------------------------------------------------------*/
/*--                      Referenzen                            --*/
/*----------------------------------------------------------------*/

.referenzen
{
  width:550px;
  margin-bottom:5px;
  margin-top:10px;
  border-bottom:1px #bbbbbb dotted;
}

.referenzen_image
{
  float:left;
  width: 150px;
  padding-bottom:10px;
}

.referenzen_headline
{
  float:left;
  width: 200px;
  font-weight:bold;
  padding-top:20px;
}

.referenzen_text
{
  float:left;
  width: 200px;
  text-align:left;
  padding-top:20px;
}

#picnur1_hidden
{
  
  margin-top:10px;
  display:none;
}

.titel_referenzen
{
  font-weight:bold;
  padding-top:10px;
}

/*----------------------------------------------------------------*/
/*--                     Linkliste                              --*/
/*----------------------------------------------------------------*/

.linkliste
{
  width: 750px;
  border-bottom: 1px dashed #bebebe;
  padding-bottom: 5px;
  padding-top:5px;
  margin-left:25px;
}

.linkliste_headline
{
  font-weight:bold;
  padding-bottom:10px;
  width: 200px;
  float:left;
}

.linkliste_entry
{
  padding-bottom:10px;
  width: 200px;
  float:left;
}

.linkliste_url
{
  padding-bottom:10px;
  width: 200px;
  float:left;
}

.gehezu
{
  padding-left:680px;

  margin-top:5px;
}

/*------------------------------------------------*/
/*                Mitarbeiter                     */
/*------------------------------------------------*/

.mitarbeiter_box
{
  width:50%;
  padding-bottom:20px;
  float:left;
}

.mitarbeiter_foto
{
  width:120px;
  float:left;
}

.mitarbeiter_foto img
{
  padding:5px;
  border:1px solid #808080;
  outline-style:none;
  outline-width:0;
  text-decoration: none;
  background-color:#D0D0D0;
}

.mitarbeiter_text
{
  padding-top:20px;
  float:left;
}

td.gallery_image img
{
  padding:5px;
  background-color:#DDDDDD;
}

.referenzen_image img
{
  padding:5px;
  background-color:#DDDDDD;
}

.img_advanced0 img
{
  padding:3px;
  background-color:#DDDDDD;
}

