
/* FC Wil - Mai 2007 - Online Consulting AG - muc */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	}
body {
	font-size: 12pt;
	height: 100%;
	}
img {border: none;}
#header,
#left,
#right,
#footer,
#hnav {
	display: none;
	}
.newsliste .bild {
	float: left;
	}
.newsliste .bild img {
	width: 100px;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #888;
	}
