
.link_btn_rounded_shadow {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #036744;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #0bbd7f;
    color: #ffffff;
    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_rounded_shadow:hover {
   background-color: #038558;
   color:#ffffff;
}

/************************************/

.link_btn_rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

    border-radius: 8px;
    border: solid 2px #669900;
    background: #185217;
    color: #ffffff;

    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_rounded:hover {
   background-color: #c6de83;
   color:#000000;
}

/************************************/

.link_btn_squared {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 2px #669900;
    background: #185217;
    color: #ffffff;
    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_squared:hover {
   background-color: #c6de83;
   color:#ffffff;
}

/************************************/

.btn_rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    border: #084507  2px solid; 
    background: #185217;
    color: #ffffff;      
    
    font-weight: 700;    
    height: 35px;
    /*width is fixe. Padding is dynamic*/ 
    width:165px;
    /*
    
    font-family: Tahoma; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px;*/
}
.btn_rounded:hover {
   background-color: #318a2f;
   color:#ffffff;
}

/************************************/

.btn_squared {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
    border: #669900  2px solid; 
    background: #185217;
    color: #000000;      
    
    font-weight: 100;    
    height: 35px;
    /*width is fixe. Padding is dynamic*/ 
    width:165px;
    /*
    
    font-family: Tahoma; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px;*/
}
.btn_squared:hover {
   background-color: #c6de83;
   color:#ffffff;
}

/************************************/

.link_btn_info_rounded {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 2px #272728;
    background: #c6de83;
    color: #ffffff;
    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_info_rounded:hover {
   background-color: #5e5e60;
   color:#ffffff;
}


/************************************/

.hz_cell_bgcolor {
    background-color: #a9937b;
    /*color: #04ab8e;*/
}

/************************************/

/*tableShadow beeter sig konstigt. anropa så: class="tableShadow"*/
.tableShadow{
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

/***********************För portfolio*****************************************/

.gallery_effect {
    /*border och box-shadow är extra för RAM*/
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #aaa;

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.gallery_effect:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */

    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

.img_effect {

    
}

.img_effect:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
   
}

.img_label {
position:relative;
bottom:150px;
/*left:100px;*/
text-align:center;
visibility:visible;
color: #ffffff;
font-size: 16px;
font-weight:700;
/*visibility:hidden;*/
}

.img_label:hover {
visibility:visible;
color: #a4e164;
}

.tb_rounded {
    border-radius: 5px;
    border: #909090 1px solid;
    background: #909090;
    color: #ffffff;
    height:50px;
    /* top and bottom 0px, right and left 10px*/
    padding: 2px 10px; /*text avstånd till rutans kanter*/
    /*font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size:16px;*/
}

.link_btn_rounded_subscribe {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

    border-radius: 8px;
    border: solid 2px #466a46;
    background: #6e896e;
    color: #ffffff;

    height:50px;

    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_rounded_subscribe:hover {
   background-color: #7f9d7f;
   color:#000000;
}


#rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

#rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

.font_styleComic {
            font-family: Comic Sans MS;
            
        }

.font_styleReklamescriptw00 {
            font-family: reklamescriptw00-medium, cursive;
            
        }

.font_styleGeorgia {
            font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
            font-size: 18px;
            color:#000000;
            
        }

/*image_text och h2 hör ihop. Det är för text på bild-länk. Vi använder det på Spa eller foreverbeutyklinik*/

.image_text { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

h2 { 
   position: absolute; 
   top: 75px; 
   color: #ffffff; /* tidigare 596e03*/
   left: 0; 
   width: 100%; 
}





