/* YLEISET */
* {
        margin: 0px;
        padding: 0px;
}
p {
        line-height: 18px;
        margin: 10px 0 20px 0;
}

img {
        border: none;
}

/* RAKENNE */
body {
        position: relative;
	background: #efefef url(pic/bg_rep.jpg) repeat-x;
        font-size: 11px;
        font-family: Verdana, Arial;
        color: #000000;
}

body.muokataan {
        overflow: hidden;
}

.main{
        width: 990px;
        margin: 0px auto;
	background: #FFFFFF url(pic/main_bg_rep.jpg) repeat-y;
}
.header {
        height: 243px;
        background: url(pic/header_flash.jpg) no-repeat;
}
#flash {
        margin-left: 395px;
        position: absolute;
}
.footer {
        clear: both;
        text-align: center;
        height: 9px;
        padding: 25px 0 0 0;
        font-size: 9px;
        background: url(pic/footer.jpg) no-repeat;
        color: #6e8626;
}

/* SISÄLTÖRAKENNE */

        /* VALIKOT JA LISTAUKSET*/
        .root_valikko {
                margin-left: 70px;
                margin-top: 182px;
                position: absolute;
        }

        ul.root_valikko li {
                list-style-type: none;
                padding: 0 29px 0 0;
                display: inline;
        }

        .sub_valikko {
                font-weight: bold;
                margin-bottom: 30px;
        }
        ul.sub_valikko li {
                list-style-type: none;
                padding: 0 0 12px 0;
                line-height: 16px;
        }
        
        ul.uutiset {
                margin-top: 12px;
        }
        ul.uutiset li {
                list-style-type: none;
                padding-bottom: 8px;
                clear: both;
        }
        ul.ajankohtaista {
                margin: 0 0 30px 8px;
        }
        ul.ajankohtaista li {
                font-family: Verdana;
                font-size: 17px;
                font-weight: bold;
                list-style-type: none;
                margin: 0 0 15px 0;
                padding: 0 0 15px 0;
                clear: both;
        }
        ul.admin_listaus li{
                list-style-type: square;
                padding: 0 0 6px 0;
                line-height: 16px;
                font-weight: bold;
                margin: 0 0 0 16px;
        }

        ul.admin_listaus li a, ul.admin_listaus_ala li a{
                font-weight: normal;
                font-size: 9px;
        }
        ul.admin_listaus_ala li{
                list-style-type: none;
                padding: 0 0 12px 0;
        }
        /* ----------------------- */


.content {
        width: 850px;
        margin: 36px 0 0 70px;
}
.left {
        float: left;
        width: 130px;
        margin: 15px 0 0 0;
        padding: 0 20px 0 0;
}

.teksti {
        float: left;
        width: 430px;
        margin-left: 20px;
        padding-bottom: 40px;
}
.right {
        float: right;
        width: 162px;
        min-height: 340px;
        padding: 10px 16px 35px 14px;
        background: url(pic/info_bg.jpg) top left no-repeat;
        color: #6e8626;
}

.login {
        margin-bottom: 20px;
        color: #6e8626;
}
.login_form {
        margin: 35px 0 20px 0;
        color: #6e8626;
}
.kirjaudu {
        border: solid 1px #dcdcdc;
        width: 140px;
        height: 15px;
}
.kirjaudu {
        font-size: 9px;
        font-family: Verdana, Arial;
}

/* KUVAT */
img.lappu {
        float: left;
        margin: -8px 18px 0 0;
        padding: 0 0 20px 0;
}
img.lappu_pieni {
        float: left;
        margin: 4px 10px 0 0;
        padding: 0 0 20px 0;
}
img.admin_lappu_pieni{
        float: left;
        margin: 0px 10px 0 0;
        padding: 0 0 6px 0;
}

img.muotokuva {
        float: left;
        width: 60px;
        margin: 0 10px 0 0;
        padding: 3px;
        border: 1px solid #DCDCDC;
}

/* SISÄLTÖTYYLIT */
h2 {
        font-family: Verdana;
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 8px 0;
}
h3 {
        font-family: Verdana;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 8px 0;
}

.esittely {
        background: url('pic/lippu.jpg') left top no-repeat;
        padding: 0 0 0 -53px;
}
.esittely h2 {
        float: left;
        margin-left: 18px;
        padding-top: 8px;
}
.esittely p {
        padding: 3px 0 0 60px;
  
}
.alkuun {
        margin-top: -25px;
}
.tarkenne {
        font-weight: normal;
        font-size: 9px;
        margin: -5px 0 10px 0;
}
.kehys {
        padding: 5px;
        margin: 15px 0 15px 0;
        border: 1px solid #DCDCDC;
        display: block;
        margin-left: auto;
        margin-right: auto
}

img.kenttakuvake {
        padding: 10px 20px 0 0;
        float: right;
}

/* YLLÄPITO */

.ikonit {
        float: right;
        padding: 0 8px 0 8px;
        border: 1px solid #DCDCDC;
}

img.ikoni {
        float: right;
        padding: 0 4px 0 4px;
}

div.edit_box {
        position: relative;
        margin: 0px auto;
        top: -260px;
        padding: 30px 50px 30px 50px;
        width: 500px;
        z-index: 3;
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
}
div.tausta {
        position: absolute;
        width: 100%;
        height: 150%;
        overflow: hidden;
        top: 0px;
        left: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: #000000;
	z-index: 2;
}
.nappi {
        margin: 8px 0 0 -2px;
        font-size: 9px;
        font-family: Verdana, Arial;
}
.login h2 {
        margin-bottom: 12px;
}
.sulje {
        float: right;
}
ul.admin_valikko {
        margin: 15px 0 10px 40px;
  
}
ul.admin_valikko li {
        list-style-type: none;
        padding: 0 29px 0 0;
        display: inline;
}
        /* KUVAT */
        td.tiedosto {
    	          color: #424242;
    	          font-weight: bold;
                  width: 160px;
        }
        td.selite {
                  color: #424242;
  	          font-weight: bold;
                  width: 230px;
        }
        td.toiminnot {
	          color: #424242;
	          font-weight: bold;
                  width: 100px;
        }
        tr {
                  line-height: 19px;
        }
        tr.pariton {
                  background: #dcdcdc;
        }


        /* -------------- */

textarea.kuvateksti {
        font-size: 11px;
        font-family: Verdana, Arial;
        color: #000000;
        margin: 3px 0 0 0;
        padding: 3px;
        width: 250px;
        height: 60px;
        border: solid 1px #DCDCDC;
}

/* LINKKITYYLIT */
a:visited {
        color: #6e8626;
        text-decoration: none;
        border: none;
}
a:link {
        color: #6e8626;
        text-decoration: none;
        border: none;
}
a:active {
        color: #6e8626;
        text-decoration: none;
        border: none;
}
a:hover {
        color: #4b5334;
        text-decoration: underline;
        border: none;
}
a:focus {
        outline:none;
}
