/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato);

body{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
}


#frame {
	background-color: #F2F2F2;
	width: 1000px;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 930px;
}





#header {	/* bildstrippen före menytexten */
	background-color: #F2F2F2;
	height: 150px;
	width: 990px;
	border-radius: 5px;
}

	  



#main_body {
	width: 1000px;
	height: 580px;
}
#frame #main_body #left {
	float: left;
	width: 180px;
	margin-left: 30px;
	text-align: center;
	margin-right: 0px;
}
#frame #main_body #left_sub {
	float: left;
	width: 210px;
	border-radius: 5px;
	margin-left: 20px;
	text-align: center;
	margin-right: 10px;
	background-color: #BEBEBE;
	height: 600px;
	margin-bottom: 15px;
}


#frame #main_body #center {
	width: 910px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 10px;
	height: 600px;
	overflow: auto;
}
#frame #main_body #center_bottom {
	width: 500px;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
}

#frame #main_body #center_sub {
	width: 710px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 600px;
	padding-right: 20px;
	overflow: auto;
}
#inside_center_sub {
	width: 400px;
	float: left;
	margin-right: 10px;
	margin-left: 300px;
	padding-right: 20px;
}
#headline_inside_center_sub {
	width: 710px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
}
#small_book {
	background-color: #9FF;
	float: right;
	height: 228px;
	width: 150px;
	margin-top: 20px;
	margin-right: 40px;
}



#frame #main_body #right {
	width: 180px;
	float: left;
	text-align: center;
	margin-left: 30px;
}
#frame #main_body #vertical_rouler {
	background-color: #999;
	float: left;
	width: 5px;
	height: 500px;
}

#header #pic1{
	height: 125px;
	width: 125px;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 30px;
}

#header #pic2 {
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}


#header #pic3 {
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#header #pic4 {
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#header #pic5 {
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#header #pic6 {
	float: left;
	height: 125px;
	width: 125px;
	margin-left: 5px;
	margin-top: 10px;
}


#container{
	width: 960px;
	margin: auto;
} /* Meny delen */


#frame #footer {
	background-color: #BEBEBE;
	height: 70px;
	width: 960px;
	border-radius: 5px;
	text-align: center;
	clear: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 10px;
}
#frame #footer_sub {
	background-color: #BEBEBE;
	height: 70px;
	width: 960px;
	border-radius: 5px;
	text-align: center;
	clear: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
}


#content {
	width: 100%;
	color: #000;
	background-color: #fff;
}

/* Main menu */

nav {margin-top: 10px;}
nav ul {list-style: none; background: #B8B8B8; border-radius: 5px; padding: 0 5px;}
nav ul:after {content: '.'; clear: both; visibility: hidden; display: block; height: 0px; }
nav ul li { float: left; position: relative; line-height: 20px;}
nav ul li a { display: block; color: #FFF; text-decoration: none; padding: 14px 15px 15px; font-size: 16px;}
nav ul li:hover > a{ color: #000; }
nav ul li:active >a{ color: #666; }

/* Sub menu */

/* Sub menu arrows on top pointingtowards parent */
nav ul li > ul:before {
	content:"";
	border-style: solid;
	border-color: transparent transparent #CCC transparent ;
	width: 0;
	height: 0;
	position: absolute;
	left: 15px;
	top: 5px;
}
/* end of Sub menu arrows on top pointingtowards parent */

nav ul li > ul{
	position: absolute;
	left: 17px;
top: 80 %; 	padding-top: 13px;
	background: none;
	with: 150px;
	z-index: -9999;
	opacity: 0;
} 
nav ul li:hover > ul {display: block; z-index: 100; opacity: 1;}
nav ul li > ul li:first-child{ border-radius: 4px 4px 0 0;}
nav ul li > ul li:last-child{ border-radius: 0 0 4px 4px;}
nav ul li > ul li { padding: 0 3px 3px; background: #CCC; width:100%; }/* Färg på undermenyerna */
nav ul li > ul li a {display:block; padding: 6px 9px; border-radius: 2px; font-size: 14px}
nav ul li > ul li:hover > a {color: # CCC; background:# 999}
nav ul li > ul li.active > a {color: # CCC; background:#999}

/*SUB SUB MENU*/
/* Sub menu arrows on left side pointing towards parent */
nav ul li > ul li > ul:before {
	content:"";
	border-style: solid;
	border-width: 9px 9px 9px 0 ;
	border-color:  transparent #CCC transparent transparent ;
	width: 0;
	height: 0;
	position: absolute;
	left: 0px;
	top: 15px;
}
/* end of Sub menu arrows on left side pointing towards parent */

nav ul li > ul li > ul {top: 0; left: 90 %; padding: 0 ; padding-left: 13px ;-webkit-transition: 0,01s ease-out}

nav ul li > ul li:hover > ul{ display: block; opacity: 1; z-index: 100%; top: 0; left: 100%; }

#mainpic {
	width: 840px;
	padding: 5px;
	margin: 5px;
	height: 275px;
}

#mainpic_text {
	width: 890px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
}

#in_mainpic_left {
	float: left;
	width: 400px;
}

#in_mainpic_right {
	float: right;
	width: 400px;
}

h0 {
	font-size: 14px;
	color: #B8B8B8;
	font-family: Lato;		
}

h1 {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	color:#900	
	font-family: Lato;
	color: #903;
}


h3 {
	font-size: 14px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
h5 {
	font-size: 14px;
	color:#900	
	font-family: Lato;
}
p {
	font-family: Lato;
	font-size: 14px;
	line-height:150%;
	color: #333;
}

hr {
	border-color:#CCC;
}

/* gray shaded liks */

a:link.gray {
color : #666666; 
} 
a:visited.gray {
color : #000000; 
} 
a:active.gray {
color : #903; 
} 
a:hover.gray {
color : #903; 
}  

/* End of gray shaded liks */

/* frontpage shaded liks */

a:link.frontpage {
color : #000000;
text-decoration:none; 
} 
a:visited.frontpage {
color : #000000; 
text-decoration:none;
} 
a:active.frontpage {
color : #000000; 
text-decoration:none;
} 
a:hover.frontpage {
color : #903;
text-decoration:none;

/* End of frontpage shaded liks */


	/* Spec for Sownload page */
#Downloadbox {
	width: 500px;
}
#Downloadbox_icon {
	width: 50px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
	/* End of Spec for Sownload page */
