/*  #####################################################
**  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
{

#form legend {
 margin-bottom: 0;
}
#form input {
 width: 56%;
}
#form input.city {
 width: 32.0%;
}
#form input.check {
 width: 14px;
 height: 14px;
 background-color: #FFF !important;
 border: 1px solid #808080 !important;
 margin: 5px 6px 0 0;
}
#form input.check:hover, #form input.check:hover:active, #form input.check:focus {
 background-color: #FFF !important;
 border: 1px solid #000 !important;
}

/* teaser google */
#t_googlesearch {
 margin: 6px 0 0 0;
}

#landingpage_le_col .landingpage_angebot{
	padding:0 0 10px 0;
}
}