﻿
/* 
    Document   : style
    Created on : 2012-jan-30, 11:32:11
    Author     : Alexander Hemberg
    Description: Style for tergo.se Copyright ALEXANDER HEMBERG. This stylesheet 
    may not be used without written consent from AB TERGO.
*/

root { 
    display: block;
}
html {
    height: 100%;
}
body {
    background-color: #fafaff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family:Tahoma, Helvetica, Arial; 
    font-size:12px;
    line-height: 150%;    
}

#langbar {
    position: absolute;
    right: 5px;
    top: 5px    
}

textarea {
    resize: none;
}
a:link {
    font-family:Tahoma, Helvetica, Arial; 
    text-decoration: none;
    font-size:12px;
    line-height: 150%;
    color: #000000;
}
a:visited {
    font-family:Tahoma, Helvetica, Arial; 
    text-decoration: none;
    font-size:12px;
    line-height: 150%;
    color: #000000;
}
a:hover {
    font-family:Tahoma, Helvetica, Arial; 
    text-decoration: none;
    font-size:12px;
    line-height: 150%;
    color: #454545;
}
p {
    font-family:Tahoma, Helvetica, Arial; 
    font-size:12px;
    line-height: 150%;
    text-align: justify; 
    text-justify: newspaper;
    margin-top: 3px;
    margin-bottom: 10px;
}
.fail {
    color: red;
}

li {
    font-family:Tahoma, Helvetica, Arial; 
    font-size:12px;
}
h1 {
    font-family:Open Sans, Sans, Sans Serif; 
    font-size: 16px;
    font-weight: bold; 
    color: #000000;
    margin-top: 2px;
    margin-bottom: 2px;
}
h2 {
    font-family:Open Sans, Sans, Sans Serif; 
    font-size: 16px;
    font-weight: bold;
}
h3 { 
    font-family:Tahoma, Helvetica, Arial; 
    font-weight: normal; 
    font-style: normal; 
    text-decoration: none; 
    font-variant: normal; 
    font-size:14px; 
    color: #ff6600;
    margin-top: 2px;
    margin-bottom: 0px;
}
h4 { 
    font-family:Tahoma, Helvetica, Arial; 
    font-weight: normal; 
    font-style: normal; 
    text-decoration: none; 
    font-variant: normal; 
    font-size:12px; 
    color: #ff6600;
    margin-top: 2px;
    margin-bottom: 0px;
}
.formtext {
    font-size: 11px;
    color: #BFBFBF;
    font-family: verdana; 
}

::-webkit-scrollbar {
width: 7px;
height: 15px;
}

::-webkit-scrollbar-track-piece  {
}

::-webkit-scrollbar-thumb:vertical {
height: 15px;
background-color: #b7defa;
}

/*---------------------------------MENY---------------------------------------*/

/*Styr huvudmenyn*/

#menuarea {
    font-family: Open Sans, Sans, Sans Serif;
    float: left; 
    height:20px; 
    border:none;
    width:auto;
    margin-right: auto; 
    margin-left: auto;
    /* Menyns avstånd från objekt över/under*/  
    margin-top: 1em; 
    margin-bottom:1.5em; 
}
#menuelement {
    text-align: center; 
    margin-top: 0em; 
    z-index: 2; 
    position: relative; 
    border:none; 
    width:auto;
    float: left;
    margin-left: 10px;
    font-size: 19px;    color: #999;
    font-family:Open Sans, Sans, Sans Serif;
    text-shadow: 4px 4px 4px #000;}
#menuarea a:link{
    border:none; 
    font-size:19px; 
    color: #fff; 
    font-family: Open Sans, Sans, Sans Serif;
}
#menuarea a:visited{
    color: #fff; 
    border:none; 
    font-size:19px; 
    font-family:Open Sans, Sans, Sans Serif;
}
#menuarea a:hover{
    color: #e06c1f; 
    border: none; 
    font-weight: normal;
    font-size:19px; 
    font-family:Open Sans, Sans, Sans Serif;
}
#menuarea a#current {
    color: #e06c1f; 
    border: none; 
    font-size:19px; 
    font-family:Open Sans, Sans, Sans Serif;
}

/*Adminmeny*/

#topmenu {
    font-family: Tahoma, Helvetica, Arial;
    position: static;
    clear:both;
    width:100%;
    float: left;   
    border-bottom: 1px solid #999;
    background-color: #b7defa; 
    font-weight: bold;
    font-size: 11px;
}
#left {
    float: left;
    margin-top: 3px;
    margin-left: 5px;
    padding-right: 5px;
    border-right: 1px solid grey;
}
#right {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}

/*---------------------------------BOXAR--------------------------------------*/



/*Sidhuvud*/

#top {
    position: static;
    clear:both;
    width:100%;
    float: left;   
    min-width: 700px;
    border-bottom: 1px solid #b7defa;
    background-image: linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%, 
                      #454545 1%, 
                      #454545 100%
                      );
    background-image: -o-linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%, 
                      #454545 1%, 
                      #454545 100%
                      );
    background-image: -moz-linear-gradient(
                      bottom, 
                      #353535 42%,
                      #353535 71%,
                      #353535 1%, 
                      #353535 100%
                      ); /*Gradient dold i firefox*/
    background-image: -webkit-linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%,
                      #454545 1%,
                      #454545 100%
                      );
    background-image: -ms-linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%,
                      #454545 1%,
                      #454545 100%
                      ); 
    background-image: -webkit-gradient(
                      linear,
                      left bottom,
                      left top,
                      color-stop(0.42, #353535),
                      color-stop(0.71, #353535),
                      color-stop(0.01, #454545),
                      color-stop(1, #454545)
                      );
    
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#353535, 
                                                       endColorstr=#454545                                                       );
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#353535, endColorstr=#454545)";    
    background-color: #353535;
}
#topcontainer {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}
#topleft {
    margin-left: 45px;
    float: left;
    width: 30%;
    padding: 2px;
}
#topright {
    float: left;
    margin-top: 25px;
}
#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4.7em; /*-2em för att dölja under*/
}

#main {
    position: inherit; 
    margin-left: auto;
    margin-right: auto; 
    width:850px; 
    padding: 1em; 
    height: auto;
    clear: both;
    height: auto;
}

#main_block {
    position: inherit;
    width: 100%;
    min-height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF
}

/*Centrering*/
#center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -110px;}
    
.center2 {
    margin-left: 18%;
    margin-right: auto;
    width: auto;
    margin-top: 30px;
}
    
/*------------------------------STARTSIDA-------------------------------------*/  

#autowidth {
    min-width: 65%;
    width: auto;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background-color: #fafaff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

#autowidth_loggedon {
    min-width: 65%;
    width: auto;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background-color: #fafaff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    border: 2px solid #b7defa;
}

#standing {
    width: 25%;
    max-width: 225px;
    float: right;
    height: auto;
    max-height: 600px;
    position: static;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 20px;
    /*background-image:url('../images/stripe.png');
    background-repeat:repeat;
    background-attachment:fixed;*/
    background-color:#e9eaee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    overflow-y:auto;
    border: 1px solid #b7defa;
}

#recent {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b7defa;
}

#editbox {

}

#editbox a:link {
    float: right;
    width: auto;
    height: auto;
    border: 1px solid red;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px;
    font-size: 12px;
}

#editbox a:hover{
    float: right;
    width: auto;
    height: auto;
    border: 1px solid red;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px;
    font-size: 12px;
    background-color: red;
    font-weight: normal;
}

#editbox a:visited {
    float: right;
    width: auto;
    height: auto;
    border: 1px solid red;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px;
    font-size: 12px;
}


/*---------------------------BILDUPPLADDNING----------------------------------*/

#imageblock {
    margin: 10px;
    background-color: #e9eaee;
    float: left;
    position: relative;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#imageblock1 {
    position: relative;
    float: left;
    width: 320px;
    padding: 20px;
}
#imageblock2 {
    position: relative;
    float: left;
    width: 440px;
    padding: 20px;
}
#imrow {
    position: inherit; 
    width: 100%; 
    float: left; 
    padding-top: 5px;
    height: auto; 
    z-index: 2;}
#imblockinfo {
    position: relative;
    font-family:Tahoma, Helvetica, Arial; 
    font-size: 12px;
    line-height: 150%;
    padding-bottom: 10px;
    display:table-cell; 
    vertical-align:middle;
}
#imtabort {
    z-index: 1;
    position: absolute;
    top: 0%;
    right: 0%;
    padding: 5px;
    margin-right: 10px;
}

/*-----------------------------MEDIASIDAN-------------------------------------*/

#videoblock {
    width: 100%;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*background-color: #e9eaee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #b7defa;
}
#videoblock1 {
    width: 100%;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #e9eaee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #b7defa;
}
#vidholder {
    float: left;
    height: auto;
    width: auto/*67%*/;
    max-width: 67%;
    margin-right: 4%;
}
#right_vidholder {
    float: left;
    width: auto/*31%*/;
    max-width: 29%;
    word-wrap: auto;
}
#vid_desc_row {
    padding-left: 10px;
    height: auto;
}

/*----------------------------PRODUKTSIDAN------------------------------------*/

#prodblock {
    width: 100%;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #e9eaee;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
#pdfrow {
    position: static;
    clear: both;    
    min-height: 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-top: 10px;
    font-family:Courier New, Tahoma, Helvetica, Arial; 
    font-size: 12px;
    line-height: 150%;
}
.spacer {
clear:both;
}
/*#pdfrow.a:link {
    font-family:Courier New, Tahoma, Helvetica, Arial; 
    font-size: 12px;
    line-height: 150%;
}*/
#pdfrow.a:hover {
    background-color: #e06c1f;
    color: #e06c1f;
}
#pdflogoholder {
    position: relative;
    float: left;
    height: auto;
    width: 30px;
}
#pdftitleholder {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 25%;
}
#pdfdescholder {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 50%;
}
#pdflinkholder {
    position: relative;
    float: right;
    margin-left: 10px;
}

/*------------------------------NYHETSSIDA------------------------------------*/

#storyblock {
    width: 100%;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #fafaff;
    border-bottom: 1px solid #b7defa;
    padding: 0px 15px; 0px; 15px;
    overflow: hidden;
}

#dateholder {
    width: 100%;
    height: auto;
    min-height: inherit;
}

#archive {
    float: right;
    width: 15%;
    height: auto;
    max-height: 600px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 20px;
    background-image:url('../images/stripe.png');
    background-repeat:repeat;
    background-attachment:fixed;
    /*background-color:#e9eaee;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    overflow-y:auto;
    border: 1px solid #b7defa;
}

/*--------------------------------KONTAKT-------------------------------------*/

#main-contact {
    position: inherit; 
    margin-left: auto;
    margin-right: auto; 
    width:850px; 
    padding: 1em; 
    height: auto;
    clear: both;
    height: 405px;    
}

#contactholder {
    width: 68%;
    float: left;
    height: 100%;
    position: static;
    margin-left: 2%;
    margin-top: 20px;
    background-color: #e9eaee;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #b7defa;
    z-index: 1;
}

#contactholder-stand {
    width: 23%;
    height: 100%;
    float: right;
    position: static;
    margin-top: 20px;
    background-color: #e9eaee;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #b7defa;
    z-index: 1;
    overflow: auto;
}

#contactpic {
    position: absolute; 
    bottom: 35px; 
    right: 0px; 
    background-image: url(../images/contact_small.png); 
    background-attachment: auto; 
    background-repeat: no-repeat; 
    width: 200px; 
    height: 147px;
    z-index: -1;
}

#contact_cat {
    float: left;
    width: 80%;
    min-width: 100px;
    border-bottom: 1px solid #b7defa;
    padding: 10px;
}

#contact_cat_setting {
    float: left;
    width: 30%;
    min-width: 100px;
    border-right: 1px solid #b7defa;
    padding: 10px;
}

#contact_row {
    width: 100%;
    height: auto;
    margin-bottom: 1px;

}

/*--------------------------------SIDFOT--------------------------------------*/

#fotlink li {
    display: inline; 
    list-style: none; 
    border:none; 
    color: #999; 
    font-family: Open Sans, Sans, Sans Serif; 
    font-size: 12px; 
    text-align:  justify
}
#fotlink li a {
    text-decoration: none; 
    border:none
}
#fotlink a:link {
    color: #999; 
    border:none; 
    font-family: Open Sans, Sans, Sans Serif; 
    font-size: 12px; 
    text-align:justify
}
#fotlink a:visited {
    color: #999; 
    border:none; 
    font-family: Open Sans, Sans, Sans Serif; 
    font-size: 12px; 
    text-align:justify
}
#fotlink a:hover {
    color: #e06c1f; 
    border: none; 
    font-family: Open Sans, Sans, Sans Serif; 
    font-size: 12px; 
    text-align:justify
}
#fotlink {
    border-top: 0px solid; 
    z-index: 1; 
    position: relative; 
    border: none
}
#fotlink ul { 
    color: #999;
    text-align: center; 
    margin-top: 0em; 
    z-index: 2; 
    position: relative; 
    border:none
}
#fotlink a#current {
    color: #e06c1f; 
    border: none
}

.footer, .push {
height: 2.3em;
clear:both;
}

.push {
}

.footer {
    width:100%;
    float: left;   
    padding-top: 8px;
    border-top: 1px solid #b7defa;
    background-image: linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%, 
                      #454545 1%, 
                      #454545 100%
                      );
    background-image: -o-linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%, 
                      #454545 1%, 
                      #454545 100%
                      );
    background-image: -moz-linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%, 
                      #353535 1%, 
                      #353535 100%
                      ); /*Gradient dold i firefox*/
    background-image: -webkit-linear-gradient(
                      bottom, 
                      #353535 42%, 
                      #353535 71%, 
                      #454545 1%, 
                      #454545 100%
                      );
    background-image: -ms-linear-gradient(
                      bottom, 
                      #353535 42%,
                      #353535 71%,
                      #454545 1%, 
                      #454545 100%
                      );
    background-image: -webkit-gradient(
                      linear,
                      left bottom,
                      left top,
                      color-stop(0.42, #353535),
                      color-stop(0.71, #353535),
                      color-stop(0.01, #454545),
                      color-stop(1, #454545)
                      );    
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#353535, 
                                                       endColorstr=#454545                                                       );
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#353535, endColorstr=#454545)";    
    background-color: #353535;    
}

/*------------------------------------MISC------------------------------------*/

#space-invader{

  box-shadow:
    0 0 0 1em red, 
    0 1em 0 1em red, 
    -2.5em 1.5em 0 .5em red, 
    2.5em 1.5em 0 .5em red, 
    -3em -3em 0 0 red, 
    3em -3em 0 0 red, 
    -2em -2em 0 0 red, 
    2em -2em 0 0 red, 
    -3em -1em 0 0 red, 
    -2em -1em 0 0 red, 
    2em -1em 0 0 red, 
    3em -1em 0 0 red, 
    -4em 0 0 0 red, 
    -3em 0 0 0 red, 
    3em 0 0 0 red, 
    4em 0 0 0 red, 
    -5em 1em 0 0 red, 
    -4em 1em 0 0 red, 
    4em 1em 0 0 red, 
    5em 1em 0 0 red, 
    -5em 2em 0 0 red, 
    5em 2em 0 0 red, 
    -5em 3em 0 0 red, 
    -3em 3em 0 0 red, 
    3em 3em 0 0 red, 
    5em 3em 0 0 red, 
    -2em 4em 0 0 red, 
    -1em 4em 0 0 red, 
    1em 4em 0 0 red, 
    2em 4em 0 0 red; 

    background: red;
    width: 1em;
    height: 1em;
    overflow: hidden;

    margin: 50px 0 70px 65px;
  }