@charset "utf-8";
/* CSS Document */

body, html
{
    text-align: center;
    background-color: #fff;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

a img
{
    border: 0;
}

#layout-container
{
    width: 620px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    padding-bottom: 5px;
}

#euro-accordion 
{
    height: 300px;
}

li
{
    list-style-image: url(../images/li.gif)
}

a, .ui-widget-content a
{
    color: #ff6600;
}

a:hover, .ui-widget-content a:hover
{
    color: #ff9900;
}

div.layout-header
{
    position: relative;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    font-size: 12px;

	width: 630px;
    margin-left:auto;
    margin-right:auto;
}

div.layout-header div.menu
{
    position: absolute;
    top: 15px;
    right: 10px;
    color: #000066;
}

div.layout-header div.menu a
{
    text-decoration: none;
    color: #ffffff;
}

div.layout-header div.menu a:hover
{
    color: #ffcc00;
}

div.layout-header div.slogan
{
    position: absolute;
    top: 92px;
    right: 10px;
    color: #aaaadd;
    cursor:crosshair;
}
