@import url("editor.css");
@import url("services.css");
@import url("activecalendar.css");

body {
   /*background: transparent url("../gfx/body.jpg") repeat-x;*/
   background-color: white;
}

/* WRAPPER */
#wrapper {
   background: transparent url("../gfx/wrapper_top.gif") no-repeat;
   padding: 5px 5px 0 6px;
	width: 900px;
	margin: 3px auto 0 auto;
   background-color: White;
   overflow: hidden;
}
#header {
   /*background: transparent url("../gfx/port_header_noflags.jpg") no-repeat;*/
   height: 150px;
   border:1px solid #0F6E34;
   border-bottom:none;
   overflow: hidden;
}
#flag{
   margin: 5px;
}
#content {
   border:1px solid #0F6E34;
   border-top:none;
   padding: 0 0 15px 0;
   width:898px;
   overflow:hidden;
}
.horisont{
   padding-left: 12px;
}
.column_box{
   float:left;
   margin:11px 12px 7px 0px;
   width:283px;
   overflow: hidden;
}
.title{
   width: 283px;
   height: 76px;
   color: White;
   font-weight: bold;
   text-transform: uppercase;
   padding: 4px 0 0 7px;
   overflow: hidden;
}
.kunta{background: transparent url("../gfx/port_kunta.jpg") no-repeat;}
.hevoset{background: transparent url("../gfx/port_hevoset.jpg") no-repeat;}
.sijainti{background: transparent url("../gfx/port_sijainti.jpg") no-repeat;}
.tuotteet{background: transparent url("../gfx/port_tuotteet.jpg") no-repeat;}
.tapahtumat{background: transparent url("../gfx/port_tapahtumat.jpg") no-repeat;}

.text_box{
   padding: 5px 0px 5px 0px;  
}
.text_box p{
   margin: 0px;
   padding: 0px;
}
.menu{
   
}
.menu ul{
   margin: 0;
   padding: 0;
}
.menu ul li{
   list-style: none;
   background: transparent url("../gfx/arrow.gif") no-repeat;
   padding-left: 15px;
}
.menu ul li a{
   color: Black;
}
.menu ul li a:hover{
   border:none;
}

.topic{
   background-color:white;
   border:1px solid #0F6E34;
   border-top: none;
   float:right;
   position:relative;
   top:0;
   margin: 11px 13px 0 0;
   width:281px;
}
#top_title{
   background-color: #0F6E34;
   height: 23px;
   padding: 5px 0 0 7px;
   text-transform: uppercase;
   font-weight: bold;
   color: White;
}
.top_up{
   text-transform: uppercase;
   color: #0F6E34;
   line-height: 2em;
   font-weight: bolder;
}
#top_content{
   margin: 10px;
}
.endB{
   margin-right: 0!important;
}
#footer {
	background-color: #0f6e34;
	clear: both;
	height: 15px;
}
#bottom{
   background: transparent url("../gfx/wrapper_bottom.gif") no-repeat;
   width: 911px;
   height: 6px;
   margin-left: -8px;
   overflow: hidden;
   clear: both;
}
/* EMEDIA SIGNATURE */
#signature {
	width: 900px;
	margin: 0px auto;
}
#signature, #signature a {
	color: #bebebe;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
/* PAKOLLIEN EXTRA TASO JOLLA SAADAAN ELEMENTEILLE KORKAUS*/
.ext{
	clear: both;
}













