.bodystyle
{
   background-color:rgb(210,237,242); /**hellhellblau*/
background-color:#b5ae7b ; /* schleimgrün*/
   background-color:#b9ae80 ; /* braun */
background-color:#738e29; /*higrugruen */

}

.maintablestyle
{
}

.headnavitem,
a:link.headnavitem,
a:visited.headnavitem,
a:focus.headnavitem,
a:active.headnavitem
{
 color:black;
 text-decoration:none;
 font-size: 0.8em;
}

a:hover.headnavitem
{
 text-decoration:underline;
 color:black;
/* color:rgb(100,100,255);*/  /*hellblau*/
 font-size:0.8em;

}


.headnavarea
{
  display:block;
  text-align:right;
  margin-bottom:10px;
}

.fotorahmen
{
   border-style:groove;
   border-color:white;
}


.gallery
{
  width: 450px;
/*  height:315px;*/
    border-style: ridge;
  border-color: white;
  border-width: 5px;
}

.fotomargin
{
  margin-right:0px;
/*  margin-top:14px;*/
}


.glcell
{
  width:90px;
  height:70px;
}

.galleryhgap
{
  width:5px;
}

.galleryvgap
{
  height:12px;
}



.preisetitles
{
 font-weight:bold;
}

.maillink
{
  text-decoration:none;
}
a:visited.maillink,
a:link.maillink,
a:focus.maillink,
a:active.maillink,
{
   color:blue;
   text-decoration:none;
}

a:hover.maillink
{
 text-decoration:underline;
}


.stdlink
{
  text-decoration:none;
  color:black;
  font-size:0.8em;
  font-weight:bold;
}
a:visited.stdlink,
a:link.stdlink,
a:focus.stdlink,
a:active.stdlink,
{
   color:black;
   text-decoration:none;
  font-size:0.8em;
  font-weight:bold;
}

a:hover.stdlink
{
 text-decoration:underline;
  font-size:0.8em;
  font-weight:bold;
}
/* -------------------------------------------------------------- */
/* C O N F I G U R A T I O N     F O R     T I T L E A R E A */


.titlearea
{
  width: 644px; /* netscape 6.02 erwartet dies, alle anderen browser nicht */
  vertical-align:top;
  padding: 0px;

  height: 90px;


 /* background-color: #1886C6; */
  background-color: #738e29;
 /* background-image: url(pics/title.jpg);     */
  background-image: url(pics/title_garden.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px;
  border-style:none;
  margin-bottom: 1px;

  vertical-align:center;
  text-align: center;
  color:white;
  color:rgb(235,224,178) ; /* braun */
  color:white;
  font-family: 'monotype corsiva';
  font-weight:bold;
  font-size:75px;
  letter-spacing:7px;

}

* html .titlearea
{

}


/* C O N F I G U R A T I O N     F O R     T I T L E A R E A */
/* ------------------------------------------------------------- */
















/* -------------------------------------------------------------- */
/* C O N F I G U R A T I O N     F O R     S I D E B A R A R E A */

.sidebararea
{
   width: 135px;
   padding: 0px;
   vertical-align:top;

   font-family: arial;
   font-size: 10pt;
   font-weight:bold;

/*   background-image:url(pics/sideback.jpg);   */  

   background-image: url(pics/sidebar_garden.jpg);
   background-repeat:no-repeat;
   background-position: top left;

}

/* C O N F I G U R A T I O N     F O R     S I D E B A R A R E A  */
/* -------------------------------------------------------------- */








/* -------------------------------------------------------------- */
/* C O N F I G U R A T I O N     F O R     C O N T E N T A R E A  */

.contentpadding
{
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom:0px;
  margin:0px;
}

.contentfont
{
   font-family: verdana;
   color:black;
   font-size:11pt;
/*   font-weight:bold;  */
   letter-spacing: 0.05em;
   line-height:150%;
  /* width:450px;*/
  margin-right:20px;
  margin-top:14px;

}
.contentarea
{

   background-repeat: no-repeat;
   background-position: 0px 0px;
/*   background-color:#5ab2e7; */
background-image:url(pics/content_garden.jpg); background-position: left top;

   width:644px;    /* 594 - 2*15 */
   height:690px;

   margin: 0px;
   padding:0px;

   vertical-align:top;
   text-align:left;

   font-family: verdana;
   color:white;
   font-size:11pt;
/*   font-weight:bold;  */
   letter-spacing: 0.05em;
   line-height:150%;



   /* style 2 */
/*
   border-style: solid;
   border-width: 1px;
   border-color:white;
*/
   background-color:white;
   color:rgb(70,60,13); /* fast schwarzes braun */
   color:rgb(185,174,128); /* braun */
   color:rgb(80,70,23); /* dunkels braun */
   color:black;
}

/*microsofts extrawurst*/

* html .contentarea
{
/*  width:624px;  */
}




.contentarea h1
{
   font-size:13pt;
   font-weight: normal;
   font-style:italic;

   color:#b9ae80 ; /* braun */
   color:rgb(70,60,13); /* fast schwarzes braun */
   color:black;
}


/*

.contentarea a
{
  text-decoration: none;
  color: #AAAAFF;
  color:blue;
}



.contentarea a:hover
{
  text-decoration: underline;
  color: #FFFFFF;
  color:blue;
}



*/

/** Formatierung für die Tabellenzelle rechts, die
  * Titel und content enthaelt.
  */
.contentbackground
{
 /* background-color:rgb(88,171,220);*/
  vertical-align: top;
}




/* C O N F I G U R A T I O N     F O R     C O N T E N T A R E A  */
/* -------------------------------------------------------------- */









/* ---------------------------------------------------------------- */
/* C O N F I G U R A T I O N    F O R    M A R G I N S  &  G A P S  */

/* RAND ZWISCHEN SIDEBAR UND CONTENT/TITLE*/

.hgap
{
  width:0px;
}


/* RAND ZWISCHEN TITLE UND CONTENT
   ...wird per margin-bottom bei titlearea eingestellt
*/


/* OBERER FREIBEREICH VOR DEM ERSTEN NAVIGATIONSPUNKT */
.topnavigap
{
   height: 35px;
}


/* UNTERER FREIBEREICH VOR DEM ERSTEN NAVIGATIONSPUNKT */
.bottomnavigap
{
   height: 0px;
}

/* ABSTAND ZWISCHEN DEN NAVI ITEMS */
.navigap
{
  height: 30px;
}


/* HORIZONTALER ABSTAND ZWISCHEN DEN SUBNAVIITEMS */
.subnavihgap
{
  width: 30px;
}

/* VERTICALER ABSTAND ZWISCHEN DEN SUBNAVIITEMS */
.subnavivgap
{
  position: relative;

}





/* C O N F I G U R A T I O N    F O R    M A R G I N S  &  G A P S  */
/* ---------------------------------------------------------------- */


















/* Arragements für die erste durch eine Tabelle modellierte
 * subnavizeile
*/
.subnavifirstrow
{
  text-align: center;
  vertical-align:  bottom;
}



.subnavinextrow
{
  text-align: center;
  position: relative; top:20px;
}

































/* -------------------------------------------------------------------- */
/* C O N F I G U R A T I O N    F O R    S U B N A V I G A T I O N I T E M S  */

.subnavitem
{
   background-repeat:no-repeat;
   background-position: top left;
   font-family:'verdana';
  display:block;
  width: 95px;
  /*
  margin-left:7px;
  margin-right:7px;
  */
   border-color: #E0F2FF;
   border-color:green;
   border-color: gray;
   border-style: outset;
   border-width:3px;
   font-size:10pt;
   font-weight:900;
   text-decoration:none;
   text-align:left;
   height: 80px;
}

.subnaviaktuell
{
 border-style:inset;
}



* html .subnavitem
{
  border-color: white;
  border-width:2px;
  width:95px;
  height:80px;
}


.subnavtext
{
}

/* C O N F I G U R A T I O N    F O R    S U B N A V I G A T I O N I T E M S  */
/* -------------------------------------------------------------------- */







/* --------------------------------------------------------------------------- */
/* S U B N A V I   I T E M S      D E R     B L A N K S C H E N     V I L L A */



/* S C H W A R Z W E I S S  */


   a:link.blanck1auswahl,
a:visited.blanck1auswahl,
  a:focus.blanck1auswahl,
 a:active.blanck1auswahl
{
  background-image:url(pics/wohnung1_icon_bw.jpg);
  color:white;
}


a:link.blanck2auswahl,
a:visited.blanck2auswahl,
a:focus.blanck2auswahl,
a:active.blanck2auswahl
{
  background-image:url(pics/wohnung2_icon_bw.jpg);
  color:white;
}

a:link.blanck3auswahl,
a:visited.blanck3auswahl,
a:focus.blanck3auswahl,
a:active.blanck3auswahl
{
  background-image:url(pics/wohnung3_icon_bw.jpg);
  color:white;
}


a:link.blanck4auswahl,
a:visited.blanck4auswahl,
a:focus.blanck4auswahl,
a:active.blanck4auswahl
{
  background-image:url(pics/wohnung4_icon_bw.jpg);
  color:white;
}


a:link.blanck5auswahl,
a:visited.blanck5auswahl,
a:focus.blanck5auswahl,
a:active.blanck5auswahl
{
  background-image:url(pics/bungalow_icon_bw.jpg);
  color:white;
}


a:link.eingangauswahl,
a:visited.eingangauswahl,
a:focus.eingangauswahl,
a:active.eingangauswahl
{
  background-image:url(pics/eingang_icon_bw.jpg);
  color:white;
}


a:link.gartenauswahl,
a:visited.gartenauswahl,
a:focus.gartenauswahl,
a:active.gartenauswahl
{
  background-image:url(pics/garten_icon_bw.jpg);
  color:white;
}


a:link.herbstauswahl,
a:visited.herbstauswahl,
a:focus.herbstauswahl,
a:active.herbstauswahl
{
  background-image:url(pics/herbst_icon_bw.jpg);
  color:white;
}



a:link.sonnenuntergangauswahl,
a:visited.sonnenuntergangauswahl,
a:focus.sonnenuntergangauswahl,
a:active.sonnenuntergangauswahl
{
  background-image:url(pics/sonnenuntergang_icon_bw.jpg);
  color:white;
}


/* F A R B E  */


a:hover.blanck1auswahl
{
  background-image:url(pics/wohnung1_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.blanck2auswahl
{
  background-image:url(pics/wohnung2_icon_cl.jpg);
  text-decoration:none;
 color:white;
}

a:hover.blanck3auswahl
{
  background-image:url(pics/wohnung3_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.blanck4auswahl
{
  background-image:url(pics/wohnung4_icon_cl.jpg);
  text-decoration:none;
  color:white;
}



a:hover.blanck5auswahl
{
  background-image:url(pics/bungalow_icon_cl.jpg);
  text-decoration:none;
  color:white;
}


a:hover.eingangauswahl
{
  background-image:url(pics/eingang_icon_cl.jpg);
  text-decoration:none;
  color:white;
}


a:hover.gartenauswahl
{
  background-image:url(pics/garten_icon_cl.jpg);
  text-decoration:none;
  color:white;
}


a:hover.herbstauswahl
{
  background-image:url(pics/herbst_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.sonnenuntergangauswahl
{
  background-image:url(pics/sonnenuntergang_icon_cl.jpg);
  text-decoration:none;
  color:white;
}



/* S U B N A V I   I T E M S      D E R     B L A N K S C H E N     V I L L A */
/* --------------------------------------------------------------------------- */






/* -------------------------------------------------------------------- */
/* C O N F I G U R A T I O N    F O R    N A V I G A T I O N I T E M S  */


.defaultauswahl
{
   background-color: rgb(10,129,193); /* blau*/
   background-color:#8dbe42; /* grün */
   background-color:#b5ae7b ; /* schleimgrün*/
   background-color:#b9ae80 ; /* braun */
   background-color:#738e29; /*higrugruen */
   color:rgb(70,60,13); /* fast schwarzes braun */
   color: white;
   padding-top:10px;
   padding-bottom:10px;
}


a:hover.defaultauswahl
{
/*  background-color:e0f2ff; */
  background-color:white;
  color: black;
   color:#b9ae80 ; /* braun */
   color:white;
   background-color:rgb(70,60,13); /* fast schwarzes braun */
   background-color:#a3be59; /*higrugruen */
}


.defaultaktuell,
a:hover.defaultaktuell
{
   background-color:white;
   color:rgb(70,60,13); /* fast schwarzes braun */

   background-color:#93ae59; /*higrugruen */
   background-color:#a3be59; /*higrugruen */
   background-color:rgb(163,190,89);   /*higrugruen */
   background-color:rgb(183,210,109);   /*higrugruen */
   color:white;
}



.navitem
{
   display:block;


   border-width:3px;
   border-style: outset;
   border-color: #E0F2FF;
   border-color:#b9ae80 ; /* braun */
   border-color:rgb(70,60,13); /* fast schwarzes braun */
   border-color:white;


   width: 105px;
   text-align: center;
/*   margin-bottom: 40px;
   margin-top: 10px;*/
   font-family: 'arial';
   font-size:10pt;
   text-decoration: none;


}



.hausauswahl
{
   background-position: center center;
   background-repeat: no-repeat;
   text-align: left;
   font-weight: 900;
   color: white;
   font-family: 'arial black'
}



a:link.haus1, a:visited.haus1, a:focus.haus1, a:active.haus1
{
   background-image:url(pics/haus1_icon_bw.jpg);
   height:84px;
}


a:link.haus2, a:visited.haus2, a:focus.haus2, a:active.haus2
{
   background-image:url(pics/haus2_icon_bw.jpg);
   height:85px;
}

.haus1aktuell
{
  background-image:url(pics/haus1_icon_cl.jpg);
  height:84px;
}


.haus2aktuell
{
  background-image:url(pics/haus2_icon_cl.jpg);
  height:85px;
}

a:hover.haus1
{
  background-image:url(pics/haus1_icon_cl.jpg);
   height:84px;
}

a:hover.haus2
{
   background-image:url(pics/haus2_icon_cl.jpg);
}




/* C O N F I G U R A T I O N    F O R    N A V I G A T I O N I T E M S  */
/* -------------------------------------------------------------------- */







/* --------------------------------------------------------------------------- */
/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  1                   */


   a:link.wohnung11auswahl,
a:visited.wohnung11auswahl,
  a:focus.wohnung11auswahl,
 a:active.wohnung11auswahl
{
  background-image:url(wohnung1/tour11_icon_bw.jpg);
  color:white;
}

   a:link.wohnung12auswahl,
a:visited.wohnung12auswahl,
  a:focus.wohnung12auswahl,
 a:active.wohnung12auswahl
{
  background-image:url(wohnung1/tour12_icon_bw.jpg);
  color:white;
}

   a:link.wohnung13auswahl,
a:visited.wohnung13auswahl,
  a:focus.wohnung13auswahl,
 a:active.wohnung13auswahl
{
  background-image:url(wohnung1/tour13_icon_bw.jpg);
  color:white;
}

   a:link.wohnung14auswahl,
a:visited.wohnung14auswahl,
  a:focus.wohnung14auswahl,
 a:active.wohnung14auswahl
{
  background-image:url(wohnung1/tour14_icon_bw.jpg);
  color:white;
}

   a:link.wohnung15auswahl,
a:visited.wohnung15auswahl,
  a:focus.wohnung15auswahl,
 a:active.wohnung15auswahl
{
  background-image:url(wohnung1/tour15_icon_bw.jpg);
  color:white;
}

   a:link.wohnung16auswahl,
a:visited.wohnung16auswahl,
  a:focus.wohnung16auswahl,
 a:active.wohnung16auswahl
{
  background-image:url(wohnung1/tour16_icon_bw.jpg);
  color:white;
}

   a:link.wohnung17auswahl,
a:visited.wohnung17auswahl,
  a:focus.wohnung17auswahl,
 a:active.wohnung17auswahl
{
  background-image:url(wohnung1/tour17_icon_bw.jpg);
  color:white;
}

   a:link.wohnung18auswahl,
a:visited.wohnung18auswahl,
  a:focus.wohnung18auswahl,
 a:active.wohnung18auswahl
{
  background-image:url(wohnung1/tour18_icon_bw.jpg);
  color:white;
}

   a:link.wohnung19auswahl,
a:visited.wohnung19auswahl,
  a:focus.wohnung19auswahl,
 a:active.wohnung19auswahl
{
  background-image:url(wohnung1/tour19_icon_bw.jpg);
  color:white;
}

   a:link.wohnung110auswahl,
a:visited.wohnung110auswahl,
  a:focus.wohnung110auswahl,
 a:active.wohnung110auswahl
{
  background-image:url(wohnung1/tour110_icon_bw.jpg);
  color:white;
}




a:hover.wohnung11auswahl
{
  background-image:url(wohnung1/tour11_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung12auswahl
{
  background-image:url(wohnung1/tour12_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung13auswahl
{
  background-image:url(wohnung1/tour13_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung14auswahl
{
  background-image:url(wohnung1/tour14_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung15auswahl
{
  background-image:url(wohnung1/tour15_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung16auswahl
{
  background-image:url(wohnung1/tour16_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung17auswahl
{
  background-image:url(wohnung1/tour17_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung18auswahl
{
  background-image:url(wohnung1/tour18_icon_cl.jpg);
  text-decoration:none;color:white;
}

a:hover.wohnung19auswahl
{
  background-image:url(wohnung1/tour19_icon_cl.jpg);
  text-decoration:none;color:white;
}

a:hover.wohnung110auswahl
{
  background-image:url(wohnung1/tour110_icon_cl.jpg);
  text-decoration:none;color:white;
}




.wohnung11aktuell, a:hover.wohnung11aktuell
{
  background-image:url(wohnung1/tour11_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung12aktuell, a:hover.wohnung12aktuell
{
  background-image:url(wohnung1/tour12_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung13aktuell, a:hover.wohnung13aktuell
{
  background-image:url(wohnung1/tour13_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung14aktuell, a:hover.wohnung14aktuell
{
  background-image:url(wohnung1/tour14_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung15aktuell, a:hover.wohnung15aktuell
{
  background-image:url(wohnung1/tour15_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung16aktuell, a:hover.wohnung16aktuell
{
  background-image:url(wohnung1/tour16_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung17aktuell, a:hover.wohnung17aktuell
{
  background-image:url(wohnung1/tour17_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung18aktuell, a:hover.wohnung18aktuell
{
  background-image:url(wohnung1/tour18_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung19aktuell, a:hover.wohnung19aktuell
{
  background-image:url(wohnung1/tour19_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung110aktuell, a:hover.wohnung110aktuell
{
  background-image:url(wohnung1/tour110_icon_cl.jpg);
  text-decoration:none;color:white;
}



/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  1                   */
/* --------------------------------------------------------------------------- */





/* --------------------------------------------------------------------------- */
/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  2                   */


   a:link.wohnung21auswahl,
a:visited.wohnung21auswahl,
  a:focus.wohnung21auswahl,
 a:active.wohnung21auswahl
{
  background-image:url(wohnung2/tour21_icon_bw.jpg);
  color:white;
}

   a:link.wohnung22auswahl,
a:visited.wohnung22auswahl,
  a:focus.wohnung22auswahl,
 a:active.wohnung22auswahl
{
  background-image:url(wohnung2/tour22_icon_bw.jpg);
  color:white;
}

   a:link.wohnung23auswahl,
a:visited.wohnung23auswahl,
  a:focus.wohnung23auswahl,
 a:active.wohnung23auswahl
{
  background-image:url(wohnung2/tour23_icon_bw.jpg);
  color:white;
}

   a:link.wohnung24auswahl,
a:visited.wohnung24auswahl,
  a:focus.wohnung24auswahl,
 a:active.wohnung24auswahl
{
  background-image:url(wohnung2/tour24_icon_bw.jpg);
  color:white;
}

   a:link.wohnung25auswahl,
a:visited.wohnung25auswahl,
  a:focus.wohnung25auswahl,
 a:active.wohnung25auswahl
{
  background-image:url(wohnung2/tour25_icon_bw.jpg);
  color:white;
}

   a:link.wohnung26auswahl,
a:visited.wohnung26auswahl,
  a:focus.wohnung26auswahl,
 a:active.wohnung26auswahl
{
  background-image:url(wohnung2/tour26_icon_bw.jpg);
  color:white;
}
   a:link.wohnung28auswahl,
a:visited.wohnung28auswahl,
  a:focus.wohnung28auswahl,
 a:active.wohnung28auswahl
{
  background-image:url(wohnung2/tour28_icon_bw.jpg);
  color:white;
}


   a:link.wohnung29auswahl,
a:visited.wohnung29auswahl,
  a:focus.wohnung29auswahl,
 a:active.wohnung29auswahl
{
  background-image:url(wohnung2/tour29_icon_bw.jpg);
  color:white;
}


a:hover.wohnung21auswahl
{
  background-image:url(wohnung2/tour21_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung22auswahl
{
  background-image:url(wohnung2/tour22_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung23auswahl
{
  background-image:url(wohnung2/tour23_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung24auswahl
{
  background-image:url(wohnung2/tour24_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung25auswahl
{
  background-image:url(wohnung2/tour25_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung26auswahl
{
  background-image:url(wohnung2/tour26_icon_cl.jpg);
  text-decoration:none;
  color:white;
}
a:hover.wohnung28auswahl
{
  background-image:url(wohnung2/tour28_icon_cl.jpg);
  text-decoration:none;
  color:white;
}
a:hover.wohnung29auswahl
{
  background-image:url(wohnung2/tour29_icon_cl.jpg);
  text-decoration:none;
  color:white;
}


.wohnung21aktuell, a:hover.wohnung21aktuell
{
  background-image:url(wohnung2/tour21_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung22aktuell, a:hover.wohnung22aktuell
{
  background-image:url(wohnung2/tour22_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung23aktuell, a:hover.wohnung23aktuell
{
  background-image:url(wohnung2/tour23_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung24aktuell, a:hover.wohnung24aktuell
{
  background-image:url(wohnung2/tour24_icon_cl.jpg);
  text-decoration:none;color:white;
}
.wohnung25aktuell, a:hover.wohnung25aktuell
{
  background-image:url(wohnung2/tour25_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung26aktuell, a:hover.wohnung26aktuell
{
  background-image:url(wohnung2/tour26_icon_cl.jpg);
  text-decoration:none;color:white;
}
.wohnung28aktuell, a:hover.wohnung28aktuell
{
  background-image:url(wohnung2/tour28_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung29aktuell, a:hover.wohnung29aktuell
{
  background-image:url(wohnung2/tour29_icon_cl.jpg);
  text-decoration:none;color:white;
}



/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  2                   */
/* --------------------------------------------------------------------------- */










/* --------------------------------------------------------------------------- */
/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  3                   */


   a:link.wohnung31auswahl,
a:visited.wohnung31auswahl,
  a:focus.wohnung31auswahl,
 a:active.wohnung31auswahl
{
  background-image:url(wohnung3/tour31_icon_bw.jpg);
  color:white;
}

   a:link.wohnung32auswahl,
a:visited.wohnung32auswahl,
  a:focus.wohnung32auswahl,
 a:active.wohnung32auswahl
{
  background-image:url(wohnung3/tour32_icon_bw.jpg);
  color:white;
}

   a:link.wohnung33auswahl,
a:visited.wohnung33auswahl,
  a:focus.wohnung33auswahl,
 a:active.wohnung33auswahl
{
  background-image:url(wohnung3/tour33_icon_bw.jpg);
  color:white;
}

   a:link.wohnung35auswahl,
a:visited.wohnung35auswahl,
  a:focus.wohnung35auswahl,
 a:active.wohnung35auswahl
{
  background-image:url(wohnung3/tour35_icon_bw.jpg);
  color:white;
}

   a:link.wohnung36auswahl,
a:visited.wohnung36auswahl,
  a:focus.wohnung36auswahl,
 a:active.wohnung36auswahl
{
  background-image:url(wohnung3/tour36_icon_bw.jpg);
  color:white;
}

   a:link.wohnung34auswahl,
a:visited.wohnung34auswahl,
  a:focus.wohnung34auswahl,
 a:active.wohnung34auswahl
{
  background-image:url(wohnung3/tour34_icon_bw.jpg);
  color:white;
}




a:hover.wohnung31auswahl
{
  background-image:url(wohnung3/tour31_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung32auswahl
{
  background-image:url(wohnung3/tour32_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung33auswahl
{
  background-image:url(wohnung3/tour33_icon_cl.jpg);
  text-decoration:none;
  color:white;
}


a:hover.wohnung35auswahl
{
  background-image:url(wohnung3/tour35_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung36auswahl
{
  background-image:url(wohnung3/tour36_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung34auswahl
{
  background-image:url(wohnung3/tour34_icon_cl.jpg);
  text-decoration:none;
  color:white;
}





.wohnung31aktuell, a:hover.wohnung31aktuell
{
  background-image:url(wohnung3/tour31_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung32aktuell, a:hover.wohnung32aktuell
{
  background-image:url(wohnung3/tour32_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung33aktuell, a:hover.wohnung33aktuell
{
  background-image:url(wohnung3/tour33_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung35aktuell, a:hover.wohnung35aktuell
{
  background-image:url(wohnung3/tour35_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung36aktuell, a:hover.wohnung36aktuell
{
  background-image:url(wohnung3/tour36_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung34aktuell, a:hover.wohnung34aktuell
{
  background-image:url(wohnung3/tour34_icon_cl.jpg);
  text-decoration:none;color:white;
}




/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  3                   */
/* --------------------------------------------------------------------------- */










/* --------------------------------------------------------------------------- */
/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  4                   */


   a:link.wohnung41auswahl,
a:visited.wohnung41auswahl,
  a:focus.wohnung41auswahl,
 a:active.wohnung41auswahl
{
  background-image:url(wohnung4/tour41_icon_bw.jpg);
  color:white;
}

   a:link.wohnung42auswahl,
a:visited.wohnung42auswahl,
  a:focus.wohnung42auswahl,
 a:active.wohnung42auswahl
{
  background-image:url(wohnung4/tour42_icon_bw.jpg);
  color:white;
}

   a:link.wohnung43auswahl,
a:visited.wohnung43auswahl,
  a:focus.wohnung43auswahl,
 a:active.wohnung43auswahl
{
  background-image:url(wohnung4/tour43_icon_bw.jpg);
  color:white;
}

   a:link.wohnung44auswahl,
a:visited.wohnung44auswahl,
  a:focus.wohnung44auswahl,
 a:active.wohnung44auswahl
{
  background-image:url(wohnung4/tour44_icon_bw.jpg);
  color:white;
}

   a:link.wohnung45auswahl,
a:visited.wohnung45auswahl,
  a:focus.wohnung45auswahl,
 a:active.wohnung45auswahl
{
  background-image:url(wohnung4/tour45_icon_bw.jpg);
  color:white;
}

   a:link.wohnung46auswahl,
a:visited.wohnung46auswahl,
  a:focus.wohnung46auswahl,
 a:active.wohnung46auswahl
{
  background-image:url(wohnung4/tour46_icon_bw.jpg);
  color:white;
}

   a:link.wohnung47auswahl,
a:visited.wohnung47auswahl,
  a:focus.wohnung47auswahl,
 a:active.wohnung47auswahl
{
  background-image:url(wohnung4/tour47_icon_bw.jpg);
  color:white;
}

   a:link.wohnung48auswahl,
a:visited.wohnung48auswahl,
  a:focus.wohnung48auswahl,
 a:active.wohnung48auswahl
{
  background-image:url(wohnung4/tour48_icon_bw.jpg);
  color:white;
}

   a:link.wohnung49auswahl,
a:visited.wohnung49auswahl,
  a:focus.wohnung49auswahl,
 a:active.wohnung49auswahl
{
  background-image:url(wohnung4/tour49_icon_bw.jpg);
  color:white;
}

   a:link.wohnung410auswahl,
a:visited.wohnung410auswahl,
  a:focus.wohnung410auswahl,
 a:active.wohnung410auswahl
{
  background-image:url(wohnung4/tour410_icon_bw.jpg);
  color:white;
}




a:hover.wohnung41auswahl
{
  background-image:url(wohnung4/tour41_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung42auswahl
{
  background-image:url(wohnung4/tour42_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung43auswahl
{
  background-image:url(wohnung4/tour43_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung44auswahl
{
  background-image:url(wohnung4/tour44_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung45auswahl
{
  background-image:url(wohnung4/tour45_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung46auswahl
{
  background-image:url(wohnung4/tour46_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung47auswahl
{
  background-image:url(wohnung4/tour47_icon_cl.jpg);
  text-decoration:none;
  color:white;
}
a:hover.wohnung48auswahl
{
  background-image:url(wohnung4/tour48_icon_cl.jpg);
  text-decoration:none;
  color:white;
}
a:hover.wohnung49auswahl
{
  background-image:url(wohnung4/tour49_icon_cl.jpg);
  text-decoration:none;
  color:white;
}
a:hover.wohnung410auswahl
{
  background-image:url(wohnung4/tour410_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

.wohnung41aktuell, a:hover.wohnung41aktuell
{
  background-image:url(wohnung4/tour41_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung42aktuell, a:hover.wohnung42aktuell
{
  background-image:url(wohnung4/tour42_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung43aktuell, a:hover.wohnung43aktuell
{
  background-image:url(wohnung4/tour43_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung44aktuell, a:hover.wohnung44aktuell
{
  background-image:url(wohnung4/tour44_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung45aktuell, a:hover.wohnung45aktuell
{
  background-image:url(wohnung4/tour45_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung46aktuell, a:hover.wohnung46aktuell
{
  background-image:url(wohnung4/tour46_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung47aktuell, a:hover.wohnung47aktuell
{
  background-image:url(wohnung4/tour47_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung48aktuell, a:hover.wohnung48aktuell
{
  background-image:url(wohnung4/tour48_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung49aktuell, a:hover.wohnung49aktuell
{
  background-image:url(wohnung4/tour49_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung410aktuell, a:hover.wohnung410aktuell
{
  background-image:url(wohnung4/tour410_icon_cl.jpg);
  text-decoration:none;color:white;
}



/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  4                   */
/* --------------------------------------------------------------------------- */











/* --------------------------------------------------------------------------- */
/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  5                   */


   a:link.wohnung51auswahl,
a:visited.wohnung51auswahl,
  a:focus.wohnung51auswahl,
 a:active.wohnung51auswahl
{
  background-image:url(wohnung5/tour51_icon_bw.jpg);
  color:white;
}

   a:link.wohnung52auswahl,
a:visited.wohnung52auswahl,
  a:focus.wohnung52auswahl,
 a:active.wohnung52auswahl
{
  background-image:url(wohnung5/tour52_icon_bw.jpg);
  color:white;
}

   a:link.wohnung53auswahl,
a:visited.wohnung53auswahl,
  a:focus.wohnung53auswahl,
 a:active.wohnung53auswahl
{
  background-image:url(wohnung5/tour53_icon_bw.jpg);
  color:white;
}

   a:link.wohnung54auswahl,
a:visited.wohnung54auswahl,
  a:focus.wohnung54auswahl,
 a:active.wohnung54auswahl
{
  background-image:url(wohnung5/tour54_icon_bw.jpg);
  color:white;
}

   a:link.wohnung55auswahl,
a:visited.wohnung55auswahl,
  a:focus.wohnung55auswahl,
 a:active.wohnung55auswahl
{
  background-image:url(wohnung5/tour55_icon_bw.jpg);
  color:white;
}

   a:link.wohnung56auswahl,
a:visited.wohnung56auswahl,
  a:focus.wohnung56auswahl,
 a:active.wohnung56auswahl
{
  background-image:url(wohnung5/tour56_icon_bw.jpg);
  color:white;
}

   a:link.wohnung57auswahl,
a:visited.wohnung57auswahl,
  a:focus.wohnung57auswahl,
 a:active.wohnung57auswahl
{
  background-image:url(wohnung5/tour57_icon_bw.jpg);
  color:white;
}



a:hover.wohnung51auswahl
{
  background-image:url(wohnung5/tour51_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung52auswahl
{
  background-image:url(wohnung5/tour52_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung53auswahl
{
  background-image:url(wohnung5/tour53_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung54auswahl
{
  background-image:url(wohnung5/tour54_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung55auswahl
{
  background-image:url(wohnung5/tour55_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung56auswahl
{
  background-image:url(wohnung5/tour56_icon_cl.jpg);
  text-decoration:none;
  color:white;
}

a:hover.wohnung57auswahl
{
  background-image:url(wohnung5/tour57_icon_cl.jpg);
  text-decoration:none;
  color:white;
}




.wohnung51aktuell, a:hover.wohnung51aktuell
{
  background-image:url(wohnung5/tour51_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung52aktuell, a:hover.wohnung52aktuell
{
  background-image:url(wohnung5/tour52_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung53aktuell, a:hover.wohnung53aktuell
{
  background-image:url(wohnung5/tour53_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung54aktuell, a:hover.wohnung54aktuell
{
  background-image:url(wohnung5/tour54_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung55aktuell, a:hover.wohnung55aktuell
{
  background-image:url(wohnung5/tour55_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung56aktuell, a:hover.wohnung56aktuell
{
  background-image:url(wohnung5/tour56_icon_cl.jpg);
  text-decoration:none;color:white;
}

.wohnung57aktuell, a:hover.wohnung57aktuell
{
  background-image:url(wohnung5/tour57_icon_cl.jpg);
  text-decoration:none;color:white;
}



/* S U B N A V I   I T E M S      F Ü R     W O H N U N G  5                   */
/* --------------------------------------------------------------------------- */
