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

/* 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 */


ol {
	margin:1em 0em 1em 0em;
	font-size:0.8em;
	line-height:1.3em;
	padding-left:1.8em;
			
}

ol li {
	list-style:decimal !important;
	margin-bottom:0.5em;
	}