/*  =========================================================
Datei: customize.css
Media: screen, projection

Datum: 19. September 2006
Geaendert:
Autor: Michael Degener
Mail: degener@infomax-it.de

Anweisungen fuer Opera

========================================================== */

/* formulare */
#form legend.none, #roomlist legend.none {
 position: absolute;
 top: 0;
 left: -5000px;
 z-index: 10;
 }
#form select, #roomlist select {
 padding: 2px;
 }
#form input.check {
 margin: 1px 0 0 30px;
 }
hr.more {
 float: none;
 clear: both;
 margin: 20px 0;
 }

/* liste suchergebnis */
#list .listright li {
 line-height: 1.1em;
 }
#list .listright li.klasse {
 padding: 0 0 4px 0;
 }
#list .listright li.email {
 background-position: 3px 3px;
 }
#list .listright li.lage {
 background-position: 1px 5px;
 }
#list .listright li.bahn{
 background-position: 0 4px;
 }

/* detailseite */
#detailheader .detaillinks li {
 line-height: 1.1em;
 }
#detailheader .detaillinks li.email {
 background-position: 0 3px;
 }
#detailheader .detaillinks li.web {
 background-position: 0 3px;
 }
#detailheader .detaillinks li.lage {
 background-position: 0 5px;
 }
#detailheader .detaillinks li.bahn{
 background-position: 0 4px;
 }

/*detailseite liste */
#list .einheit li.beschreibung {
 width: 49%;
 }
#list .einheit li.button {
 width: 15%;
 }
