/*############################################################*/
/*#                  RESET                                   #*/
/*############################################################*/

body, p, a, form, table, li, h1, h2, h3, h4, h5, textarea, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*############################################################*/
/*#                  STRUCTURE                               #*/
/*############################################################*/

/* ---------- STRUCTURE - general definitions ---------- */
html, body 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	   font-size: 14px;
	   font-family: Arial, Helvetica, sans-serif;
	   color: #333333;
}

body {
    margin: 0px;
    padding: 0px;
    background-image: url("../images/bg_filz.jpg");
    /*background-color: #FFFFFF;*/
    width: 100%;
}

div#wrapper {
	/*position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -499px;*/
	    
    position: absolute;
  	left: 50%;
  	top: 50%;
  	margin-left: -500px;
  	margin-top: -295px;
  	width: 1000px;
}

div#flashContent {
	width: 1000px;
    height:590px;
}

div#errorContent {
    height:100%;
}

div#alternativeContent {
}

object#SWFObjectExprInst {
    left:200px;
    position:absolute;
    top:157px;
}

/*############################################################*/
/*#                  PARAGRAPHS                              #*/
/*############################################################*/

p {
    margin: 0px 0px 0px 0px;
    line-height: 18px;
}


/*############################################################*/
/*#                  HEADLINES                               #*/
/*############################################################*/


/*############################################################*/
/*#                  NAVIGATION                              #*/
/*############################################################*/

a, a:link, a:visited {
    color: #999999;
    text-decoration: none;
    outline: 0;
}

a:hover, a:active {
    color: #000;
}


/*############################################################*/
/*#                  IMAGES                                  #*/
/*############################################################*/

img {
    border: none;
    margin: 0px;
    padding: 0px;
}


/*############################################################*/
/*#                  ATTRIBUTES                              #*/
/*############################################################*/

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}


/*############################################################*/
/*#                  LISTS                                   #*/
/*############################################################*/

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}




