body {
		background: #ffcc66 url("Bilder/images/main-back.jpg") repeat-x;
		color: #000;
}


#runtom 	/* runtom hela sidan*/
{
		background: #ffcc66;
		width: 900px;
		border: 0px solid red;
		margin: 0px auto;
		margin-top: -20px;
}

#top		/*topdelen*/
{		width: 900px;
		height: 141px;
		background: url("Bilder/top-copy.jpg");
		border: 0px solid white;
}

#top h1
	{
	    color: #000000;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:36px;
		text-decoration:none;
		font-weight: bold;	
		padding-top: 55px;
		padding-left: 320px
	}	

/*
#logga 		 loggan uppe till vänster 
	{     
		width: 150px;
		height: 131px;
		border: 0px solid black;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		
}
*/
/*
#toptext
{
		width: 710px;
		height: 141px;
		border: 0px solid green;
		float: right;
		
}
*/
/* Menyn */

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #ffcc66;
padding: 0px;
height: 74px;
background: url(Bilder/images/nav-bg.jpg);
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:7px 16px 7px 16px;
margin: 10px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(Bilder/images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
color: #6C3600;
background: url(Bilder/images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(Bilder/images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color: #FF9900;
border-bottom: 1px solid #CA6500;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(Bilder/images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 199px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-color: #FFFFFF;
background: url(Bilder/images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#ffcc66;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}
/* info-delen */

#mitten_c	
	{	
		width: 700px;
		border: 0px solid black;
		margin: 0 auto;
		margin-top: -15px;
		text-align: center;
	}

#mitten_c p, #mitten_b p
	{
	    color: #000000;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:14px;
		text-decoration:none;
		font-weight: normal;	
		padding: 0px;
	}

#mitten_c h1
	{
	    color: #000000;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:24px;
		text-decoration:none;
		font-weight: bold;	
		padding: 0px;
	}	
	
#mitten_c a 
	{
		color: #000000;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:14px;
		text-decoration:none;
		font-weight: bold;	
		padding: 0px;
	}

#mitten_c a:hover 
	{ 
		color: #686868;	
		padding: 0px; 	
	}

#mitten_c a:active 
	{ 
		color: #686868;	
		padding: 0px; 		
	}
	
#mitten_b	
	{	
		width: 700px;
		margin: 0 auto;
		margin-top: 5px;
		text-align: center;
	}

#mitten_b a 
	{
		color: #000000;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:14px;
		text-decoration:none;
		font-weight: bold;	
		padding: 0px;
	}

#mitten_b a:hover 
	{ 
		color: #686868;	
		padding: 0px; 	
	}

#mitten_b a:active 
	{ 
		color: #686868;	
		padding: 0px; 		
	}	
	
#mitten_frontpage_frame	
	{	
		width: 700px;
		border: 1px solid #996633;
		background: url("Bilder/images/front-frame-bg.jpg");
		margin: 0 auto;
		margin-top: 0px;
		text-align: center;
		padding: 25px 0px 25px 0px;
	}	
	
#mitten_frontpage	
	{	
		width: 650px;
		border: 1px solid white;
		margin: 0 auto;
		text-align: center;
	}	

.tabell_runtom
	{
		width: 606px;
		height: 414px;
		margin: 0 auto;
		border: 1px solid black;
		text-align: center;
	}

.tabell_forsta_led
	{
		width: 200px;
		height: 206px;
		border: 1px solid black;
		float: left;
	}

.tabell_andra_led
	{
		width: 200px;
		height: 102px;
		border: 1px solid black;
		float: left;
	}

.tabell_tredje_led
	{
		width: 200px;
		height: 50px;
		border: 1px solid black;
		float: left;
	}

.tabell_bevakning_runtom
	{
		width: 600px;
		height: 700px;
		margin: 0 auto;
		border: 1px solid black;
		text-align: center;
	}

.tabell_bevakning_ruta
	{
		width: 98px;
		height: 98px;
		border: 1px solid black;
		float: left;
	}

.tabell_tjh_runtom_1
	{
		width: 600px;
		height: 340px;
		margin: 0 auto;
		border: 1px solid black;
		text-align: center;
		margin-bottom: 10px;
	}		
	
.tabell_tjh_runtom_visitation
	{
		width: 600px;
		height: 120px;
		margin: 0 auto;
		border: 1px solid black;
		text-align: center;
		margin-bottom: 10px;
	}			

.tabell_tjh_runtom_2
	{
		width: 600px;
		height: 300px;
		margin: 0 auto;
		border: 1px solid black;
		text-align: center;
		margin-bottom: 10px;
	}		
	
.tabell_tjh_runtom_3
	{
		width: 600px;
		height: 200px;
		margin: 0 auto;
		border: 1px solid black;
		text-align: center;
		margin-bottom: 10px;
	}	
	
.tabell_tjh_runtom_4
	{
		width: 600px;
		height: 500px;
		margin: 0 auto;
		border: 1px solid black;
		text-align: center;
		margin-bottom: 10px;
	}			
		
.tabell_tjh_liten_ruta
	{
		width: 98px;
		height: 38px;
		border: 1px solid black;
		float: left;
}

.tabell_tjh_ruta
	{
		width: 98px;
		height: 98px;
		border: 1px solid black;
		float: left;
	}

.tabell_dag
	{
		width: 5px;
		height: 98px;
		border-right: 2px solid black;
		float: left;
	}	
		
.tabell_dag_upp
	{
		width: 5px;
		height: 48px;
		border-bottom: 1px solid black;
		float: top;
	}
	
.tabell_dag_upp_vald
	{
		width: 5px;
		height: 48px;
		border-bottom: 1px solid black;
		background-color: green;
		float: top;
	}	

.tabell_dag_ner
	{
		width: 5px;
		height: 48px;
		border-top: 1px solid black;
		float: top;
	}

.tabell_dag_ner_vald
	{
		width: 5px;
		height: 48px;
		border-top: 1px solid black;
		background-color: green;
		float: top;
	}	
	
.tabell_dag12
	{
		width: 30px;
		height: 98px;
		border-left: 2px solid black;
		float: right;
	}	
	
.tabell_dag1
	{
		width: 30px;
		height: 48px;
		border-bottom: 1px solid black;
		font-size: 12px;
		float: top;
	}
	
.tabell_dag2
	{
		width: 30px;
		height: 48px;
		border-top: 1px solid black;
		font-size: 12px;
		float: top;
	}
	
.tabell_valpar_pa_gang
	{
		width: 664px;
		height:500px;
		margin: 0 auto;
		border: 0px solid red;
	}

.tabell_pa_gang_kolumn_vanster
	{
		width: 327px;
		border: 0px solid green;
		float: left;
	}

.tabell_pa_gang_kolumn_hoger
	{
		width: 327px;
		border: 0px solid green;
		float: right;
	}

.tabell_pa_gang_under
	{
		width: 654px;
		margin: 0 auto;
		border: 0px solid blue;
		float: right;
	}
	
#mitten_c p.stamtavla
	{
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		color: #000000;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:12px;
		text-decoration:none;	
		padding: 0px;
	}

#mitten_c p.bevakning
	{
		text-align: center;
		font-weight: normal;
		color: #000000;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:11px;
		text-decoration:none;	
		padding: 0px;
	}
			
#mitten_c p.bevakning_vald
	{
		text-align: center;
		font-weight: normal;
		color: green;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:11px;
		text-decoration:none;	
		padding: 0px;
	}

#copy	
	{	
		width: 700px;
		border: 0px solid white;
		margin: 0 auto;
		text-align: center;
	}		

#copy a
	{
		text-decoration: none;
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:12px;
		color: #000000;
	}

#copy a:hover 
	{ 
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:12px;
		color: #686868; 	
	}

#copy a:active 
	{ 
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size:12px;
		color: #686868; 		
	}	
	
p.copy {
		font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
		font-size: 12px;
		text-align: center;
		margin: 0 auto;

	}
	
p.update {
		font-size: 12px;
		text-align: right;
		vertical-align: bottom;
		padding-right: 10px;
		padding-top: 0px;

	}
	
table 
{
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size: 14px;
}	

.iframe2
{
border:0px solid black;
padding:0px;
margin:0px 0px 0px 0px;
}

hr {
  border: 0;
  width: 300px;
  color: #000000;
  background-color: #000000;
  height: 1px;
}