/* Sivun yleinen olemus, leiska */

@import url("colorlayout.css");

body {
background-color: #99a592;
background-image: url(images/backgroundmain.bmp);
font-family: Arial, Helvetica, sans-serif;
margin: 20px auto 20px auto;
width: 772px;
padding: 0px;
}

#logo {
display: none;
}

#leftcont, #rightcont {
margin-top: 20px;
float: left;
width: 198px;
}

#centercont {
float: right;
width: 558px;
min-height: 600px;
}

#centercont {
border-left: 1px solid black;
padding: 0px 7px 0px 7px;
}

#centercont, #leftcont, #rightcont {
background-color: white;
}

#leftcont {
border-bottom: 1px dotted black;
}

#container {
background-color: white;
border: 1px solid black;
min-width: 100%;
min-height: 600px;
}

#etsi {
position: absolute;
top: 20px;
}

#nojavas {
position: absolute;
top: 1px;
padding: 0px;
margin: 0px;
max-width: 550px;
z-index: 100;
height: 17px;
overflow: hidden;
}

#nojavas h3 {
position: relative;
top: -10px;
font-size: 12px;
}

#nojavas:hover {
height: auto;
}

#infolinks, #sanottua, #tsekkaa, #kolumnit {
border-bottom: 1px dotted black;
position: relative;
top: -20px;
}