/*
		COPYRIGHT	Macke Hansson 2010
					Aztek Design AB
					macke@aztek.se | www.aztek.se
					/////////////////////////////
					BMI
					www.bmimontage.se
					bmimontage@gmail.com
					
					Ängsvägen 15
					666 30  Bengtsfors


*/
/* SMARTYS */


/* resets and overrides
========================== */

* { 
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}

html {
	height:100%;
}

body {
	height:100%;
}

img, img a {
	border:none;
	ouline:none;
}

/* links and type
========================== */

body {
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#000;
}

h1 {
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	color:#003f72;
	margin-bottom:10px;
}

h2 {
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	color:#003f72;
	margin-bottom:10px;
}

h3 {
	color:#003f72;
}

h4 {
	color:#003f72;
}

a {
	color:#00b0ca;
	text-decoration:none;
}

a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
a:hover {
	text-decoration:underline;
}

/* layout
========================== */

#header-wrap {
	background:url(http://www.bmimontage.se/uploads/bmi/header-bg.jpg) repeat-y top center;
	width:100%;
}
	
	#header-logo {
		width:980px;
		margin:0 auto;
	}

#meny-wrap {
	background:url(http://www.bmimontage.se/uploads/bmi/meny-bg.jpg) repeat-x;
	width:100%;
}
	#meny-container {
		width:980px;
		margin:0 auto;
	}
	#meny {
		width:924px;
		float:left;
	}

	#header-flaggor {
		float:right;
		text-align:right;
		width:56px;
		margin-top:13px;
	}
		
		#header-flaggor img {
			border:0;
			cursor:pointer;
		}
		
		.tooltip {
			display:none;
			background: transparent url(http://www.bmimontage.se/uploads/bmi/sv-flagga-tooltip.png) no-repeat;
			font-size:11px;
			height:21px;
			width:143px;
			padding:0 5px 15px 5px;
			color:#ffffff;
			text-align:center;
		}

#content-wrap {
	width:960px;
	margin:0 auto;
	padding:55px 0 0 20px;
}

#content-left {
	float:left;
	width:368px;
}
#content-left ul {
margin-left:20px;
}

#content-right {
	float:right;
	width:551px;
}
#content-right ul {
margin-left:20px;
}

#footer-wrap {
	background:url(http://www.bmimontage.se/uploads/bmi/footer-bg.jpg) no-repeat top center;
	width:100%;
}
#footer {
	width:940px;
	margin:55px auto 0 auto;
	text-align:center;
	padding:10px 0 90px 0;
	font-size:11px;
}


#aktuellt {
	border-top:1px #012d51 solid;
	padding:20px 0;
	margin:20px 0 0 0;
}


/* huvudmeny
========================== */

ul#huvudmeny {
	
}

ul#huvudmeny li {
	float:left; 
	list-style:none;
}

ul#huvudmeny li a {
	display:block;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color:#003f72;
	text-decoration:none;
	padding:13px 17px 24px 17px;
}

ul#huvudmeny li a:hover {
	color:#00b0ca;
}

ul#huvudmeny li a.aktiv {
	color:#00b0ca;
}

ul#huvudmeny li a.aktiv:hover {
	
}


/* undermeny
========================== */

	/* Vertikal
	ul#undermeny
	{  }
	ul#undermeny li
	{ float:left; list-style:none; }
	ul#undermeny li a
	{ display:block; }
	*/
	
	/* Horisontell
	ul#undermeny
	{  }
	ul#undermeny li
	{ list-style:none; }
	ul#undermeny li a
	{ display:block; }
	*/




/* form elements
========================== */

.input {
	
}

input.button {
	
}



/* misc
========================== */

.fltLft {
	float:left;
}

.fltRght {
	float:right;
}

.nyhetsartikel {
padding-bottom:10px;
}

.nyhet-nav {
text-align:center;
border-top:1px  solid;
}