body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#right-panel {
    position: absolute;
    top: 50px;
    left: 100%;
    margin-left: -200px;
    width: 200px;
    background-color: #ffffff;
    text-align: center;
    background-image: url("../images/rbg.png");
    background-repeat: repeat-x;
}

#content {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

h1#mainHeading {
    font-size: 15px;
    color: #000000;
    margin: 10px;
    font-variant: small-caps;
}

.red {
    color: #ff0000;
}

div.logoBlock {
    width: 200px;
    height: auto;
    background-color: #ffffff;
    margin: 10px 0;
    padding: 10px 0;
}

div.textBlock {
    padding: 10px;
    text-align: justify;
    font-size: 11px;
}

/* MAP BUBBLE */

.bubbleBlock {
    width: 300px;
    height: auto;
    text-align: justify;
    background-image: url("../images/unet.png");
    background-repeat: no-repeat;
    background-position: 250px 0;
}

.bubleHeading {
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
    color: #ff0000;
}

.description {
    font-size: 12px;
}

.address {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/address.png");
    background-repeat: no-repeat;
    margin: 0;
}

.gps {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/gps.png");
    background-repeat: no-repeat;
    margin: 0;
}

.email {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    margin: 0;
}

.www {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/url.png");
    background-repeat: no-repeat;
    margin: 0;
}

.phone {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    margin: 0;
}

.skype {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/skype.png");
    background-repeat: no-repeat;
    margin: 0;
}

.jabber {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/jabber.png");
    background-repeat: no-repeat;
    background-position: 5px 0;
    margin: 0;
}

.icq {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/icq.gif");
    background-repeat: no-repeat;
    margin: 0;
}

.other {
    font-size: 12px;
    padding: 5px 0 15px 40px;
    color: #333333;
    background-image: url("../images/other.png");
    background-repeat: no-repeat;
    background-position: 5px 0;
    margin: 0;
}

.actuality {
    font-size: 12px;
    padding: 10px;
    color: #333333;
    background-color: #DDDDDD;
    border-top: 1px solid #CCCCCC;
    margin: 0;
}

.logo {
    float: left;
    margin: 0 20px 10px 0;
}

.featureBlock, .specialOfferBlock {
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px;
    border-top: #CCC;
}

a, a:visited {
    color: #ff0000;
}

img {
    border: none;
}



