@charset "utf-8";
/*
html {
     overflow: -moz-scrollbars-vertical;
}
*/


/* Nyheter sidpanel fix */
.yearHeader{
width:100px;
}

.monthHeader{
width:100px;
}


/*- Menyn --------------------------- */
button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border-right: #343436 1px solid;
	border-top: #343436 1px solid;
	border-left: #343436 1px solid;
	border-bottom: #343436 1px solid;
	cursor: pointer;
	width: 86px;
	height:20px;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/meny_knapp_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}



div.overlay {
	text-align: left;
	background-image:url(../images/bubbel_meny.gif);
	width:983px;
	height:292px;
	display:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.overlay div.close {
	background-image:url(../images/close.gif);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:27px;
	width:27px;
}

.overlay_content{
	position:absolute;
	top:20px;
	left: 12px;
	width:593px;
	height:224px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.overlay_content a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #2f2f2f;
}


.overlay_content a {
	color: #5b5b5b;
	text-decoration: none;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*- Meny Slut --------------------------- */



* {
	margin: 0;
}

html, body {
	
}

body {
	/* background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	margin:0px;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;	
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	*/
	overflow-y:scroll;	
	
	scrollbar-face-color: #232323;
	scrollbar-highlight-color: #232323;
	scrollbar-shadow-color: #232323;
	scrollbar-3dlight-color: #232323;
	scrollbar-arrow-color: #545454;
	scrollbar-track-color: #232323;
	scrollbar-darkshadow-color: #232323;

}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

h1 {
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

h2 {
	font-size: 18px;
	text-align: left;
}

h3 {
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

hr {
	border: thin dotted #464847;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	height:1px;
}

a:link {
	color: #c3c3c3;
	text-decoration: none;
}

a:visited {
	color: #c3c3c3;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active
{
  outline: none;
}

:focus { -moz-outline-style: none; }


#center_center { 	
	/*
	z-index: 200000;
	*/
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	color: #ffffff;
	height:700px;
	overflow: hidden;
}


/*- Centrera horisontellt & Vertikalt --------------------------- */
/*#center_center {
	position:absolute;
	height:600px;
	width:980px;
	margin:-300px 0px 0px -490px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	color: #ffffff;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/

/*- Topp Meny --------------------------- */
#topp_meny {
	position:absolute;
	top:25px;
	left: 38px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.topp_meny_table{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.pane {
	clear: left;
	margin: 0px;
	overflow: hidden;
	width: 981px;
	position: relative;
	height: 660px;
	
}

/*- Nere Meny --------------------------- */

#flash_menu {
	text-align: center;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	z-index: 100;
	height:200px;
	width:980px;
	position:relative;
	left: 0px;
	background-color: #1c1e1d;
	background-image:url(../images/meny_bg.jpg);
}

#table_menu{
	position:absolute;
	z-index: 11;
	top:22px;
	left: 14px;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;	
}

.btnav {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #333333;
	border-left-color: #000000;
} 



.btnavtopp {
	font-size: 12px;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;

} 

#flash_menu a:visited {
	color: #5b5b5b;
	text-decoration: none;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#flash_menu a {
	color: #5b5b5b;
	text-decoration: none;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#flash_menu a:hover {
	color: #ffffff	;
	text-decoration: none;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*- Company --------------------------- */

#company{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/company_bg.jpg);
	height: 484px;
	width: 404px;
}

#company_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/company_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

/*- Box text default --------------------------- */
#box_text{
	position:absolute;
	/* z-index: 11; */
	top:105px;
	left: 18px;
	height: 360px;
	width: 376px;
	overflow: hidden;
	background-image: url(../images/transparant.gif);
}

.box_text-scroll-pane {
	float: left;
	overflow: auto;
	height: 360px;
	width: 376px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


/* NYHETSFUNKTIONEN   */

.post {
	margin: 0 0 20px;
	text-align: left;
	}

.postmetadata {
	padding-top: 5px;
}

small {
	
	font-size: 0.9em;
	line-height: 1.5em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;

	}





/*- Products / Services --------------------------- */

#services{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

#science{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

#food{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

#steel{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

#fashion{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

#multichannel{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

#wholesale{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

#discrete{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg.jpg);
	height: 484px;
	width: 404px;
}

/*- Products / Services Svenska --------------------------- */

#services_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

#science_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

#food_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

#steel_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

#fashion_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

#multichannel_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

#wholesale_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}

#discrete_sv{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/norm_bg_sv.jpg);
	height: 484px;
	width: 404px;
}


/*- Clients --------------------------- */


#foretagnamn{
	position:relative;
	top:30px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align:center;
}

#blank{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/blank_bg.jpg);
	height: 484px;
	width: 404px;
}


#clients{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/clients_bg.jpg);
	height: 484px;
	width: 404px;
}

#tylo{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/tylo_bg.jpg);
	height: 484px;
	width: 404px;
}

#goldwell{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/goldwell_bg.jpg);
	height: 484px;
	width: 404px;
}

#ivt{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/ivt_bg.jpg);
	height: 484px;
	width: 404px;
}

#dooria{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/dooria_bg.jpg);
	height: 484px;
	width: 404px;
}
/*- Products --------------------------- */

#products{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/products_bg.jpg);
	height: 484px;
	width: 404px;
}

#jeeves_universal{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/jeeves_universal_bg.jpg);
	height: 484px;
	width: 404px;
}

#jeeves_selected{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/jeeves_selected_bg.jpg);
	height: 484px;
	width: 404px;
}

#qlikview{
	position:absolute;
	z-index: 10;
	top:85px;
	left: 38px;
	background-image: url(../images/qlikview_bg.jpg);
	height: 484px;
	width: 404px;
}

/*- Kontakt / Utbildningar / Seminarier --------------------------- */
.back{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#kontakt_text{
	position:relative;
	z-index: 11;
	top:35px;
	left: 238px;
	height: 520px;
	width: 736px;
	overflow: hidden;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/transparant.gif);
}

#kontakt{
	position:absolute;
	z-index: 11;
	top:85px;
	left: 38px;
	height: 480px;
	width: 174px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #464847;
	border-right-color: #464847;
	border-bottom-color: #464847;
	border-left-color: #464847;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#kontakt a:link {
	color: #c3c3c3;
	text-decoration: none;
}

#kontakt a:visited {
	color: #c3c3c3;
	text-decoration: none;
}
#kontakt a:hover, #kontakt a.current{
	color: #ffffff;
	text-decoration: underline;
}

.kontakt-scroll-pane {
	float: left;
	overflow: auto;
	width: 710px;
	height: 480px
}

.kontakt-scroll-pane2 {
	float: left;
	overflow: auto;
	height: 480px;
	width: 174px;
}

#utbildningar{
	position:absolute;
	z-index: 11;
	top:85px;
	left: 38px;
	height: 480px;
	width: 174px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #464847;
	border-right-color: #464847;
	border-bottom-color: #464847;
	border-left-color: #464847;
}

#utbildningar_text{
	position:absolute;
	z-index: 11;
	top:85px;
	left: 232px;
	height: 480px;
	width: 736px;
	overflow: hidden;
	text-align: left;
}

.utbildningar-scroll-pane {
	float: left;
	overflow: auto;
	height: 480px;
	width: 174px;
}

.utbildningar-scroll-pane2 {
	float: left;
	overflow: auto;
	width: 710px;
	height: 480px
}

#seminarier{
	position:absolute;
	z-index: 11;
	top:85px;
	left: 38px;
	height: 480px;
	width: 154px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #464847;
	border-right-color: #464847;
	border-bottom-color: #464847;
	border-left-color: #464847;
}

.seminarier-scroll-pane {
	float: left;
	overflow: auto;
	height: 480px;
	width: 154px;

}
	
/*- Nyheter--------------------------- */

#nyheter{
	position:absolute;
	z-index: 11;
	top:85px;
	left: 38px;
	height: 520px;
	width: 154px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #464847;
	border-right-color: #464847;
	border-bottom-color: #464847;
	border-left-color: #464847;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/transparant.gif);
}

.nyheter-scroll-pane {
	z-index: 11;
	float: left;
	overflow: auto;
	height: 520px;
	width: 154px;

}


#blog_text{
	position:absolute;
	z-index: 11;
	top:85px;
	left: 218px;
	height: 480px;
	width: 736px;
	overflow: hidden;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/transparant.gif);
}

#blog_text img{
	border: 1px solid #666;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#kommentarsbubbla img{
	border: 0px none #666;
	float:none;
	margin: 0px;
}

#nyhet_text{
	position:absolute;
	z-index: 11;
	top:85px;
	left: 218px;
	height: 520px;
	width: 736px;
	overflow: hidden;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/transparant.gif);
}



.scroll-pane {
	float: left;
	overflow: auto;
	width: 730px;
	height: 520px

}



.nyhet_bild{
	margin: 8px;
	border: 1px solid #CCCCCC;
	float: right;
}

#tillbaka_pil{
	position:absolute;
	z-index: 11;
	top:60px;
	left: 883px;
	height: 12px;
	width: 70px;
	overflow: hidden;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	cursor: pointer;
}


#senaste_nytt{
	position:absolute;
	left: 1008px;
	top: 28px;
	width: 150px;
	height: 540px;
	overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/*- Nyhets / Utbildningar Meny--------------------------- */
	
ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: none;

	}	

li {
	list-style-position: outside;
	list-style-type: none;
	}

#nyhets_meny {
	width: 80px;
	margin: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#utbildning_meny {
	width: 150px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/*- Formulär --------------------------- */
#formular {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type="checkbox"] {

  -moz-box-sizing: border-box;
  background-color: -moz-Field ! important;
  color: -moz-FieldText ! important;
  border: 0px inset ThreeDFace ! important;
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #232323;
	border: 1px solid #494949;
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #232323;
	border: 1px solid #494949;
}

/*- Introvideo --------------------------- */
#introvideo_text_box{
	position:absolute;
	z-index: 15;
	top:560px;
	left:60px;
	width:875px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*- SHARE --------------------------- */
/*- Fråga --------------------------- */
#fraga {

	left:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width:684px;

}

#frage_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

#poll{
	position:relative;
	left:125px;
	width:442px;
	height:29px;
}


#frage_kommentar{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#kommentarer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: left;
}

#skriv_kommentar {
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url(../images/form_bg.gif);
	background-repeat: no-repeat;
	width:684px;
	height:109px;
}

#lamna {
	left:13px;
	top:11px;
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width:150px;

}

#error{
	left:163px;
	top:11px;
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width:150px;

}

#lamna_falt {
	left:112px;
	top:33px;
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width:184px;

}

#namn_falt {
	left:468px;
	top:20px;
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width:184px;
}

#skicka_kommentar {
	left:600px;
	top:71px;
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width:44px;
}

#namn_falt input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #232323;
	border: 1px solid #494949;
	height:16px;
	width:195px;
}

#lamna_falt textarea {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #232323;
	border: none;
	height:59px;
	width:343px;
}

#lamnad_kommentar {
	position:relative;
	left:9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#kommentar_namn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

#kommentar_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}

/*- Botten Nav --------------------------- */

#botten_nav{
	position:absolute;
	top:632px;
	right:520px;
	font-size: 13px;
	text-align:right;
	width:300px;
}

/*- Intro Nav --------------------------- */

#intro_nav{
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top:490px;
	left:460px;
	width:550px;
	text-align:right;
	width:300px;
}

/*- Support --------------------------- */
#Support{
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	top:180px;
	left:310px;
	width:580px;
}

/*- Kontakt Karta --------------------------- */

#karta {
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top:26px;
	left:400px;
	height:324px;
	background-color: #666666;
}

/*- Nyhetsbrev--------------------------- */
#nyhetsbrev{
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top:160px;
	left:310px;
	width:580px;
}

/*- VIDEO INTRO --------------------------- */

#video_intro{
	position:absolute;
	top:125px;
	left:54px;
	text-align:center;
	width:270px;
	font-size: 11px;
	color: #797979;
}

#video_intro h2{
	text-align:left;
	color: #fff;
}

.video_intro_lank a{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.video_intro_lank a:hover{
	font-size: 11px;
	color: #797979;
	text-decoration: none;
}

/*- Download --------------------------- */

#download{
	position:absolute;
	top:125px;
	left:34px;
	text-align:center;
	width:300px;
}

#download h2{
	text-align:center;
}

#download_text{
	position:absolute;
	z-index: 11;
	top:95px;
	left: 370px;
	/* height: 580px; */
	width: 590px;
	margin-right:40px;
	overflow: hidden;
	background-image: url(../images/transparant.gif);
}

#download_text a:hover{
	color: #FFFFFF;
}

.download_text-scroll-pane {
	float: left;
	overflow: auto;
	height: 560px;
	width: 590px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#download_video{
margin-right:20px;
}

/*- Download Slut --------------------------- */


/* FÖRSTA SIDAN */

#forsta_sidan{
	width:980px;
	height:600px;
	background-color:#333333;
	background-image: url(meny_bilder/start_bg.jpg);
}


/* ::::::::::::: MEDIA BANK ::::::::::::: */	


.mediabank_rubb {
	position:absolute;
	left:810px;
	top:250px;
	color: #ffffff;
	font-size: 26px;
	text-transform: lowercase;
}	


.mediabank_text {
	align:center;
	width:860px;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.mediabank_text h1{
	font-size: 28px;
}
.mediabank_text h2{
	font-size: 18px;
}



.mediaFolder {
text-align: left;
font-size: 18px;
}

.mediaFolder h4 {
	
}

form p { position:relative }
/*
label  { position:absolute; top:0; left:0}
*/

.media_image {
	padding: 3px;
	border: thin solid #CCCCCC;
	margin: 6px;
}

.media_lank {
	font-size: 11px;
	color: #797979;
	text-decoration: none;
}

.media_lank a{
	font-size: 11px;
	color: #797979;
	text-decoration: none;
}

.media_lank a:hover{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}


/* ::::::::::::: FILÄNDELSE: JPG ::::::::::::: */	
.jpg {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/jpg.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.jpg a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.jpg a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}

/* ::::::::::::: FILÄNDELSE: PDF ::::::::::::: */
.pdf {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.pdf a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.pdf a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}


/* ::::::::::::: FILÄNDELSE: mp3 ::::::::::::: */
.mp3 {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/mp3.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.mp3 a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.mp3 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}

/* ::::::::::::: FILÄNDELSE: DOC & DOCX ::::::::::::: */
.doc {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/doc.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.doc a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.doc a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}

.docx {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/doc.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.docx a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.docx a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}

/* ::::::::::::: FILÄNDELSE: ZIP ::::::::::::: */
.zip {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/zip.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.zip a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.zip a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}

/* ::::::::::::: FILÄNDELSE: RAR ::::::::::::: */
.rar {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/rar.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.rar a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.rar a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}


/* ::::::::::::: FILÄNDELSE: XLS ::::::::::::: */
.xls {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../images/mediabank/xls.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.xls a {

	text-decoration: none;
	color: #fff;
	background-position: -20px;
}

.xls a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 4px;
}



.footer{
	text-align:left;
	text-transform:uppercase;
	color: #878787;
	position:relative;
	top:5px;
}

.rss_icon{
text-align:right;
position:relative;
top:-5px;}

.loggaintext{
width:300px;
float:left;
}

.loggain{
text-align:left;
position:relative;
top:50px;
left:-100px;
float:right}



.addthis_toolbox .custom_images a
{
	width: 16px;
	height: 16px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.50;
}










































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
