	/*--- // -------------------------------------------------------
		
		@ Gemeinde Flims
		@ /css/print.css
		@ Style-Sheet für das allgemeine Layout
		
		@ 15.11.2007 UC
		@ alpha 0.1
		
		@ Content:
		-	General
		-	Hidden

		
		Changelog:		

	
		Farben:
			d. rot: #C00028	(wie logo)	
			d.grau: #666; (helpnavigation)
			h.grau: #f2f2f2
			h.grau: ##EDEDED
			
	-------------------------------------------------------- // ---*/



/* ---------------------------------------------
	General
--------------------------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:100px 30px 20px 30px;
	
	background: url(../images/logo/gemeinde_flims.gif) no-repeat;
}

a{color:#C00028;}

fieldset{
	border:none;
	margin:0px;
	padding:0px;
}
label{
	width:100px;
	display:block;
	float:left;
}
address{font-style:normal;}
.clear {clear:both; }


/* ---------------------------------------------
	hidden
	- Invisible
	- Visuals
--------------------------------------------- */
	.invisible,
	#kopfzeile,
	#header,
	#visuals,
	#tableft,
	#tabright,
	#breadcrumb	{
		display: none;
	}	
	#news-front-permanent{
		color:#000 !important;
		background-image:none !important;
	}
	ul#news-list{
		padding:0px;
		margin:0px;
	}
	ul#news-list li{
		list-style:none;
		padding:0 0 20px 0;
	}
