/* --------------------------------------- */
/* CSS micro-mb.eu Style: 04.06.2015 20:15 */
/* --------------------------------------- */


/* Grundlegendes */

* html, body {
           margin: 0px;
           padding: 0px;
           }

html       {
           height: 100%;
           }

body       {

/*
           margin: 0;
           padding 0;
*/

           height: 100%;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           background-color: transparent;
           color: #000000;
           }

/* Allgemeines */

           h2 { color: green; }
           img { border: 1px solid #dcdcdc; }

/* Links */

a:link { color:#0000ff; text-decoration:underline }
a:visited { color:#0000ff; text-decoration:underline }
a:hover { color:#0000ff; background:#eeeeee; text-decoration:underline }
a:active { color:#0000ff; text-decoration:underline }
a:focus { color:#0000ff; text-decoration:underline }
