@charset "UTF-8";

@import url(css/layout.css);
@import url(css/navigation.css);
@import url(css/colors.css);

@media all
{
	html.site, body.site,
	html.export, body.export {
		font-size: 12px;
		font-family: arial, verdana, helvetica, sans serif;
		color: #000000;
	}
	
	a {
		color: rgb(25, 127, 178);
		font-style: italic;
		text-decoration: underline;
	}
	
	a:hover {
		color: rgb(249, 20, 12);
	}
	
	a.pathbit {
		color: #000000;
		font-style: normal;
		text-decoration: none;
	}
	
	a.pathbit:hover {
		color: rgb(249, 20, 12)!important;
		text-decoration: none;
	}
	
	p {
		padding: auto;
		margin: auto;
	}
	
	#teaser div.tbit #text {
		font-size: 10px;
	}
	
	.title {
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
	}
	
	.big {
		font-size: 14px!important;
	}
	
	.super {
		text-transform: uppercase!important;
	}
	
	.notice {
		font-style: italic!important;
	}
	
	.active {
		color: rgb(249, 20, 12)!important;
	}
	
	.grey {
		color: rgb(77, 77, 77)!important;
	}
	
	.white {
		color: #ffffff!important;
	}
}

