html {
    overflow: hidden;
}

html, body { 
    margin: 0;
    padding: 0;
    height: 100%;
}

body { 
    font: 80%/150% georgia, times, serif; 
    font-weight: normal;
}

#message {
    position: absolute;
    left:15%;
    top:30%;
    background: #fff;
    color: #990000;
    padding: 20px 0 20px 30px;
    width: 180px;
    display: inline;
    font-size:3em;
    border: 1px solid #000;
}

#content {
    margin: 10px 10px 0 10px;
    position: relative;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
}

#map-wrapper {
    position: relative;
    height: 100%;
    margin-right: 260px;
    /*    margin-bottom: 10px;
    margin-top: 10px;*/
}


#sidebar {
    background: #f6f7f8; 
    color: #677284;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    overflow: auto;
/*    border: 1px solid #aaa; */
    margin: 0;

}

#form-wrap {
    margin: 0;
    padding: 0;
}

#sidebar p {
    margin: 5px 10px 0 0;
}

#sidebar p.message {
    margin-top: 4px;
    height: 1.2em;
}

#formheader {
    color: #677284;
    font-family: verdana, arial, sans serif;
    font-weight: normal;
    font-size: 1.5em;
    margin: 3px 10px 0 5px;
}

.header {
    font-family: "times new roman", times, serif;
    margin-left: 0.5em;
    font-size: 1.6em;
    font-weight: normal;
}


#DBinfo {
    text-align: center;
/*    border-bottom: 1px solid #ccd0d6;*/
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 10px;
    padding-top: 20px;    
    margin-bottom: 0px;
    margin-top: 10px;
}


/* linkit */

a:link, #toolbar a:link, #toolbar a:visited {
    color: #34425b; 
    text-decoration:underline;
}

a:active, #toolbar a:active { 
    color: #0d1117; 
}

a:hover, #toolbar a:hover { 
    color: #0d1117; 
    text-decoration:none;
}





/*formi */

input.text, select {
    color: #000;
    background: #eee;
    border: 1px solid #aaa
}

input.button{
    margin-top:7px;
    color: #000;
    background: #fbfbfb;
    border: 1px outset #aaa;
}

#inputform {
    margin: 3px 10px 0 0;
    padding: 3px 5px 0 5px;
    height: 6.5em;
}

#inputform p {
    color: #aaa;
    margin: 0 0 5px 0;
}

/* kuvat valikossa*/

#pic-info {
    background: #fff;
    text-align: center;
    border-top: 1px solid #ccd0d6;
/*    border-bottom: 1px solid #ccd0d6;*/
    margin: 0; 
    padding: 10px 0 10px 0;
    height: 300px;
}

#ads {
    background: #fff;
    text-align: center;
    position: relative;
    z-index: -2;
}

#asiasanat {
display:none;


}



#infotitle
{
/*    float: left;*/
    font-family: "times new roman", times, serif;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 1.4em;
}

#infodesc
{
/*    float: left;*/
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    font-size: 10px;
    color: #000000;
}

#infoimg
{
    text-align: center;
    white-space: nowrap;
    min-height: 75px;
/*    padding-right: 13px;*/
}

img.flickr {
    border: 1px solid #999999;
    padding: 1px;
    margin: 1px
}

img.flickr:hover {
    border: 1px solid #ee0000;
    padding: 1px;
    margin: 1px
}

/* kartan klusteripallukoiden tektstit*/

div.markerLabel {
    display: block;
    padding-top: 6px;
    text-align: center;
    color: white;
    width: 32px;
    letter-spacing: 0px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}



#toolbar {
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;*/
    height: 20px;
    font-size: 12px;
    font-family: verdana, arial , sans-serif; /*"times new roman", 
times, serif;*/
    background: #ff5a00;
    border-bottom: 1px solid #b51;

/*    border-bottom: 1px solid #ff5a00;*/
/*    border-top: 1px solid #000; */
    color: #fa3;
    margin:0;
    padding: 6px 0 0 0.7em;
/*    position: relative;*/
}

.nav_selected, .nav_unselected {
    margin: 0.2em 0 0 10px;
    padding: 0.2em 1em 0.3em 1em;
}

.nav_selected {
    background: #fff;
    color: #000;
    border-top: 1px solid #b51;
    border-left: 1px solid #b51;
    border-right: 1px solid #fa3;
    border-bottom: 1px solid #fff;
}

.nav_unselected {
    background: #ff6611;
/*    background: #fa3;*/
    border-top: 1px solid #fa3;
    border-left: 1px solid #fa3;
    border-right: 1px solid #b51;
    color: #fff;
}

div#toolbar a, div#toolbar a:link, div#toolbar a:visited {
    color: #000; 
    text-decoration: none;
} 

div#toolbar a:hover {
    color: #900;
    text-decoration: none;
}




/* holly hack for IE to get position:bottom right
   see: http://www.positioniseverything.net/abs_relbugs.html
 \*/
* html #toolbar { height: 1px; }
/* */

