@CHARSET "ISO-8859-1";


body{
    margin: 0px;
    padding: 0px;
    /*background:#eeefef;*/
}

img,table{
   border: 0;
}

#LP {
    position:absolute; 
    top:50%;
    width:100%;
    height:351px;
    margin-top:-225px;
    visibility:visible;
    z-index:1;
    background: url("/files/images/start/back_start.jpg");
    border: 1px none #000000;	
}

#newsticker_wrapper {
	width: 100%;
	height: 60px;
    position:absolute; 
    top: 50%;
    margin-top: 140px;
    border: solid 0px #000000;
    background: url("/files/images/start/back_ticker.jpg");
}

#newsticker {
    width: 620px;
    height: 45px;
    background-color: #C9CBCC;
    margin: 8px auto;
    border: solid 0px #000000;
}

#newsticker_list {
    vertical-align: top;
}

#newsticker_list a, #newsticker_list a:visited {
	font-family: Arial, Sans-Serif;
    color: #000000;
    text-decoration: underline;
    font-size: 12px;
}

#newsticker_list a:hover {
    color: #00954E;
}