body, div, dl, dt, dd, ul, ol, li, p, blockquote, table, th, td, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, button, textarea, select {
    margin: 0;
    padding: 0;
}
body {
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
    color: #383838;
    background: #ffffff;
}
#page {
    margin: 0pt auto;
    display: table;
}
#container
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    float: left;
}
.redButton
{
    padding-top: 3px;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    height: 22px;
    padding-bottom: 6px;   
    background: #B50303;
    background: -moz-linear-gradient(top, #df0909 0%, #b20303 52%, #9f0114 57%, #880001 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df0909), color-stop(52%,#b20303), color-stop(57%,#9f0114), color-stop(100%,#880001));
    background: -webkit-linear-gradient(top, #df0909 0%,#b20303 52%,#9f0114 57%,#880001 100%);
    background: -o-linear-gradient(top, #df0909 0%,#b20303 52%,#9f0114 57%,#880001 100%);
    background: -ms-linear-gradient(top, #df0909 0%,#b20303 52%,#9f0114 57%,#880001 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0909', endColorstr='#880001',GradientType=0 );*/
    background: linear-gradient(top, #df0909 0%,#b20303 52%,#9f0114 57%,#880001 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px 1px #B6B6B6;
}
.redButton:hover
{
    background: #870000;
    background: -moz-linear-gradient(top, #870000 0%, #9f0114 48%, #b20303 52%, #dc0808 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#870000), color-stop(48%,#9f0114), color-stop(52%,#b20303), color-stop(100%,#dc0808));
    background: -webkit-linear-gradient(top, #870000 0%,#9f0114 48%,#b20303 52%,#dc0808 100%);
    background: -o-linear-gradient(top, #870000 0%,#9f0114 48%,#b20303 52%,#dc0808 100%);
    background: -ms-linear-gradient(top, #870000 0%,#9f0114 48%,#b20303 52%,#dc0808 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870000', endColorstr='#dc0808',GradientType=0 );*/
    background: linear-gradient(top, #870000 0%,#9f0114 48%,#b20303 52%,#dc0808 100%);
}
.grayBar
{
    background: #464646;
    background: -moz-linear-gradient(top, #464646 0%, #414141 50%, #363636 53%, #121212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(50%,#414141), color-stop(53%,#363636), color-stop(100%,#121212));
    background: -webkit-linear-gradient(top, #464646 0%,#414141 50%,#363636 53%,#121212 100%);
    background: -o-linear-gradient(top, #464646 0%,#414141 50%,#363636 53%,#121212 100%);
    background: -ms-linear-gradient(top, #464646 0%,#414141 50%,#363636 53%,#121212 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#121212',GradientType=0 );*/
    background: linear-gradient(top, #464646 0%,#414141 50%,#363636 53%,#121212 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.textBox, .dropDown
{
    background: none repeat scroll 0 0 gray;
    border: 1px solid #383838;
    height: 23px;
    margin: 2px 8px 11px 2px;
    padding: 0;   
    background: rgb(240,240,240);
    background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,240,240)), color-stop(100%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background: -o-linear-gradient(top, rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background: -ms-linear-gradient(top, rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background: linear-gradient(top, rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    -moz-box-shadow: 0 0 1.5px 1px #BBBBBB;
    -webkit-box-shadow: 0 0 1.5px 1px #BBBBBB;
    box-shadow: 0 0 1.5px 1px #BBBBBB;
}
.dropDown2
{
    background: #6a6a6a;
    background: -moz-linear-gradient(top, #6a6a6a 0%, #676767 50%, #5d5d5d 56%, #4c4c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(50%,#676767), color-stop(56%,#5d5d5d), color-stop(100%,#4c4c4c));
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#676767 50%,#5d5d5d 56%,#4c4c4c 100%);
    background: -o-linear-gradient(top, #6a6a6a 0%,#676767 50%,#5d5d5d 56%,#4c4c4c 100%);
    background: -ms-linear-gradient(top, #6a6a6a 0%,#676767 50%,#5d5d5d 56%,#4c4c4c 100%);
    background: linear-gradient(top, #6a6a6a 0%,#676767 50%,#5d5d5d 56%,#4c4c4c 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#4c4c4c',GradientType=0 );*/
    border: 1px solid #000000;
    height: 19px;
}
#top { position: relative; }
#top .login  
{
    border-right: 1px solid #C0C0C0;
    color: #000000;
    margin-right: 10px;
    padding-right: 13px;
    position: relative;
    text-decoration: none;
    top: -5px;
}
#top .login:hover { text-decoration: underline; }
#top img { margin-top: 15px; border:none; }
#main-menu {
    height: 35px;
    font-size: 14px;
    margin-bottom: 15px;
    z-index:1000;
}

.tagcloud
{
    list-style-type: disc;
    margin: 0;
    color: #777676;
    line-height: 1.1;
    padding-left: 5px;
}

.tagcloud a
{
    color: #777676;
    text-decoration: none;
}
.tagcloud a:link
{
    color: #777676;
    text-decoration: none;
}
.tagcloud a:hover
{
    color: #777676;
    text-decoration: underline;
}

.tagcloud li
{
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0 0.3em;
}
a:Link.TagLink
{
    color: #777676;
    line-height: 200%;
    text-decoration: none;
}
a:Hover.TagLink
{
    color: #777676;
    line-height: 200%;
    text-decoration: underline;
}
a:visited.TagLink
{
    color: #777676;
    line-height: 200%;
    text-decoration: none;
}
#skyscrapper
{
    float: left;
    margin-left: 15px;
    margin-top: 100px;
}
#main-menu li {
    background: url("../images/bars.png") no-repeat scroll 0 -105px transparent;
    display: inline;
    float: left;
}
#main-menu a
{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 8px 30px 9px;
}
#main-menu a:hover, #main-menu #main-menu-select
{
    text-decoration: underline;
}
#main-menu #main-menu-first
{
    background-image: url('');
}

#top-banner
{
    text-align: center;
}

#site-position
{
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    font-size: 10px;
    text-align: left;
    padding: 6px 0;
    color: #383838;
}
#site-position .site-position1
{
    color: #727272;
}
#site-position a
{
    text-decoration: none;
    color: #383838;
}
#site-position a:hover
{
    text-decoration: underline;
}
#site-position .site-position2
{
    font-weight: bold;
}

#footer
{
    position: relative;
    height: 40px;
    clear: both;
    border-top: 1px solid #cecece;
    top: 10px;
}

#menu-bottom
{
    list-style-type: none;
    margin: 9px 0 0 0;
    padding: 0;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
}
#menu-bottom a
{
    color: #646464;
    text-decoration: none;
    margin-left: 9px;
    margin-right: 9px;
}
#menu-bottom a:hover
{
    text-decoration: underline;
}
#menu-bottom li
{
    float: left;
    color: #cecece;
    padding: 0;
}
#menu-bottom-first a
{
    margin-left: 0;
}

#copyright
{
    font-size: 11px;
    text-align: right;
    color: #999999;
    position: absolute;
    right: 0;
    top: 9px;
}

.more-link
{
    font-size: 11px;
    text-align: right !important;
    font-weight: bold;
    background-image: url('../images/arrow-red-mini.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.more-link a
{
    color: #383838;
    text-decoration: none;
    padding-right: 10px;
}
.more-link a:hover
{
    text-decoration: underline;
}

.boldRed
{
    color: #DA0000;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}
.red
{
    color: #DA0000;
}
#snow
{
    display: block;
    margin-bottom: -12px;
    margin-left: -5px;
    position: relative;
    z-index: 100;
}
.offer-poi-box-legend 
{
    width: 520px;
    height: 70px;
    float: left;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.offer-poi-box-legend li {
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin: 2px 0 0;
    padding: 0;
    width: 160px;
}
.offer-poi-box-legend li label
{
    background: url("../images/poi.png") no-repeat scroll 30px 2px transparent;
    display: inline-block;
    height: 16px;
    margin-left: 10px;
    margin-top: 0;
    padding-left: 27px;
    vertical-align: middle;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.offer-poi-box-legend li input
{
    vertical-align: middle;
}
.offer-poi-box-legend li label.health
{
    background-position:0 0;
}
.offer-poi-box-legend li label.green
{
    background-position:0 -16px;
}
.offer-poi-box-legend li label.education
{
    background-position:0 -32px;
}
.offer-poi-box-legend li label.recreation
{
    background-position:0 -48px;
}
.offer-poi-box-legend li label.post
{
    background-position:0 -64px;
}
.offer-poi-box-legend li label.police
{
    background-position:0 -80px;
}
.offer-poi-box-legend li label.church
{
    background-position:0 -96px;
}
.offer-poi-box-legend li label.gastronomy
{
    background-position:0 -112px;
}
.offer-poi-box-legend li label.shops
{
    background-position:0 -128px;
}
