/* Bodyformat */
	body 
		{ 
		margin:0px auto;
		padding: 5px; 
		font: 12px Verdana, Arial, Helvetica, sans-serif; 
		line-height: 14px;
		text-align:center;
		background-image: url(../bilder/logotyp.gif);
		}
	
	p 	{
		line-height: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		}
		
	#txt1
	  	{ 
    	margin:0px; 
  		} 
	.röd11 
		{
	    color: #FF0000;
		}
	.röd10 
		{
		font-size: 10px;
		color: #FF0000;
		}
	.text10 
		{
		font-size: 10px;
		}

/* Rubrikformat */	
	h1 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 24px;
		font-weight : bold;
		margin: 1px;
		padding: 6px;
		border: 3px solid #FFCC00;
       }
	
	h2 {
		font-family : Verdana;
		font-size : 20px;
		font-weight : normal;
		} 
	
	h3 { 
		font-family : Verdana; 
		font-size : 16px; 
		font-weight : normal; 
		} 
	
	.textformat1 
		{ 
		color : #ff0000; 
		} 
	
	.textformat2 
		{ 
		font-size : 10px; 
		line-height :12px; 
		} 
		
/* Länkformat*/
	
	a:link 
		{ 
		color : #008000; 
		text-decoration : none; 
		} 

	a:visited 
		{ 
		color : #008000; 
		text-decoration : none; 
		} 
	
	a:hover 
		{ 
		color : #008000; 
		background-color : #ffcc00; 
		} 
				
/*Tabellformat */
	table 
		{
	table-layout:fixed;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	white-space: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px;
	position: relative;
	padding: 2px;
	width: 850px;
		}

	th 
		{
		font: bold 10px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		border-top: 1px solid #C1DAD7;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: left;
		padding: 4px 4px 4px 4px;
		background-color: #ffcc00; 
		}
			
	td {
	border: 1px none #CCCCCC;
	font-size: 11px;
	padding: 10px;
	}

	#tabellhuvud
		{
	width: 830px;
	background-color: #ffff00;
	position: absolute;
	height: 60px;
	top: 237px;
	left:24px;
	margin:1px;
	padding:1px;
		}
	#inmatning
	{
	width: 500px;
	}
	#table2
	{
	width:400px;
	}
	#table3
	{
	width:350px;
	}
	
/* Listformat */

	ul.circle 
	{
	list-style-type: circle;
	}

/* Divformat */
		
	#sidlayout 
		{ 
		z-index:0;
		float:left;
		top:0px;
		left:0px;   
		width:900px; 
		margin-left: 10%; 
		margin-right: 10%;
		text-align:left;
		padding: 5px 5px 5px 10px; 
		border: 1px solid #000000; 
		background-color: #ffcc00; 
		}
	#sidlayout_form 
		{ 
		z-index:0;
		float:left;
		top:0px;
		left:0px;   
		width:900px; 
		margin: 0 0 0 0; 
		text-align:left;
		padding: 5px 5px 5px 10px; 
		border: 1px solid #000000; 
		background-color: #ffcc00; 
		}
	#sidhuvud
		{
		width:880px;
		z-index:30;
		padding:5px;
		margin: auto;
		}
	#brodsmula
		{
		z-index:2;
		}	
	#content 
		{
	position: relative;
	float: left; 
	width: 870px;
	line-height: 20px;
	border: 1px solid #000000;
	background-color: #ffff00;
	background-image: url(../bilder/logotyp.gif);
	margin: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
		}
	#sokresultat
		{
		overflow: auto;
		}
	li {
	list-style-position: outside;
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	}
	
	#boklista
	{
	width: 850px;
	overflow: auto;
	}
		
/* Sidhuvud - menyformat */
	ul {
	padding: 0;
	margin: 0;
	font-size:12px;
	font-weight: bold;
	}
	
	ul#nav {
	position: relative;
	width: 880px;
	font-size: 11px;
	}
	
	ul#nav li {
	float: left;
	display: inline;
	font-size: 11px;
	}
			
	ul a:link, ul a:visited {
	float: left;
	width: 100%;
	padding: 3px;
	background-color:#ffcc00;
	color: black;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Sans-serif;
	}
			
	ul.subMenu {
	position: absolute;
	top: 22px;
	display: none;
	clear: left;
	font-size: 11px;
	font-weight: normal;
	z-index:30;
	}
			
	ul.subMenu li {
	clear: left;
	font-size: 11px;
	z-index:30;
	}
			
	.subMenu a:link, .subMenu a:visited {
	float: none;
	background-color: #ffcc00;
	color: black;
	}
	.subMenu a:hover, .subMenu a:active {
	background-color: #ffff00;
	color: black;
	}

/* Sidfot format*/
	#footer 
		{
		float: left; 
		width:870px; 
		height: 110px; 
		margin: auto; 
		padding: 3px; 
		font-size:10px;
		top: 670px;
		background-color: #ffcc00;
		}

/*Boxar på index-sidan med rundade hörn*/		
/*Box1*/
	.container1 
	{
	background-image: url(../bilder/logotyp.gif); 
	width:215px;
	float: left; 
	height: 205px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box1 
	{
	height:200px;
	}
/*Box2*/	
	.container2 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 205px;
	width:430px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box2 
	{
	height:200px;
	}
/*Box3*/	
	.container3 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 205px;
	width:215px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box3 
	{
	height:200px;
	}
/*Box4*/	
	.container4 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 100px;
	width:100px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box4 
	{
	height:95px;
	}
/*Box4b*/	
.container4b 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 100px;
	width:100px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box4b 
	{
	height:95px;
	}	
/*Box5*/	
.container5 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 100px;
	width:100px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box5 
	{
	height:95px;
	}
/*Box6*/	
.container6 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 100px;
	width:100px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box6 
	{
	height:95px;
	}	
	
	/*Box6b*/	
.container6b 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 100px;
	width:100px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box6 
	{
	height:95px;
	}	
	
/*Box7*/
.container7 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height:100px;
	width:325px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box7 
	{
	height:95px;
	}	
/*Box8*/
.container8 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 540px;
	width:435px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box8 
	{
	height:515px;
	padding:10px;
	}	
/*Box9*/
.container9 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 540px;
	width:435px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box9 
	{
	height:515px;
	padding:10px;
	}	
/*Box10*/
.container10 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 200px;
	width:435px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box10 
	{
	height:175px;
	padding:10px;
	}	
/*Box11*/
.container11 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 200px;
	width:435px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box11 
	{
	height:175px;
	padding: 10px;
	}	
/*Box12*/
.container12 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 275px;
	width:435px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box12 
	{
	height:245px;
	padding:10px;
	}	
.container13 
	{
	background-image: url(../bilder/logotyp.gif); 
	float: left; 
	height: 280px;
	width:435px;
	margin: 5px; 
	font-size:10px;
	}
	.roundtop {background:#ffcc00;}
	.roundbottom {background: #ffcc00;}
	.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
	.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
	.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
	.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}
	.box12 
	{
	height:245px;
	padding:10px;
	}	
	
#recaptcha_table { table-layout: auto !important; } 
