html{
    margin: 0;
    padding: 0;
}

body {
    background: #F2F2F2;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    overflow:hidden;
    font-family:Palatino Linotype;
}

h1,h2,h3,h4{
    color: #adfc04;
}
img
{
    border: 0;
    padding:10px 10px 10px 10px;
}

table .main {
    z-index: 2;
    position: relative;
    width: 900px;
}

#main {
    width: 900px;
    z-index: 1;
    position: relative;
    margin: auto;
    margin-top:-10px;
    -moz-box-shadow: 0 0 30px #CCC;
    -webkit-box-shadow: 0 0 0px #CCC;
    box-shadow: 0 0 30px #CCC;
    background: -webkit-gradient( linear, left top, left 15, from( #FFFFFF ), color-stop( 4%, #EEEEEE ), to( #FFFFFF ) );
    background: -moz-linear-gradient( top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px );
}

#leftFooter {
    width: 200px;
    position: relative;
    margin-right: 10px;
    float: left;
}

#leftmultilanguigepanel{
    align:center;
    width: 90px;
    height: 20px;
    float: left;
    margin-left:20px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: url( "images/1.png" ) repeat;
}

#content {
    width: 640px;
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: url( "images/1.png" ) repeat;
}

#mainscroll {
    position:relative;
    width: 640px;
    margin-left:10px;
    overflow:auto;
}


#bottomfooter {
    width: 640px;
    height: 55px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 2px;
    padding-left: 20px;
    margin-right: 20px;
    text-align:center;
    font-size:14px;
    background: url( "images/1.png" ) repeat;
}

#menu {
    font-family:Arial;
    width: 180px;
    /*font-weight: bold;*/
}

#menu ul {
    margin-left: -10px;
    list-style-type: none;
    position: relative;
}

#menu a {
    display: block;
    text-align: left;
    list-style: none;
    text-decoration: inherit;
    font-size: 1.3em;
    margin-top: 10px;
    color: #adfc04;
}

#menu a:link {
    color: #adfc04;
}

#menu a:hover {
    color: #00ff00;
}

a, a:link {
    text-decoration: none;
    color: #adfc04;
}

a:hover {
    color: #00ff00;
}

.excursionleft{
    padding-top:10px;
    width:470px;
}

.excursionRight{
    width:120px;
}

.miniImage
{
    width:160px;
}

.imageDescription{
    text-align:center;
    width:160px;
    margin-top:-15px;
    margin-left:10px;
    margin-right:10px;
}



