body, p, ul, li, td, th, tr, div, span {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background-color: #000050;
	background: #000050 url('/picture/layout/start_bg_europe.gif');
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


#start_header {
    width: 100%;
}


#start_main {
    width: 100%;
    color: #828282;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#start_main h1 {
    font-size: 18px;
}
#start_main p {
    font-size: 12px;
}
#navi_start ul {
    margin: 15px 0;
    list-style-image: url('/picture/icons/nav_arrow_blue.gif');
    padding: 0 0 0 12px;
}
#navi_start ul li {
    color: #000050;
    font-size: 12px;
}
#navi_start ul li a {
    color: #000050;
    font-size: 12px;
}
ul.en {
    margin: 15px 0;
    list-style-image: url('/picture/icons/nav_arrow_grey.gif');
    padding: 0 0 0 12px;
}
ul.en li {
    font-size: 12px;
}

#start_content {
    width: 715px;
}


#start_footer {
    background: #020053 url('/picture/layout/start_footer-bg.gif') repeat-x;
    width: 100%;
}

