@charset "UTF-8";
html {
        -webkit-text-size-adjust: none;   /* none for no scaling */
    }
body {
	color: #2E2E2E;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #616161 url(../images/tile.png) repeat 0px 0px; 
}
abbr {border-bottom:none; font-style:italic;}
.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
  
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px#000;
	box-shadow: 0 0 8px #000;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	border-radius: 20px;	
}
h1 { font-size: 2em; font-weight: normal; color: #2E2E2E; margin: 0 0 .5em 0;line-height: 1em;}
h2 { font-size: 1.7em; margin: 0 0 1em 0; font-weight: normal; display: inline;}
h3 { font-size: 1.5em; margin: 0 0 0.5em 0; font-weight: normal;}
p { margin: 0 0 .75em 0; }
a { 
	color: #48731c; 
	transition: color 0.5s;
	-moz-transition: color 0.5s; /* Firefox 4 */
	-webkit-transition: color 0.5s; /* Safari and Chrome */
	-o-transition: color 0.5s; /* Opera */
	outline: 0;
}
a:hover { color: #C6E6A6; }
footer { font-size: .85em; color: #48731c; background-color: #99CC66; padding: 10px 10px 10px 10px;
	-moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -khtml-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}
a.cta { 
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }
.promo h3 { font-size: 1.1em; margin: 0; }
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }
.promo { background-repeat: no-repeat; }
.promo.one { background-image: url(../images/linux.png); }
.promo.two { background-image: url(../images/network.png); }
.promo.three { background-image: url(../images/pc.png); }
.promo.four { background-image: url(../images/windows.png); }
.promo.five { background-image: url(../images/cisco.png); }
.promo.six { background-image: url(../images/blandat.png); }
.promo.skryt1 { background-image: url(../images/ubuntuboken.jpg); }
.promo.skryt2 { background-image: url(../images/cert.png); }
.promo.skryt3 { background-image: url(../images/netacad.png); }
nav a {
	color: #48731c;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9em;
}
nav a:hover { color: #fff; }
.clear-fix { clear: both; line-height: 1px; }
.space{height: 40px}
.right { float: right; }
.left{ float: left; padding: 0px 20px 5px 0px;}
.sublevel{ padding: 20px 20px 0px 20px;}
img{ border: 0px;}
.vidtext {margin-left: 100px; margin-right: 5%;}
.matris {margin-left: 5%; margin-right: 5%;}
.rosa {
	position: relative;
	background-color: #F7C0BD; 
	color: black;
	padding: 3px 3px 3px 35px;
	transition: color 0.5s;
	transition: background-color 0.5s;
	margin-top: 20px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
}
.videoimage {
	display: inline-block;
	position: absolute;
	left: -10px;
	top: -20px;

}
.docimage {
	display: inline-block;
	position: absolute;
	left: -10px;
	top: -15px;

}
.videolevel {
	display: inline-block;
	position: absolute;
	right: -10px;
	bottom: -5px;
}
.nounderline { text-decoration: none;}
.rosa:hover { background-color: #99CC66; color: #FFF;}
.video
{
	background-color: white;
	height: 90px;
	width: 90px;
	background-repeat:no-repeat;
	background-position:center; 
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px#000;
	box-shadow: 0 0 4px #000;
	-moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
	border-radius: 45px;
	float: left;
	margin-right: 10px;
}
.videoheader
{
	margin-top: 10px;
	background-color: #BBB;
	padding-top: 20px;
	margin-left: 20px;
	padding-bottom: 1px;
	height: 30px;
	font-weight: normal;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
}
.kursheader
{
	margin-top: 10px;
	background-color: #BBB;
	padding-top: 15px;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
}
video { width: 100%;}
.collapsable
{
	overflow: hidden;
	-moz-transition: all 0.5s ease; /* Firefox 4 */
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
.toggle {
	cursor: pointer;
	float: right;
	margin-right: 20px;
	width: 80px;
	background: url(../images/toggle.png) no-repeat right 0px;
}
.toggle:hover { color: white; background: url(../images/toggle2.png) no-repeat right 0px; }
#quicknav {
	width: 660px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}
#quicknav2 {
	width: 440px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}
.qlink {
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-moz-transition: all 0.4s ease; /* Firefox 4 */
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
	-o-transition: all 0.4s ease; /* Opera */
	transition: all 0.4s ease;
}
.qlink:hover {
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px#000;
	box-shadow: 0 0 10px #000;
	background-color: #F7C0BD;
}
.video1 {background-image : url(../images/linux.png);}
.video2 {background-image : url(../images/pc.png);}
.video3 {background-image : url(../images/windows.png);}
.video4 {background-image : url(../images/network.png);}
.video5 {background-image : url(../images/cisco.png);}
.video6 {background-image : url(../images/blandat.png);}
.labbar {background-image : url(../images/labbar.png);}
.kurser {background-image : url(../images/kursplan.png);}
.docs {background-image : url(../images/docs.png);}
.back {background-image : url(../images/back.png);}
.qweb {background-image : url(../images/qwebb.png);}
.qprog {background-image : url(../images/qprog.png);}
.qbook {background-image : url(../images/qbook.png);}
.qmovie{background-image : url(../images/movie.png);}
.korsord {background-image : url(../images/korsord.png);}
.quiz {background-image : url(../images/quiz.png);}
.kahoot {background-image : url(../images/kahoot.png);}

.backclass {
	width: 110px;
	text-align: center;
	margin: auto;
}
.download
{
	float: left;
}
.center
{
	display: block;
	margin: auto;
}
.news
{
	max-width: 900px;
	margin: auto;
}

.test2
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.quiz2 { min-height: 320px; margin: 10px;}
.space2
{
	margin-right: 10px;
}
#menu-button
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
	color: #333333;
	background-color: #EEEEEE;
	cursor: pointer;
	height: 35px;
	overflow: hidden;
	display: none;
}
#menu-button img {border: 0px; vertical-align: middle;}
.server2016
{
	background-color: #99CC66;
}
.nytt
{
	color: green;
}