/* 
	CSS Basic Setup
	
	*/

html {	
	}
body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	background:#fff;
	font-size:11px;
	color:#000;
	margin:0;
	}
ul, ol,li,p, form, fieldset { 
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	}
strong {
	font-weight:bold;
	}

/*Hack for floating*/

.clear {
  clear:both;	
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches f�r Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels f�r den IE5/Mac */

