﻿/*Global - enthält alle globale Grundelemente*/
body{
    margin: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;
}
.intro {
    font-weight: bold;
    padding: 10px 0 6px 0;
}
/*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;
}
form, fieldset{
    margin:0;
    padding:0;
}
/*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 */
 

