/* CSS_Formate fuer subdomain Kontakt */


/* Eigene Farben und Bilder */
#kontakt {
 background-color:#f90;
}
#menu {
 border-color:#f90;
}
.titel,
.update,
.impressum {
 color:#f90;
 border-color:#f90;
}

#icon {
 background:url(../../../img/icon/kontakt_icon.gif);
}

#menu #icon a:hover, #menu #icon a.active:hover {
 background:url(../../../img/icon/aktiv/kontakt_icon.gif) top left no-repeat;
}
#inhalt a:link {
 color:#f90;
 font-weight:normal; text-decoration:none; 
 }
#inhalt a:active {
 color:#f90;
 text-decoration:none;
 }
#inhalt a:visited {
 color:#f90;
 text-decoration:none;
 }
#inhalt a:hover, a.aktuell:hover {
 color:#fff;
 text-decoration:underline;
 }

#menu a:active, #menu a:hover, #menu a.active:visited, #menu a.active:link  {
 background-image:url(../../../deutsch/kontakt/img/pfeil_links.gif);
 color:#f90;
}
.infokarte p, .info_karte h3 {
 width:250px;
}
.info_karte h3 {
 background:#999 url(../../../img/nav_bg.gif) 0 0 repeat-y;
 font-size:12px;
 color:#f90;
 margin:20px 0 5px 0px;
 padding:0 5px;
 border:1px solid #f90;
 border-width:1px 0;
}

p {
 margin-right:20px;
}

#buehne {
 padding:40px 0 0 70px;
 height:80px;
 background:#ccc url(../../../deutsch/galerie/img/haus.gif) no-repeat;
}
#foyer {
 padding:40px 0 0 70px;
 height:180px;
 background:url(../../../deutsch/galerie/img/kuenstler.gif) no-repeat;
}


/* Skrollbereich */

#bildlaufleiste {
width:15px;
height:180px;
float:left;
border:1px solid #888;
}

#bildlaufleiste div {
 border: 1px solid #c0c0c0;
 height:15px;
 text-align:center;
 position:relative;
}

.unten {
 top:145px;
}

#passepartout, .passepartout {
 padding-top:20px;
 background:#ccc;
 padding-bottom:100%; 
 text-align:right; /* richtet Bild im IE rechts aus*/
}

#passepartout img, .passepartout img { /* richtet Bild in OP, NS, etc. rechts aus*/
 margin-left:auto;
 margin-right:7%;
 display:block;
}
* html .info-karte {
 height:1px;
 padding:40px 0 0 70px;
 margin-left:70px;
}