/* --------------------
 * www.emafbroadcast.ch
 * CSS 2.1     27.09.08
 */



/* --------------------
 * GLOBAL styles + HTML
 */

* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, sans-serif;
    color: #dddddd;
    font-size: 0.9em;
    width: 100%;
    height: 100%;
    background-image: url(images/background.png);
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #8fadb4;
}

a:hover {
	color: #dddddd;
}


/* --------------------
 * LAYOUT styles  + IDs
 */

#ebFlashContent {
    /*position: absolute;
    width: 100%;
    height: 100%;*/
}

/* -----------------------
 * LAYOUT styles + CLASSES
 */
