@charset "utf-8";
/* CSS Document */

body, div, p, pre {

	color: #484848;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1,h2,h3,h4,h5,
ul#topnav li a {
	font-family: Georgia, "Times New Roman", Times, serif, Verdana, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	
	line-height: 1.2em;
}
h1 { font-size: 28px; }
h2 { font-size: 18px; margin-bottom: .6em; }
h3 { font-size: 14px; }

a { color:#005d89; outline: 0; }
a:HOVER { color:#333; }

hr {
	background: #e0e0e0;
	border:0;
	border-top: 1px solid #e0e0e0;
	clear:both;
	height: 0;
}
pre { margin-top: -12px; }


#anebyhus_single_image { margin-top: 10px; }

/***** Basic *****/
tbody, table { margin:0; padding:0; }
.readmore {
	background-image: url(/fileadmin/www/anebyhus.se/images/layout/ReadMore.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
	display: inline;
	padding-right: 16px;	
}
.back { 	
	background-image: url(/fileadmin/www/anebyhus.se/images/layout/LinkArrowLeft.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	display: inline;
	padding-left: 16px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}


