/*  #####################################################
**  Domain:    www.gesundes-bayern.by
**  Datei:     opera.css
**  Funktion:  Anpassungen fuer Opera

**  Erstellt:  29.06.2007
**  Media:     screen, projection

**  Autor:     Michael Degener
**  copyright: infomax websolutions GmbH
##################################################### */

@media screen
{

/* bildbeschreibung */
#content .alt {
 /*width: 99%;*/
 width: 99.5% !important;
}


/* listenueberschriften */
#list .entry h2 a, #list .entry h2 a:visited, #list .entry h3 a, #list .entry h3 a:visited, #offer_list .entry h2 a, #offer_list .entry h2 a:visited, #list .entry h4 a, #list .entry h4 a:visited {
 width: 98.0%;
}

/* copy-right */
#content .icopy {
 width: 100%;
 padding: 0 0 3px 0;
}

/* formulare */
#form input.city {
 width: 31.0%;
}
#form select {
 width: 52.0%;
}
#form input.check {
 width: 14px;
 height: 14px;
 background-color: #FFF !important;
 border: 1px solid #B3B9C3 !important;
 margin: 5px 6px 0 0;
}
#form input.check:hover {
 border: 1px solid #000 !important;
}

/* katalogbestellung */
#katalogliste .katform input {
 width: 14px;
 height: 14px;
 float: left;
 background-color: #FFF !important;
 border: 1px solid #B3B9C3 !important;
 margin: 0 5px 0 0;
}
#katalogliste .katform input:hover {
 border: 1px solid #000 !important;
}

/* angebotssuche */
#angebotssuche .form_container legend {
 width: 100%;
 float: none !important;
}
#angebotssuche input.check, #angebotssuche input.radio {
 background-color: #FFF !important;
}

/* teaser reiseplaner */
#railplaner input {
 width: 100%;
}

/* subnavi ajax reiter */
#subnavi li {
 font-size: 0.9em;
}
}