/* Sonderelemente Raumplan-Seite */

#logo_rm {
    position: relative;
    text-align: left;
    margin-left: 10px;
    }
    
#special_info {
    position: absolute;
    top: 0px;
    right: 10px;
    max-width: 220px;
	height: 245px;
    max-height: 245px;
    width: 220px;
    text-align: right;
    padding: 0px 5px 2px 5px;
    overflow: hidden;
    font-size: 95%;
    color: #ffffff;
    z-index: 3;
    }

#special_info1 {
	max-width: 220px;
	height: 225px;
    max-height: 225px;
    width: 220px;
	}

#special_info2 {
	max-width: 220px;
	height: 225px;
    max-height: 225px;
    width: 220px;
	}

#special_info p {
    margin: 0;
    padding: 0;
    }

#categories {
    min-height: 100px;
    max-height: 170px;
    width: 490px;
    min-width: 320px;
    max-width: 490px;
    height: 170px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 200px;
    z-index: 3;
    text-align: center;
    /*border-style: dotted;
    border-color: #777777;
    border-width: 1px;*/
    }
  
#single {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150px;
    padding: 0;
    }

#double_twin {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 150px;
    padding: 0;
    }

#triple {
    position: absolute;
    top: 5%;
    left: 150px;
    width: 150px;
    padding: 0;
    }

#fourfive {
    position: absolute;
    top: 45%;
    left: 150px;
    width: 150px;
    padding: 0;
    }

#six {
    position: absolute;
    top: 5%;
    left: 300px;
    width: 150px;
    padding: 0;
    }

#eight {
    position: absolute;
    top: 45%;
    left: 300px;
    width: 150px;
    padding: 0;
    }

#rooms_pppn {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 0;
    width: 440px;
    }
    
#room_prices {
    font-size: 95%;
    }
	
#request-button {
	min-height: 30px;
    max-height: 40px;
    width: 100px;
    min-width: 90px;
    max-width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 200px;
    z-index: 3;
    text-align: center;
}

.button2 , .button2_active {
    width: 12em;
    padding: 0;
    margin: 0;
    }

.button2 a, .button2_active a {
    line-height: 130%;
    padding: 2px 0;
    margin: 0;
    }

.button2 p, .button2_active p {
    padding: 5px 0;
    margin: 0;
    }

.button2 a:hover, .button2_active a:hover  {
    background-color: #cc0000;
    }

.button2_active .ro {
    margin: 0;
    background:url(/images/roundedbox/button_red_ro.gif) top right no-repeat;
    }

.button2_active .lo {
    margin: 0;
    background:url(/images/roundedbox/button_red_lo.gif) top left no-repeat;
    }

.button2_active .ru {
    margin: 0;
    background:url(/images/roundedbox/button_red_ru.gif) bottom right no-repeat;
    }

.button2_active .lu {
    margin: 0;
    background:url(/images/roundedbox/button_red_lu.gif) bottom left no-repeat;
    }

.button2 .ro, .button2 .ru, .button2 .lo, .button2 .lu {
    background-image: none;
    }

/* Raumpläne */
    
#roommap {
    position: absolute;
    top: 70px;
    left: 210px;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
    z-index: 1;
    /*border-top-style: dotted;
    border-bottom-style: dotted;
    border-color: #777777;
    border-width: 2px;*/
    }

#roommap .map_caption {
    position: absolute;
    top: 465px;
    left: 10px;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 15px;
    height: 24px;
    font-weight: bold;
    color: #000000;
    background-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    z-index: 4;
    }

#roommap .map_caption p {
    margin: 0;
    padding: 3px 7px;
    }

#help {
    position: absolute;
    top: 465px;
    left: 85px;
    z-index: 2;
    }

#roompage_infos {
    position: absolute;
    top: 210px;
    left: 10px;
    max-height: 260px;
    width: 370px;
    max-width: 370px;
    margin: 0;
    overflow: auto;
    font-family: monospace;
    font-size: 12px;
    color: #ffffff;
    display: none;
    text-align: center;
    z-index: 5;
    }
    
#roompage_infos p {
    margin: 0;
    padding: 10px 8px 10px 8px;
    }

#roompage_infos .ro {
    margin: 0;
    background:url(/images/roundedbox/rm_photo_ro.gif) top right no-repeat;
}

#roompage_infos .lo {
    margin: 0;
    background:url(/images/roundedbox/rm_photo_lo.gif) top left no-repeat;
}

#roompage_infos .ru{
    margin: 0;
    background:url(/images/roundedbox/rm_photo_ru.gif) bottom right no-repeat;
}

#roompage_infos .lu {
    margin: 0;
    background:url(/images/roundedbox/rm_photo_lu.gif) bottom left no-repeat;
}

    
#mini_roommap {
    position: absolute;
    bottom: 20px;
    left: 0px;
    max-width: 190px;
    max-height: 150px;
    width: 190px;
    text-align: right;
    padding: 0px 5px 2px 5px;
    overflow: hidden;
    font-size: 12px;
    color: #ffffff;
    border-style: dotted;
    border-left-style: none;
    border-color: #777777;
    border-width: 2px;
    }

#mini_roommap a {
    text-decoration: none;
    }

#mini_roommap .map_caption {
    position: absolute;
    top: 5px;
    left: 10px;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 13px;
    }
    
#mini_roommap .map_caption p {
    margin: 0;
    padding: 0;
    }

#roommapimg2 {
    margin: 5px;
    border-style: none;
    }
    
.roomNr {    
    position: absolute;
    z-index: 2;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }
    
.roomMapInfo {    
    position: absolute;
    z-index: 2;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    }

.roomNr p {    
    padding: 0;
    margin: 5px 0 10px 0;
    color: #000000;
    /*border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: #00aa00;*/
    }

.roomMapInfo p  {
    padding: 0;
    margin: 0;
    color: #000000;
    }
    
.roomNr_link  {
    color: #000000;
    background-color: transparent;
    border-style: dotted;
    border-width: 1px;
    border-color: #000000;
    padding: 0;
    margin: 0;
    }
  
a.roomNr_link:hover {
    color: #cc0000;
    background-color: #ffffff;
    }

a.photo_link  {
    color: #000000;
    border-style: dotted;
    border-color: transparent;
    border-width: 1px;
    padding: 1px 1px 1px 1px;
    margin: 0;
    }

a.photo_link_background {
    background-color: #dddddd;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px;
    }
    
a.photo_link  img {
    padding: 0;
    margin: 0;
    }
    
a.photo_link:hover {
    border-style: dotted;
    border-color: #cc0000;
    }

#rN7A {
    top: 385px;
    left: 204px;
    width: 30px;
    }

#rN6A {
    top: 385px;
    left: 259px;
    width: 30px;
    }

#rN5A {
    top: 385px;
    left: 329px;
    width: 30px;
    }
    
#rN4A {
    top: 385px;
    left: 405px;
    width: 30px;
    }

#rN3A {
    top: 385px;
    left: 479px;
    width: 30px;
    }

#rN2A {
    top: 385px;
    left: 533px;
    width: 30px;
    }

#rN1A {
    top: 385px;
    left: 590px;
    width: 30px;
    }
    
#rNEcke {
    top: 365px;
    left: 670px;
    width: 50px;
    }

#rNR1 {
    top: 140px;
    left: 635px;
    width: 60px;
    }

#rNR2 {
    top: 230px;
    left: 650px;
    width: 60px;
    }
    
#rNR3 {
    top: 285px;
    left: 660px;
    width: 60px;
    }

#rNH1 {
    top: 155px;
    left: 370px;
    width: 70px;
    }

#rNH2 {
    top: 180px;
    left: 80px;
    width: 70px;
    }
    
#rNH3 {
    top: 180px;
    left: 8px;
    width: 70px;
    }

#rNH4 {
    top: 330px;
    left: 40px;
    width: 70px;
    }

#rMIReception {
    top: 305px;
    left: 50px;
    width: 100px;
    }
    
#rMIReceptionPhoto {
    top: 275px;
    left: 112px;
    width: 30px;
    }

#rMILounge {
    top: 375px;
    left: 40px;
    width: 70px;
    }
    
#rMILounge1Photo {
    top: 325px;
    left: 70px;
    width: 30px;
    }

#rMILounge2Photo {
    top: 335px;
    left: 20px;
    width: 30px;
    }
    
#rMILounge3Photo {
    top: 345px;
    left: 50px;
    width: 30px;
    }

#rMIKitchen {
    top: 262px;
    right: 555px;
    width: 60px;
    }
    
#rMIKitchenPhoto {
    top: 280px;
    right: 560px;
    width: 30px;
    }

#rMIBalcony {
    top: 130px;
    left: 45px;
    width: 60px;
    }
	
#rMIBalconyPhoto {
    top: 128px;
    left: 105px;
    width: 30px;
    }

#rMIOffice {
    top: 190px;
    left: 18px;
    width: 60px;
    }

#rMITeam {
    top: 190px;
    left: 80px;
    width: 60px;
    }

#rMIExitOG1 {
    top: 255px;
    left: 328px;
    width: 66px;
    font-size: 95%;
    }

#rMIExitOG2 {
    top: 265px;
    left: 306px;
    width: 66px;
    font-size: 95%;
    }

#rMIWCGents {
    top: 265px;
    left: 208px;
    width: 60px;
    font-size: 95%;
    }

#rMIWCLadies{
    top: 245px;
    left: 511px;
    width: 60px;
    font-size: 95%;
    }
    
#rMIWCLadiesPhoto{
    top: 240px;
    left: 560px;
    width: 60px;
    }
    
#rMIWCMixed {
    top: 195px;
    left: 235px;
    width: 82px;
    font-size: 95%;
    }
    
#rMIWCMixedPhoto {
    top: 155px;
    left: 225px;
    width: 82px;
    }

#rMIShowersGents {
    top: 288px;
    left: 453px;
    width: 68px;
    font-size: 95%;
    }
    
#rMIShowersGentsPhoto {
    top: 285px;
    left: 535px;
    width: 30px;
    }

#rMIShowersLadies {
    top: 247px;
    left: 454px;
    width: 68px;
    font-size: 95%;
    }

#rMIShowersMixed {
    top: 210px;
    left: 215px;
    width: 140px;
    }
    
#rMIShowersMixed p {
    font-size: 12px;
}

#rMILaundryPhoto{
    top: 37px;
    left: 605px;
    width: 30px;
    }

#rMIHostelPhoto{
    top: 445px;
    right: 0px;
    width: 24px;
    }

#rMIEntrancePhoto{
    top: 465px;
    left: 260px;
    width: 24px;
    }
	
#rm_photo {
    position: absolute;
    border-style: none;
    border-color: #cc0000; /*#bbbbbb*/
    border-width: 2px;
    color: #ffffff;
    z-index: 4;
    display: none;
    }
    
.rm_photo_class {
    /*top: 175px;
    left: 400px;*/
    width: 350px;
    max-width: 350px;
    margin: 0;
    }
    
.rm_photo_class2 {
    position: absolute;
    /*top: 155px;
    left: 415px;*/
    width: 230px;
    max-width: 230px;
    margin: 0;
    }

.rm_photo_class p, .rm_photo_class2 p {
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0;
    }

.rm_photo_class img, .rm_photo_class2 img {
    margin: 15px 0px 10px 0px;
}

.rm_photo_class .ro {
    margin: 0;
    background:url(/images/roundedbox/rm_photo_ro.gif) top right no-repeat;
}

.rm_photo_class .lo {
    margin: 0;
    background:url(/images/roundedbox/rm_photo_lo.gif) top left no-repeat;
}

.rm_photo_class .ru {
    margin: 0;
    background:url(/images/roundedbox/rm_photo_ru.gif) bottom right no-repeat;
}

.rm_photo_class .lu {
    margin: 0;
    background:url(/images/roundedbox/rm_photo_lu.gif) bottom left no-repeat;
}

.rm_photo_class2 .ro {
    margin: 0;
    background:url(/images/roundedbox/rm_photo2_ro.gif) top right no-repeat;
}

.rm_photo_class2 .lo {
    margin: 0;
    background:url(/images/roundedbox/rm_photo2_lo.gif) top left no-repeat;
}

.rm_photo_class2 .ru {
    margin: 0;
    background:url(/images/roundedbox/rm_photo2_ru.gif) bottom right no-repeat;
}

.rm_photo_class2 .lu {
    margin: 0;
    background:url(/images/roundedbox/rm_photo2_lu.gif) bottom left no-repeat;
}

/* Grafiklade-Info*/
#loadinginfo {
    position: absolute;
    top: 450px;
    left: 280px;
    width: 250px;
    max-width: 250px;
    max-height: 50px;
    text-align: left;
    padding: 10px;
    overflow: hidden;
    border-style: solid;
    border-color: #ee0000; /*#bbbbbb*/
    border-width: 2px;
    color: #ffffff;
    background-color: #333333;
    z-index: 2;
    }
