/* 
 * Stylesheet mortfiles.css, for hemoves.com
 * Author: Jimi Wikman, http://www.mortfiles.se
 * Copyright: 2005 mortfiles.se, all rights reserved 
 *
 */

/* 
 * ========================================
 * globala element
 * ========================================
 */

body{
	margin:0px;
	padding:0px;
	color: #202020;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
    background-image: url(http://www.hemoves.com/bilder/background_.jpg);
}

.background{
    background-image: url(http://www.hemoves.com/bilder/background.jpg);
    width: 100%;
    height:687px;
}

table, tr, td{
	color: #202020;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
}

a:link,
a:visited,
a:active{
	color: #008EFD;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	color: #008EFD;
	text-decoration: underline;
	background-color: transparent;
}


/* 
 * ========================================
 * Navigering
 * ========================================
 */


.navigation{
background-image:url(../bilder/nav/nav_back.jpg);
width: 100%;

}

.breadcrumb,
.breadcrumb2{
font-size: 10px;
color: #666666;
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:active,
.boxlinks a:link,
.boxlinks a:visited,
.boxlinks a:active{
	color: #000000;
	text-decoration: none;
	background-color: #transparent;
}



.breadcrumb a:hover,
.boxlinks a:hover{
	color: #008EFD;
	text-decoration: none;
	background-color: #transparent;
}

.breadcrumb2 a:link,
.breadcrumb2 a:visited,
.breadcrumb2 a:active{
	color: #000000;
	text-decoration: underline;
	background-color: #transparent;
}

.breadcrumb2 a:hover{
	color: #FF7403;
	text-decoration: underline;
	background-color: #transparent;
}


/* 
 * ========================================
 * Sido Innehåll
 * ========================================
 */
 
 .content{
 width: 98%; 
 padding: 5px;
 color:#202020;
 align:left;

 }
 
/* 
 * ========================================
 * Nyheter
 * ========================================
 */
.newsdate{
	color: #999;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 9px;
}

 .newscontent{
 padding: 5px;
 color:#202020;
 align:left;

 }


 /* 
 * ========================================
 * Tables
 * ========================================
 */

.table_header{
background-image:url(../bilder/tile_sub.jpg);
vertical-align:bottom;
}

.table_white{
background-image:url(../bilder/table_back.gif);
}

.table_header_title{
font-weight: bold;
font-size:12px;
color:#333;
}