
/*--- Styles of Default.aspx Website ---*/ 
#bodyA
{
    background-image: url(../images/Headbackground.jpg);
    background-repeat: repeat;
    background-position: right center;
    margin: 0 auto;
}

#wrapA
{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 4%;
    top: 0px;
}
#contentA
{
    height: 120%;
    width: 75%;
    position: absolute;
    top: 0px;
    left: 13%;
    text-align: center;
    background-color: #64230f;
    border-right: white 1px solid;
    border-left: white 1px solid;   
}
#headerA
{
    position: absolute;
    top: 4px;
    height: 80px;
    width: 93%;
    right: 2.5%;
    border-top: burlywood 1px solid;
    z-index: 100;
    text-align: center;
}
.bannerimg
{
    margin-left: 0.5%;
    margin-right: 0.5%;
}
#Welcome
{
    color: white;
    font: 17pt Georgia, serif;
    margin-top: 14px;
}
#previewpanel a
{
    text-decoration: none;
    color: white;
}
#previewpanel a:hover, a:active, a:focus
{
    
}
#previewpanel
{
    position: absolute;
    top: 140px;
    width: 100%;
    height: 550px;
    display: block;
    text-align: center;
    border-top: white 1px solid;
    background-image: url(../PageAuswahl/Background.png);
    background-repeat: repeat;
    background-color: transparent;
    z-index: 200;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.previewimg1
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    top: 140px;
    left: 64px;
    position: absolute;
}
.previewimg2
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    top: 140px;
    right: 64px;
    position: absolute;
}
#Touristmaptext
{
    color: white;
    position: absolute;
    text-align: center;
    left: 195px;
    top: 80px;
    font-size: 13pt;
    font-weight: bolder;
}
#Businessmaptext
{
    color: white;
    text-align: center;
    position: absolute;
    right: 155px;
    top: 80px;
    font-size: 13pt;
    font-weight: bolder;
}
#shadowpanel
{
    position: absolute;
    top: 691px;
    width: 100%;
    display: block;
    text-align: center;
    height: 6px;
    background: url('../Images/HeadShadow2.png') repeat;
}
#icons 
{
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: center;
}
.icon-links 
{
    margin-right: 7px;
    margin-left: 7px;
    text-decoration: none;
}
#icon1
{
    bottom: -10px;
    position: relative;
}
#icon2
{
    bottom: 4px;
    position: relative;
}
#icon3
{
    bottom: -4px;
    position: relative;
}
.rakmaps-icon
{
    border-style: none;
   
}

/*--- Styles of Default.aspx Website end ---*/ 
 