/*=====================================================================*/
/*==              Zusätze für die ART-Gallery                        ==*/
/*==-----------------------------------------------------------------==*/
/*==          Bildschirm - CSS made by media-konzept.ch              ==*/
/*==-----------------------------------------------------------------==*/
/*==  Copyright: 2009 LP Copycenter CH-5430 Wettingen                ==*/
/*==  Author   : media-konzept kuster, CH-5430 Wettingen             ==*/
/*==             Felix Kuster, Walti Zubler                          ==*/
/*==-----------------------------------------------------------------==*/
/*== Erste Version : 23.11.2009 Walti Zubler                         ==*/
/*== Aenderungen   : tt.mm.jjjj was wurde geaendert + Name           ==*/
/*==               : tt.mm.jjjj was wurde geanedert + Name           ==*/
/*=====================================================================*/

hr
 {
   border: 0px;
   border-top: solid 1px #888;
   border-bottom: transparent;
 }

input:focus, textarea:focus  {  background-color: #FCF5CB;  }

#inhaltbereich_oben_mitte_teaser, #inhaltbereich_oben_links, #inhaltbereich_oben_rechts_oben, #inhaltbereich_oben_rechts_unten
{
  display:none;
}

#art_gal_navigation
{
  margin-bottom:15px;
  padding-bottom: 15px;
  font-size:10px;
  border-bottom: 1px dotted #d9d9d9;
}

#art_gal_navigation form
{
  float:left;
}

#art_gal_navigation input
{
  width:122px;
}

.button_abstand_1
{
  width:40px;
  height:40px;
  background-image: url("/art_gallery/navi_grafiken/sehstoff/between.jpg");
  background-repeat: no-repeat;
  display:block;
  float:left;
}

.button_abstand_2
{
  width:120px;
  height:40px;
  display:block;
  float:left;
}

.info_beachten
{
  margin-top:6px;
  font-weight:bold;
  color:maroon;
}

#content_bereich_breit a:hover {  color:red;  }

/*====================== Kuenstlerliste ==================*/

.kuenstler_liste
{
}

.kuenstler_liste a  {  font-weight:bold;  }

.kuenstler_liste_spalte
{
  width:355px;
  margin-bottom:20px;
  float:left;
}

.kuenstler_liste_foto
{
  width:130px;
  float:left;
}

.kuenstler_liste_text
{
  width:215px;
  float:left;
}

.kuenstler_liste_text form
{
  margin-top:15px;
}

/*====================== Bilderliste ==================*/

.bilder_liste
{
}

.bilder_liste_zeile
{
  margin-bottom:25px;
}

.bilder_liste_spalte
{
  width:355px;
  float:left;
}

.bilder_liste_bild
{
  float:left;
  width:130px;
}

.bilder_liste_text
{
  width:215px;
  font-size:12px;
  float:left;
}

.bilder_liste_text a  {  font-weight:bold;  }

.bilder_liste_label
{
  width:125px;
  float:left;
}

.bilder_liste_value
{
  width:90px;
  float:left;
}

.bilder_liste_text form
{
  margin-top:15px;
}

/*====================== Rahmenliste ==================*/

.rahmen_liste
{
}

.rahmen_liste_zeile
{
  margin-bottom:25px;
}

.rahmen_liste_spalte
{
  width:355px;
  float:left;
}

.rahmen_liste_bild
{
  float:left;
  width:130px;
}

.rahmen_liste_text
{
  width:215px;
  font-size:12px;
  float:left;
}

.rahmen_liste_text a  {  font-weight:bold;  }

.rahmen_liste_label
{
  width:80px;
  float:left;
}

.rahmen_liste_value
{
  width:135px;
  float:left;
}

/*====================== Traegerliste ==================*/

.traeger_liste
{
}

.traeger_liste_zeile
{
  margin-bottom:25px;
}

.traeger_liste_spalte
{
  width:355px;
  float:left;
}

.traeger_liste_bild
{
  float:left;
  width:130px;
}

.traeger_liste_text
{
  width:215px;
  font-size:12px;
  float:left;
}

.traeger_liste_text a  {  font-weight:bold;  }

.traeger_liste_label
{
  width:80px;
  float:left;
}

.traeger_liste_value
{
  width:135px;
  float:left;
}

/*====================== Rechner ==================*/

#rechner_links
{
  width:350px;
  float:left;
}

#rechner_rechts
{
  width:300px;
  float:left;
}

.rechner_label
{
  width:100px;
  float:left;
}

.rechner_text
{
  width:250px;
  float:left;
}

#rechner_bildbereich
{
  width:280px;
  height:250px;
}

#rechner_rahmen
{
  position:relative;
  z-index:100;
}

#rechner_bild
{
  position:relative;
  top:-90px;
  left:30px;
  z-index:20;
}

#rechner_rechts input
{
  width:50px;
}

.rechner_rl
{
  width:200px;
  float:left;
}

.rechner_rr
{
  float:right;
}

/*------------------------------------------------------*/
/*--                 PopBox-Bilder                    --*/
/*------------------------------------------------------*/

.kuenstler_liste_foto .PopBoxImageSmall
{
  border:1px #404040 solid;
  cursor: url("/art_gallery/PopBox/images/magplus.cur"), pointer;
}

.bilder_liste_bild .PopBoxImageSmall
{
  border:1px #404040 solid;
  cursor: url("/art_gallery/PopBox/images/magplus.cur"), pointer;
}

.rahmen_liste_bild .PopBoxImageSmall
{
  cursor: url("/art_gallery/PopBox/images/magplus.cur"), pointer;
}

.traeger_liste_bild .PopBoxImageSmall
{
  cursor: url("/art_gallery/PopBox/images/magplus.cur"), pointer;
}

.PopBoxImageLarge
{
  background-color:#FFF;
  border: 2px solid #404040;
  cursor: url("/art_gallery/PopBox/images/magminus.cur"), pointer;
}

