.phonelist {
  font-size:95%; 
}

.phonelist img {
 border:0;
}
.phonelist a {
 text-decoration:none;
}

.phonelist .jump {
 display:block;  
}
.phonelist .jump a {
  color:black;
  font-weight:bold;
}

.phonelist table {
  border:0;
  margin:0em 1em;
  padding:1%;
  border-collapse:collapse;
  font-size:90%; 
}
.phonelist {
  margin:3em 1em;
}
.phonelist caption  {
  display:none;
}

/* formating table body and head */

/* formating rows in general */
.phonelist tr {
}
.phonelist tr:hover, .room_occup tr:hover {
  background:white;
}

/* formating header elements */
.phonelist th, .room_occup th {
  font-weight:bold;
  color:#3E2312;
  padding:1em;
  border-bottom:1px dotted #555;
}
.phonelist .sub, .phonelist tr.sub:hover{
  border:none;
  background:#D7D7C8;
  color:white;
  text-align:left;
}
.phonelist .sub th {
  padding:2px 10px;
  margin:0px;
}
.phonelist .sub a {
  font-family:'arial',sans-serif;
  font-size:110%;
  text-decoration:none;
  font-weight:bold;
  color:black;
  padding:2px;
}

.phonelist a:hover { 
  text-decoration:underline;
}

/* formating cells */
.phonelist td {
  margin:0;
  padding:0.5em;
  border-bottom:1px dotted #555;
}
.phonelist td.small {
 width:10px;
}
.phonelist td.name {
  font-weight:bold;
  width:40%;
}
.phonelist .light {
  background:#EEEDE3;
  border-left:1px dotted #EEEDE3;
}

/* IE HACK */
* html form input {
 display:block;
}


#pl_send {
  margin:0;
  padding:0;
  float:right;
}



.rightnavi {
  width:9%;
  float:right;
  border-left:1px solid Gray;
  padding:0em 2%;
  margin:-2em 1% 2em 1%;  
}


/* VISITENKARTE */
.vcard {
  background:#EAE8DE;
  padding:0 2em;
  margin:2em 1em;
  border:1px solid #D1CEBC;
  min-height:300px;
  width:40%;
  min-width:60%;
}

.vcard ul {
  list-style-type:none;
}
.vcard img {
  float:right;
  margin:-2em 2em 0 2em;
}

