@import url("editor.css");
@import url("services.css");

body {
   background: transparent url("../gfx/SAKKI_back.gif") repeat-y center;
	background-color: #D3D3D3;
}

/* WRAPPER */
#wrapper {
   position:relative;
	width: 800px;
	margin: 0px auto;
   padding: 0 40px;
   background-color: White;
}

/* HEADER */
#header {
	height: 343px;
	background: transparent url("../gfx/SAKKI_header.gif") no-repeat;
   position:relative;
}
#header #logo{
   position:absolute;
   left:0;
   top:0;
}
#header #searce {
   position:absolute;
   right:0;
   top:40px;
   height: 50px;
   width: 231px;
}
#header #searce .search_form {
   width: 210px!important;

}
   #header #searce label{
      position:absolute;
      left:0;
      top:6px;
      font-size: 12px;
      font-weight: bold;
   }
   #header #searce .searchstring{
   }
   #header #searce .submit_button{
   }
#header #extra_navi{
   position:absolute;
   left:0;
   top:292px;
   height: 50px;
   width: 800px;
}
   #header #extra_navi ul{}
   #header #extra_navi ul li{
      float: left;
      list-style: none;
   }
   #header #extra_navi ul li a{
      color:White;
      font-size:12px;
      font-weight:bold;
      line-height:49px;
      margin: 23px;
      text-decoration: none;
      white-space: nowrap;
   }
   #header #extra_navi ul li a:hover{
      color: White;
      font-size: 12px;
      font-weight: bold;
      text-decoration: underline;
   }
   #header #extra_navi ul li a.active{}
/* MAIN */
#main {
	overflow: hidden;
	zoom: 1;
}

/* SIDEBAR */
#sidebar {
	width: 200px;
	padding: 15px 0;
	float: left;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}

/* NAVIGATION */
#sidebar #navigation {
    margin: 0;
}
#sidebar #navigation ul {
    padding: 0;
    margin: 0;
}
#sidebar #navigation ul ul {
    padding: 0;
    margin: 0 0 0 1.5em;
}
#sidebar #navigation ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sidebar #navigation ul li a{
   color: Black;
   padding-left: 15px;
   font-size: 10px!important;
   line-height: 12px;
   display: block;
   text-decoration: none;
   font-weight: normal;
   background: transparent url("../gfx/SAKKI_nuoli_musta.gif") no-repeat left;
}
#sidebar #navigation ul li a.active {
   background: transparent url("../gfx/SAKKI_nuoli_vihrea.gif") no-repeat left;
   color: #4c8f21;
	font-weight: bold;
}
#sidebar #navigation ul li a:hover {
	text-decoration: underline;
	border: none;
}
/* postitus lista */
#postlist{
	margin-top:15px;
}
#postlist h3{
	margin:3px!important;
}
#postlist label{
        display:block;
}
#postlist #emailaddress{
	display:block;
}
#postlist button{
        border:none;
        border-bottom:1px solid;
        background-color:transparent;
        font-size:10px;
        color: #4C8F21;
        font-weight:bold;
        margin:5px 0 0 0;
        padding:0 0 0 12px;
        background: transparent url("../gfx/SAKKI_nuoli_vihrea.gif") no-repeat left;
        float:bottom;
}

#bannerit_left{
    margin:15px 0pt;
    overflow:hidden;
    width:200px;

}
/* LANGUAGE SELECTION */
#sidebar #language_selection {
	margin-bottom: 15px;
	text-align: center;
}

/* ADMIN LINK tätä ei luultavasti tarvitse kun et tiedä mitä varten tämä on*/
#admin_link {
   z-index:99;
}
#admin_link a{
   text-decoration: none;
}
#admin_link #cms_version {
   font-size:12px;
}
/* CONTENT */
#content {
	margin-left: 200px;
	padding: 15px;
}
   #content .row{
   
   }
   .box_image{
      background: transparent url("../gfx/SAKKI_fbox_top.jpg") no-repeat;
      overflow:hidden;
      width:570px;
   }
   .box_bottom_image{
      background: transparent url("../gfx/SAKKI_fbox_bottom.jpg") no-repeat;
      height: 18px;
   }
   .min_height{
      float: left;
      height: 260px;
   }
   #content .col{
      float:left;
      overflow:hidden;
      width:150px;
      padding-left: 18px;
   }
   #content .margin_right{
      margin:20px 22px 0px 0px!important;
   }
   #content .margin_right_last{
      margin:20px 0px 0px 0px!important;
   }

/* FOOTER */
#footer {
	clear: both;
	background: transparent url("../gfx/footer_background.png") no-repeat;
	height: 29px;
}

/* EMEDIA SIGNATURE */
#signature {
	float: right;
	margin-top: 2px;
}
#signature, #signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
#bannerit{
   position:absolute;
   top:20px;
   right:-200px;
   width: 180px;
   overflow:hidden;
}
.ext{
   clear: both;
}





#regform_confirm label {
        font-weight: bold;
}

