/* Start of CMSMS style sheet 'Färger' */
/* För trafiktekniska.se av Mats Ingelström */

	body {
		background: #344F70 url('uploads/images/tf_bakgrund.gif');
		color: #000;
		}
		
	#container {
		border: 1px solid #ccc;
		background: #fff url(uploads/images/layout/main_bakgrund.gif) repeat-y left;
	        }
		
	#header {
		color: #fff;
		}
		
	#footer {
		color: #999;
                background: url(uploads/images/layout/footer_bakgrund.gif) bottom repeat-x;
		}
		
/* LÄNKAR
---------------------------------*/		
	a,
	a:link,
	a:active, a:visited {
		color: #375787;
	}
	a:hover {
		color: #000;
		background-color: #ff9;

		
	}
	#annonser a:hover, #header a:hover {
		color: #000;
		background-color: transparent;
	}


/* RUBRIKER
-------------------------------- */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
	#content h2, h3 {
		color: #900;
	}


/* End of 'Färger' */

