/*Global - enthält alle globale Grundelemente*/
body{	
	margin:0;
	font-family:Arial, Helvetica, sans-serif;		
	font-size:73%;
	color:#000;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*lists--------*/
dl, dt, dd, ol, ul, li,
h1, h2, h3,
p{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	vertical-align: baseline;
	list-style:none;
}
/*images-------*/
img,
img a{
	border:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*blockquote-------*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* BOF Float containers fix */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* End hide from IE-mac */

/*Classes---------------------------------------------------------------*/
/*Align*/
.la{/* Linksausrichtung*/
	float:left; 
	margin-right:.5em;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
/*Align center*/
.center{
	text-align:center;
	margin-bottom:1em;
	}
/*Big fontsize*/
.huge{
	font-size:2em;
}
fieldset{
border:none;
padding:0;
margin:0;}
