/* @override http://www.centrofastigheter.se/style.css */

body {
		font-family: Trebuchet MS,Verdana;
		font-size: 12px;
	    color: #334654;
}

.header {
	font-family: Trebuchet MS,Verdana;
	border-bottom-style: solid;
	border-bottom-width:medium;
	border-bottom-color: #cde3f2;
	font-size: 14px;
    color: #334654;
}

.subtitle {
	font-family: Trebuchet MS,Verdana;
	font-size: 14px;
    color: #334654;
}

.altheader {
	font-family: Trebuchet MS,Verdana;
	border-bottom-style: dotted;
	border-bottom-width:thin;
	border-bottom-color: #ddecf7;
	font-size: 14px;
    color: #468ab9;
	line-height: 20px;
}

.breadcrumb {
	font-family: Trebuchet MS,Verdana;
	font-size: 12px;
    color: #677076;
}

.forms {
	font-family: Trebuchet MS,Verdana;
	font-size: 12px;
    color: #677076;
	border-left: 1px dotted #334654;
	/*background-color: #D5E2EE;
		*/
}

#welcomeDiv {
	clear: both;
		font-family: Trebuchet MS,Verdana;
	font-size: 12px;
    color: #334654;
	}
	#LCol {
		float: left;
		width: 200px;
		padding-right: 20px;
		}	
	#RCol {
		float: left;
		width: 200px;
		}
		
#saleSpace {
	color: #fff;
	padding: 8px;
	margin-bottom: 16px;
	font-size: 12px;
	width: 350px;
	margin-left: 30px;
	background-color: #648db2;
	}	

.saleHeader {
	font-size: 16px;
	border-bottom: medium solid #354454;
	color: #fff;
	}		
		

a:link { text-decoration: none}
a:visited { text-decoration: none}
a:active { text-decoration: none} 
a:link {color: #468ab9}
a:visited {color: #468ab9} 
a:hover { border-bottom-style: dotted;
		  border-bottom-width: thin;
		  border-bottom-color: #468ab9;
		  color: #468ab9;
		  }
		  
 .nohover a:hover { border-bottom-style: none;
		  border-bottom-width: none;
		  }
