﻿/*--------Vanliga------------------------------------------- */

body, td, div {	
	font:75%/150% 
	"Trebuchet MS", 
	"Lucida Grande", 
	"Bitstream Vera Sans", 
	Arial,
	Helvetica, 
	sans-serif;
	font-size: 12px;
	background-color: #bec890;
	text-align: center;
	
}

#wrapper {
 width:960px; margin:0 auto; padding:1em; background-color:white; 
}

#header {
	
	width: 960px;
	height: 100px;
	margin: 0 auto;
	background: url(http://www.alo.se/alo_start/images/header.jpg);
	
	
}

#container {
	width: 960px;
	height: 500px;
	margin: 0 auto;
	background-color: #e5e5e5;
	text-align: left;
}

#lefCol { float:left; width:200px; background-color:e5e5e5; height: 567px; padding-right:0px;}

#midCol { float:left; width:750px; background-color:#bec790; height: 567px; background: url(http://www.alo.se/alo_start/images/indexbakgrund_vit.jpg); background-repeat: repeat-y;}
#midColIndex { float:left; width:750px; background-color:white; height: 567px; padding-left:0px; background: url(http://www.alo.se/alo_start/images/indexbakgrund.jpg);}
html>body #lefCol { float:left; width:200px; background-color:e5e5e5; height: 567px; overflow: hidden;} /*nya webläsare IE7+FF*/
html>body #midCol { float:left; width:742; background-color:yellow; height: 567px; padding-left:16px; padding-top:0; background:url(http://www.alo.se/alo_start/images/indexbakgrund_vit.jpg); background-repeat: repeat-y;} /*nya webläsare IE7+FF*/


html>body #midColIndex { float:left; width:742; background-color:yellow; height: 567px; padding-left:14px; padding-top:0; background: url(http://www.alo.se/alo_start/images/indexbakgrund.jpg); } /*nya webläsare IE7+FF*/
html>body #midColKontOss { float:left; width:742; background-color:yellow; height: 567px; padding-left:14px; padding-top:0; background: url(http://www.alo.se/alo_start/images/kontaktaoss_IE2.jpg); } /*nya webläsare IE7+FF*/
#midColKontOss { float:left; width:750px; background-color:white; height: 567px; padding-left:0px; background: url(http://www.alo.se/alo_start/images/kontaktaoss_IE2.jpg);}


#footer {
	padding-top: 4px;
	height: 25px;
	width: 960px;
	color: #0d2474;
	margin: 0 auto;
	background: url(http://www.alo.se/alo_start/images/footer.jpg);
	clear:both;
	overflow:hidden;
}
html>body #footer {height: 22px;} /*nya webläsare IE7+FF*/

/*--------Vänstermenyn------------------------------------------- */

 #nav-menu ul
{
	
	line-height: 1em;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#nav-menu li
{
	background-color: #e5e5e5;
	min-height: 100%;
	line-height: 1.75em;
	width: 202px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #336666;
	
	text-align: left;
	margin: 0 0.15em;
	padding-left: 10px;
}
html>body #nav-menu li {min-height: 100%; overflow:hidden; width: 190px;}/*nya webläsare IE7+FF*/

#nav-menu li a
{
	background-color: #fff;
	min-height: 100%;
	line-height: 1.90em;
	width: 190px;
	display: block;
	
	
	text-align: left;
	padding-left: 10px;
	overflow:hidden;
}

html>body #nav-menu li a {min-height: 15px; line-height: 1.90em; overflow:hidden; width: 190px;}/*nya webläsare IE7+FF*/

a:link, a:visited {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #6a9999;
	background-color: #000;
}

table, tr, td {background:transparent; border:0px;}
table table table {background:transparent;}
table table table td {background-color:transparent;}

/*--------Olika divs för att centrera saker på sidorna (login prislistor)------------------------------------------- */

#prisLogin {
	
	margin: 0 auto;
	background-color: white;
        text-align: left;
        
}
/*--------Expandera höjden på floating div's i FF------------------------------------------- */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */