 /* GLOBAL CSS */

/* RESET   	
----------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0; 
padding: 0;
}
address,caption,cite,code,dfn,th,var {
font-style: normal; 
font-weight: normal; 
}
article, aside, details, figcaption, figure, footer, 
header, hgroup, menu, nav, section { 
display: block;
}
caption,th { 
text-align: left;
}abbr { 
border: 0;
}
q::before,q::after {
content: '"';
}
ol,ul { 
list-style: none;
}
table { 
border-collapse: collapse; 
border-spacing: 0;
}
fieldset,img { 
border: 0;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%; 
font-weight: normal;
}

/* FORMAT
----------------------------------------------------------*/

html {
	font-size: 62.5%;
	color: #000000;
	font-family:   Verdana, Arial, Helvetica, sans-serif;	/*overflow: -moz-scrollbars-vertical;*/
}


body {
    font-size: 1.4em;
}

/* ELEMENTS 
----------------------------------------------------------*/
#page {
    width:100%;
    background-image:url();
    background-size: 100% auto;
    background-repeat:no-repeat;
    background-attachment: fixed;
    position:relative;
}


#wrapper {
    position:relative;
}

header {
    position: relative;
    width: 100%;
    background-color: #bcddeb;
    position:relative;
    background: -moz-linear-gradient(left, rgba(188,221,235,1) 0%, rgba(255,255,255,1) 50%, rgba(72,134,182,1) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(188,221,235,1) 0%, rgba(255,255,255,1) 50%, rgba(72,134,182,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(188,221,235,1) 0%, rgba(255,255,255,1) 50%, rgba(72,134,182,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(188,221,235,1) 0%, rgba(255,255,255,1) 50%, rgba(72,134,182,1) 100%); /* IE10+ */
}
.bluestripe {
    height: 5px;
    width:100%;
    margin-bottom: 3px;
    background-color: #3d60a8;
    box-shadow: 0px 3px 2px -2px #000;
}
#headerstripe
{   height: 5px;
    width:100%;
    margin-bottom: 3px;
    background-color: #3d60a8;
    box-shadow: 0px 3px 2px -2px #000;
}
#head-cont {
    width: 100%;
}
#bgImg {
    width:80%;
    background: url(Themes/logo.png) left 30% center no-repeat, url(Themes/header.png) no-repeat;
    background-size: 40%, 100%;
    }
#bgImg img {
    width:100%;
    }
.greystripe {
    height: 25px;
    width:100%;
    background-color: #444343;
    margin-top: -3px;
    box-shadow: 0px 3px 2px -2px #000;
}
#tracks {
    width: 60%;
    height: 25px;
    background-image:url(Themes/tracks.png);
    background-repeat: repeat-x;
}

nav {
    width: 100%;
    min-height: 3.5em;
}
#meny {
    width: 60%;
    position: relative;
    padding-top: 1.5em;
    margin-bottom: -2px;
}

#meny li {
    display: inline-block;
    width: 14%;
    line-height:2.1em;
    min-height:2.3em;
    margin-right: 1%;
    background-color: #eee;
    border: 1px solid #bbb;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
	box-shadow: 3px 3px 6px 1px #aaa;
}
#meny ul:last-child {
    margin-right: 0%;
}
#meny a li  {
    font-weight: bold;
    text-align:center;
    font-size: 1em;
    padding: 0px 0.5% 0px 0.5%;
}

#mobilmeny {
    display: none;
}
#mobillogga img{
    display: none;
    }

#subnav {
}
#subnav li {
    display: inline-block;
    background-color: #eee;
    line-height:1em;
    padding: 2px 5px 5px 5px;
    margin-bottom:0.5em; 
    margin-right: 1em;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
}

#content {
    background-color: #fff;

}

#mainContainer {
    width:100%;

}
#Slideshow {
    float:left;
    margin-top: 2px;
    margin-bottom: -3px;
    width: 45%;
}
#mainContent {
    float:left;
    width: 51%;
    padding: 1.5em 2% 2em 2%;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(188,221,235,1) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(188,221,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(188,221,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(188,221,235,1) 100%); /* IE10+ */
}
#mainContent p {
    max-width: 45em;
}

#subHeader {
    width: 100%;
}
#bildlankar {
    width: 60%;

}
#bildlankar a {
    float: left;
    width: 25%;
}
#bildlankar a img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 3px 3px 6px 1px #aaa;
}
.bildlank {
    padding: 10px 20px 0px 0px;

}
#aaa {
    float:right;
    padding-right:1em;
    padding-top:0.4em;
}
#di {
    float:right;
    padding-right:1em;
}

footer {
    clear: both;
    width: 100%;
    background-color: #62625d;
    box-shadow: 0px 3000px 0px 3000px #62625d;
    padding-top:15px;
    padding-bottom:30px;
}

#kontaktinfo {
    width: 60%;
    color: #fff;
    box-shadow: 0px 3000px 0px 3000px #62625d;
    padding-top:10px;
}

#maskintyp {
    width: 60%;    
    background-color:#fff;
    margin-bottom: 2em;
    margin-top: 0.2em;
}
.mask {
    display: inline-block;
    background-color: #eee;
    line-height:1em;
    vertical-align: text-bottom;
    padding: 2px 5px 5px 5px;
    border: 1px solid #bbb;
    border-radius: 5px 5px 5px 5px;
}
.masktyp
{
    text-align: center;
}

/* LINKS   
----------------------------------------------------------*/
a {
	outline: none;
	text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
}

a:active {
}

/* PARAGRAPHS   
----------------------------------------------------------*/
p {
font-size: 1em;
line-height: 1.3em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
font-size: 3em;
font-weight:bold;
}
h2 {
font-size: 1.5em;
font-weight:normal;
padding-top:0.5em;
}
h3 {
font-size: 1.2em;
font-weight:bold;
}
h4 {
font-size: 1em;
color:#3d60a8;
}
h5 {
font-size: 1.5em;
font-weight: bold;
}
h6 {
font-size: 1.1em;
font-weight: bold;
text-align: center;
padding: 10px 0px 10px 0px;
}

       
/* FORMS 
----------------------------------------------------------*/
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset legend {
   font-size: 1.1em;
   font-weight: bold;
   padding: 2px 4px 8px 4px;
}
     
fieldset label {
   display: block;
}
    
fieldset label.checkbox {
   display: inline;
}
    
fieldset input[type="text"], input[type="password"] {
   border: 1px solid #ccc;
   padding: 2px;
   font-size: 1.2em;
   width: 80%;
}

fieldset input[type="submit"] {
   font-size: 1.2em;
   padding: 4px;
}
textarea {
    width: 80%;
    height: 10em;        
}
   

/* CLASSES   
----------------------------------------------------------*/

.left {
float: left;
display: inline;
}

.right {
float: right;
display: inline;
}

.centrera {
	margin: 0 auto;
	position: relative;
}

