#main
{
   background-color: #CDFFB6;
   margin:0 auto;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   font-weight: normal;
   font-style: normal;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

img {
    border: 0px;
}

a,
a:link
{
   color: #BD0B00;
   font-family: 'Open Sans', sans-serif;
   text-decoration: none;
}

a:visited
{
   color: #BD0B00;
   font-family: 'Open Sans', sans-serif;
   text-decoration: none;
}

a:hover
{
   color: #BD0B00;
   font-family: 'Open Sans', sans-serif;
   text-decoration: underline;
}

.postcontent,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
   font-family: 'Open Sans', sans-serif;
   line-height: 175%;
}

.postcontent p
{
   margin: 14px 0;
}

.headline, .headline a, .headline a:link, .headline a:visited, .headline a:hover,
.slogan, .slogan a, .slogan a:link, .slogan a:visited, .slogan a:hover,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover
{
   font-size: 22px;
   font-family: 'Open Sans', sans-serif;
   font-weight: normal;
   font-style: normal;
   line-height: 120%;
}

body
{
   padding: 0;
   margin:0;
   min-width: 506px;
   color: #545454;
   background-color: #CDFFB6;
}

.headline
{
  display: inline-block;
  position: absolute;
  min-width: 1px;
  top: -1000px;
  left: -1000px;
  line-height: 100%;
  margin-left: -202px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 99;
  width:1px;
  height:1px;
  overflow:hidden;
}

.headline,
.headline a,
.headline a:link,
.headline a:visited,
.headline a:hover
{
font-size: 39px;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
font-style: normal;
text-decoration: none;
  padding: 0;
  margin: 0;
  color: #000000 !important;
  white-space: nowrap;
}
.slogan
{
  display: inline-block;
  position: absolute;
  min-width: 1px;
  top: -1000px;
  left: -1000px;
  line-height: 100%;
  margin-left: -240px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
  white-space: nowrap;
  width:1px;
  height:1px;
  overflow:hidden;  
}

.slogan
{
font-size: 14px;
font-family: 'Open Sans', sans-serif;
text-decoration: none;
text-transform: uppercase;
text-align: left;
  padding: 0;
  margin: 0;
  color: #000000 !important;
}

.sheet
{
   margin:0 auto;
   position:relative;
   cursor:auto;
   width: 506px;
   z-index: auto !important;
}

.header
{
   margin:0 auto;
   width:774px;
   position: relative;
   z-index: auto !important;
}

.header_hold{
	width:100%;
	height:357px;
	background-color: #FFDF8B;
}

.main_img{
   height: 392px;
   width:774px;
   background-image: url('avn_frukt_logo.png');
   background-position: 0 0;
   background-repeat: no-repeat;
   position:relative;
   top:46px;
   left:-60px;
   margin: 0 auto;
}

.post
{
   padding:0 0 0 120px;
}
.postdownload {
   text-align: center;
   margin-bottom: 25px;
}

.footer_hold{
	min-height:300px;
}

.btn1{
   height: 52px;
   width:301px;
   background-image: url('button1.png');
   background-position: 0 0;
   background-repeat: no-repeat;
   margin: 5px auto 0px auto;
   cursor:pointer;
}

.footer
{
   width: 774px;
   height: 80px;
   padding: 10px 0 20px 0;
   margin:100px auto 5px auto;
   position: relative;
   color: #222;
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;
   font-weight:300;
   line-height: 125%;
   text-align: center;
   background-color: #DDFFC6;
   
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;   
}


.footer_info
{
   width: 734px;
   height: auto;
   padding: 20px 20px 20px 20px;
   margin:0 auto 50px auto;
   position: relative;
   color: #222;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
   font-weight:300;
   line-height: 125%;
   text-align: justify;
   display:none;
   background-color: #FFFFFF;
   
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;   
}