@charset "utf-8";
/* CSS Document */

/* @fontface */

@font-face {
    font-family: 'Akzidenz';
    src: url('fonts/akzidgrostdbolcnd_0-webfont.eot');
    src: url('fonts/akzidgrostdbolcnd_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/akzidgrostdbolcnd_0-webfont.woff') format('woff'),
         url('fonts/akzidgrostdbolcnd_0-webfont.ttf') format('truetype'),
         url('fonts/akzidgrostdbolcnd_0-webfont.svg#Akzidenz-GroteskStdBdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* end fontface */


body {font-family: Verdana, Arial, sans-serif; font-size: 125%; margin:0;}

img {border:0; display:inline;}
img.liner {width: 241px; height:1px; display:block;}
img.stodlinjen {margin: 20px 0 0 5px;}

p {font-size: 1.1em; line-height:1.4em; margin: 5px 0px 10px 5px;}

.breaker {clear:both;} /* Används för att separera floatade block */

h1.fontface {
	font-family: 'Akzidenz', Arial, sans-serif;
	font-size: 2.5em;
	letter-spacing: 0px;
	text-indent: 5px;
	font-weight:400;
	margin: 4px 0 10px 0;
	color: #333333;
}
h1.kontakta_oss {margin-bottom: 0px !important;}






/* POSITIONERING /////////////////////////////////////////////*/

#container {margin:0; font-size: 0.5em;}
#content {margin: 0 auto; width: 699px;}
#main {width:475px; float:left; padding: 9px 20px 20px 10px;}

#column {float:left; width: 505px;}
#column .left {float:left; margin: 0 19px 0 10px; margin-bottom:20px; width: 230px;}
#column .right {float:left; width: 230px;}

#footer {float:left; margin-top: 100px; margin-bottom: 10px;}

.topL {width: 177px; margin-right:15px; padding-top:20px; background:url(img/gfx_leftnav_top.gif) no-repeat; float:left;}
.topR {width: 507px; float:left;}

/* SLUT POSITIONERING ////////////////////////////////////////*/




/* HUVUDMENY /////////////////////////////////////////////////*/

#menu {
	width: 178px; 
	min-height: 500px;
	margin-right:16px; 
	float:left;
	background: #0D4CC1; /* old browsers */
	background: -moz-linear-gradient(left, #8E979D 0%, #ccc 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8E979D), color-stop(100%,#ccc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E979D', endColorstr='#CCCCCC',GradientType=1 ); /* ie */
	background: -o-linear-gradient(left, #8E979D 0%,#ccc 100%); /* opera */

}
#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {
	display:block; 
	height:auto; 
	width:178px; 
	margin-top:0px;
	padding:0px; 
	text-decoration: none; 
	text-transform:uppercase; 
	color:#FFFFFF;
	font-family: 'Akzidenz', Tahoma, serifSansSerifMonospace, Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0px;
	text-indent:10px;
	font-weight: 700;
	border-bottom: solid 1px #ffffff;

}
#menu li.indent {
	text-align: right;
	font-size:1.2em;
	font-weight: 400;
}

#menu li.activeindent {
	text-align: right;
	font-size:1.2em;
	font-weight: 400;
	background: #8E979D url(img/pil_menu.png) no-repeat 5px center; 
}
#menu li.indent a{
	background: #8E979D;
}
#menu li a:hover,
#menu ul li.active a {
	text-decoration:none;
	padding:10px;
	margin-top:0px;
	background: #ccc url(img/pil_menu.png) no-repeat 5px center; 
	text-indent: 10px;
	margin: 0px;
	}
#menu li a {
	text-decoration: none; 
	color:#fff;
	display:block;
	padding:10px;
	}

/* SLUT HUVUDMENY ////////////////////////////////////////////*/




/* LÄNKAR ////////////////////////////////////////////////////*/

a {color:#666666; text-decoration: underline;}
a:hover{text-decoration: none;}

a.darkgrey { font-size: 1em; color: #61666D; margin: 5px 0 0 7px;}
a.lightgrey {color:#ADADAD; font-family:arial,helvetica,verdana,sans-serif; font-size:10px; line-height:16px; text-decoration:none !important}

/* SLUT LÄNKAR //////////////////////////////////////////////*/




/* STARTSIDAN ////////////////////////////////////////////////*/

.lasmer {margin: 5px 0 8px 10px;}
.lasmer a {text-decoration:none;}

p.small {color:#61666D; font-size:0.9em; line-height:1.6em;}

/* SLUT STARTSIDAN ///////////////////////////////////////////*/




/* LISTOR ////////////////////////////////////////////*/

ol {font-size:1.1em; line-height: 1.4em;}
ol li {margin-bottom:10px;}

ul.text {font-size: 1.1em; line-height: 1.4em;}
ul.text li {margin-bottom: 10px;}

/* SLUT LISTOR ///////////////////////////////////////*/




/* VÅRA SPEL /////////////////////////////////////////*/

#vara_spel {width: 483px; margin-top: 20px;}
#vara_spel .logo_col {width: 200px; margin: 0 23px 25px 0; text-align: right; float:left;}
#vara_spel .info_col {width: 260px; float:left;}

/* SLUT VÅRA SPEL ////////////////////////////////////*/



/* ÅRET SOM GÅTT /////////////////////////////////////*/

#aret_som_gatt {line-height: 1.4em; font-size: 1.1em;}
#aret_som_gatt h2 {font-size: 1.4em; margin: 4px 0 0px 3px;}
#aret_som_gatt img.separate {width:480px; height: 1px; margin: 5px 0 0px 3px; display:block;}
#aret_som_gatt .manad {text-align:right; width: 70px; margin: 5px 25px 0 0; color:#ADADAD; float:left;}
#aret_som_gatt .happening {width: 370px; margin-top: 5px; float:left; color:#232323;}


/* SLUT ÅRET SOM GÅTT ////////////////////////////////*/




/* KONTAKT ///////////////////////////////////////////*/

#kontakt {}
#kontakt .kontaktuppgifter {width: 250px; margin-top: 15px; float:left;}
#kontakt .kundtjanst {width: 202px; float:left;}
#kontakt .kontaktpersoner {margin-top:10px;}
#kontakt .kontaktpersoner img {margin: 0 15px 20px 5px; float:left;}
#kontakt .kontaktpersoner .info {float:left;}

/* SLUT KONTAKT //////////////////////////////////////*/
