    /* <!-- */
	/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font: 0.7em verdana, helvetica,arial,Trebuchet MS,Verdana,Sans-serif;
		line-height: 1.4em;
    }
	
	.svenskbingo {
		width: 100%;
		font-weight: bold;
	}
	.svenskbingo td {
		background: #eee;
		text-align: center;
	}

	.snabbinfo {
		font-size: 1.2em;
	}
	.right {float: right; margin:0px 10px 10px 10px;
			color:#666666;
		font-size:0.8em;
		clear: right;
		}
	.left {float: left; margin:0px 10px 10px 0px; }
	
	.textbottom {
		font-size: 1.7em;
		font-weight: bold;
		font-style: italic;
		text-align: center;
	} 
	.textbottom a{
		color: #01367E;
		text-decoration: none;
		vertical-align: bottom;
	}
	.textbottomspela {
		font-size: 1.6em;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		margin-bottom: 25px;
	} 
	.textbottomspela a{
		color: #01367E;
		text-decoration: none;
		vertical-align: bottom;
	}

	.center {
		 width: 150px;
		 margin: 25px auto;
		}
	.mid{
		margin-left: 300px;
	}
	.meta {
		color:#666666;
		font-size:0.8em;
		margin:0;
	}
	.flag {
		margin:0;
		padding:0;
	}

	
	a {
    	color:#A00101;
	}
	a:hover {
		text-decoration:none;
	}
    h1{
        margin:.5em 0 .5em 0;
        padding:0;
		color: #01367E;
		font-size: 2.2em;
		line-height: 1em;
		text-align: center;

    }
    h2 {
        margin:.8em 0 .5em .3em;
        padding:0;
		color: #0353C2;
		font-size: 1.5em;
    }
    h3 {
        margin:.5em 0 .5em .3em;
        padding:0;
		color: #0353C2;
		font-size: 1.2em;
    }
    h4 {
        margin:0em 0 0em .5em;
        padding:0;
		color: #666;
		font-size: 1.2em;
    }
    p {
        margin:.4em .5em .8em .5em;
        padding:0;
    }
	
	blockquote {
		background: #eee;
		padding: 5px;
		margin: 15px;
	}
	img {
		margin:10px 0 5px;
		border: 0;
	}
	.colleft img {
		margin: 0;
		border: 0;
		text-decoration: none;
		vertical-align: middle; /* uppdt */
	}
	.bonuslink {
		font-weight: bold;
		font-size: 1.5em;
		color: #01367E;
		text-decoration: none;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		height: 100px;
		background:#ffffff url('bilder/spelabingo-logo.png') no-repeat top left;
    }
/*	#header {
		border-bottom:1px solid #000;
	}
	*/
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}

		#header a {
		  display:block;
		  width:100%;
		  height:100%;
		  text-decoration:none;
		}

	
	#content-left {
		width: 100%;
		float: left;
/*		border: 1px solid #eee; */
	}

	.sammanfattning {
	    list-style-type:disc;
		line-height: 2em;
		font-size: 1em;
	}

	
	#content-right {
		width: 23%;
		float: left;
/*		border: 1px solid #eee; */
		margin-left: 5px;
		padding: 0px;
	}
	
	.b {
		font-weight: bold;
	}


	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:190px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
	
}
	
	/* Footer styles */
	#footer {
		background: url("/bilder/_footer.jpg");
        clear:both;
        float:left;
        width:100%;
		margin-top: 20px;
    }
    #footer p {
        padding:0px;
        margin:5px;
    }
	
	
	
    /* --> */
	
.box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0em;
	text-align: left;
	width:99%;				/* <-- use this to tie width to viewport size */
/*	width: 55em;				<-- use this for a set width */
	background-color: #eee;
	}

/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tlc
	{
	background-image:url(/bilder/box/tlc.gif);
	background-position: 0% 0%;
	}

.trc
	{
	background-image:url(/bilder/box/trc.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(/bilder/box/blc.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(/bilder/box/brc.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(/bilder/box/tb.gif);
	background-position: 0% 0%;
	}

.bb
	{
	background-image:url(/bilder/box/bb.gif);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image:url(/bilder/box/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb
	{
	background-image:url(/bilder/box/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

.snabbfakta {
	margin-left: 5px;
	padding: 5px;
	font-size: 0.8em;
}

.boxxx {
	margin: 5px;
	padding: 5px;
	font-size: 0.8em;
}

.content h3, .col3 h3
	{
	margin: 0px;
	padding: 20px 12px 5px 10px;
	color:#0354c2;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	}
		
.content p, .col3 p
	{
	padding: 0px 15px 5px 10px;
	color:#3b3b3b;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	}
	
.content ul {
	margin: 0;
	margin-left: -40px;
}
.content li {
	color:#3b3b3b;
	margin: 0 25px 5px 25px;
	font-size: 0.9em;
	list-style-type:disc;
	line-height: 1.2em;
}

.item p {
	margin-left: -10px;
	
}
.item
	{
	padding: 0px 15px 10px 10px;
	color:#3b3b3b;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: verdana, helvetica, geneva, arial, sans-serif;
}

/* ********* table ******** */


#bingotabell
{
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 10px 20px 10px 5px;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
	background: url("/bilder/tabellbg.jpg");
	background-repeat: repeat-x;

}
#bingotabell th
{
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	background: url("/bilder/tabellth.jpg");
	color: #fff;
}
#bingotabell td
{
	line-height: 1.2em;
	background: url("/bilder/tabelltd.jpg") repeat-x;
	padding: 4px;
	border-bottom: 1px solid #DDE9D4;
	color: #555;
	border-top: 1px solid transparent;
}
#bingotabell tr:hover td
{
	background: #fff;
	color: #555;
}


.steg {
	font-style: italic;
	font-family: Georgia;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type:decimal;
	background: #ffffff;
	padding: 5px;
	margin: 30px 10px 10px 10px;
	border: 1px solid #679AE1;
	background:transparent url(bilder/bingoballs.png) no-repeat top right;
}

.steg a {
	color: #01367E;
}

.steg ol {
	font-style: italic;
	font-family: Georgia;
	color: #0354C2;
	font-weight: bold;
	list-style-type:decimal;
}

.steg p {
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	font-family: Arial;
	color: #000000;
	line-height: 1.2em;
}

label
{
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 7em;
}
input, textarea
{
color: #781351;
background: #fff;
border: 1px solid #999;
}

fieldset {
	margin: 30px 20px 10px 10px;
	background: #eee;
}

#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
	background: url('bilder/bingoballs.png') 430px 59px no-repeat;
}
#background-image th
{
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	padding-left: 5px;
	background: #265391;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#background-image td
{
	padding: 4px;
	color: #000;
	border-top: 1px solid #eee;
}
#background-image td.rank
{
	color: #0353C2;
	font-size: 2em;
	font-weight: bold;
	padding-left: 20px;
}
#background-image td.rank2 a
{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:none;
	color: #01367E;
}
#background-image td.rank3 a
{
	font-size: 1.2em;
	text-decoration:none;
	color: #01367E;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('bilder/back.png');
}

#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}

#background-image td.gratisbonus a{
	color:#666699;
	font-size:1.5em;
	font-weight:bold;
	padding-left:20px;
	text-decoration: none;
}
#background-image td.bold {
	font-weight:bold;
	font-size: 1.3em;
	color: #333;
}



#nav {
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#nav ul {
	list-style: none;
	margin:0 0 0 -16px;
	padding: 0;
}

#nav ul a{
	color: #0354C2;
}

#nav ul li a{
	padding: 5px;
}

#nav ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

/*
#nav ul li ul {
	background: #eee;
} */

#nav ul li ul li {
	margin: 0 0 0 30px;
	font-weight: normal;
}
#nav ul li ul li a{
	padding: 0;
	color: #000;
}

#nav a {
	color: #000;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: 100%;
}

#nav a:hover, #nav a:active {
/*	background-color: #aaa; border-left: 5px #000 solid; */
	text-decoration: underline;
  }

#menu-svensk {
	background: url("bilder/menu-swe.png") no-repeat top right;
}
#menu-hem {
	background: url("bilder/menu-hem.png") no-repeat top right;
}
#menu-bonus {
	background: url("bilder/menu-bonus.png") no-repeat top right;
}
#menu-info {
	background: url("bilder/menu-info.png") no-repeat top right;
}
#menu-lex {
	background: url("bilder/menu-lex.png") no-repeat top right;
}
#menu-chat {
	background: url("bilder/menu-chat.png") no-repeat top right;
}
#menu-star {
	background: url("bilder/menu-star.png") no-repeat top right;
}
#menu-about {
	background: url("bilder/menu-about.png") no-repeat top right;
}
#menu-free {
	background: url("bilder/menu-free.png") no-repeat top right;
}

