/* CSS RESET */

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

/*Rahmen für <fieldset> und <img> Elemente löschen */

fieldset, 
img,
a img {
border: solid 0;
}


/* ERZWINGEN DES SCROLLBALKENS */

html { 
height: 100%;
margin-bottom: 1px;
}

/* ERZWINGEN VON FARBKONTRAST */

body {
font-size: 100.01%;
color: #000; 
text-align: left; 
}

/* FOKUS HYPERLINK STILE ENTFERNEN */

:focus {
outline: 0;
}