
/* Farben:
 *
 * alles flash ;)
 *
 */

/* ----- general ---------------------------------------------A- */
* {
    font-family: tahoma, arial, helvetica, verdana, sans-serif;
    font-size: 11px;
    border: none;
    padding: 0;
    margin: 0;
}

body, html, object {
    height: 100%;
}

p {
    margin: 0 0 10px 0;
}

a {
    text-decoration: underline;
    color: #0000FF;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}
/* ----- general ---------------------------------------------E- */

/* ----- flashdetection --------------------------------------A- */
.getflash {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    padding-top: 50px;
}

.getflash a {
    text-decoration: none;
    font-size: 15px;
    color: #FF0000;
}

.getflash a:hover {
    color: #0000FF;
}

.getflash a img {
    margin-left: 10px;
    margin-bottom: -10px;
}
/* ----- flashdetection --------------------------------------E- */