/*** MATADOR ***/
/* Hauptdatei */

@import url("matador_konstrukt.css");
@import url("matador_standard.css");
/*Module*/
@import url("module/navigation.css");

html 
{	 
    overflow: -moz-scrollbars-vertical;

	margin: 0;
	height: 100%;
}

* {outline:none}

body
{
    margin: 0;
    padding: 0;
	height: 100%;
    
    font: 14px Arial, Helvetica, sans-serif;
    color: #838383;

    background-color: #000 !important;
    background-position: center 0;
}

body#home div#container
{
    background: none;
}
body#home h1
{
    background: #0067ba;
}

div#flashTeaserNeuigkeiten {
	width: 230px;
	height: 130px;
}
