/* kaavoitus sivu */  

html {
 height: 100%;
}

body {
 height:100%;
 width:100%;
 margin:0px;
 padding:0px;
 background:#e0f1fb url(/resources/images//layout//etusivu_bg2.png) bottom center repeat-x !important;
}

#content {
 min-height:100%;
 height:100%;
 width:970px;
 margin:0 auto;
 padding:0px;
 position: relative;
}

/* keskitys */

#leftcolumn  {
 position: absolute;
 top: 45%;
 padding: 0px;
 margin-top: -300px;
 width: 970px;
 height: 600px;
}

/* tekstimuotoilut */

#leftcolumn p {
 color:#333 !important;
}

#leftcolumn h1, h3, h5 {
 color:#62b5e5 !important;
}

#leftcolumn h2, h4, h6 {
 color:#f2cd00 !important;
}



#leftcolumn a:hover {
 color:#f2cd00 !important;
 text-decoration:none !important;
}


