html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    text-align: center;
    height: 100%;
}

* {
    font-family: verdana;
    font-size: 12px;
}

a {
    color: #151D8A;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #151D8A;
    text-decoration: underline;
    font-weight: bold;
}

img {
    border: 0px;
}

h1 {
    font-size: 16px;
    font-family: verdana;
}

input {
    border: 1px solid #151D8A;
    background-color: #FFF;
}

.row1 {
    
}
.row2 {
    background-color: #F8FFB8;
}



/* DATESELECTOR */
td.datesel, th.datesel {
    font-family: verdana;
    font-size: 14px;
    text-align: center;
    border: 1px solid black;
    background-color: #FFF;
}
.nodatesel {
    text-align: center;
    width: 30px;
}
th.datesel {
    background-color: #8C944B;
    text-align: center;
    width: 30px;
}
.today {
    background-color: #BCB6FF;
    font-family: verdana;
    font-size: 14px;
    text-align: center;
    border: 1px solid black;
}
.lightup {
    background-color: orange;
    font-family: verdana;
    font-size: 14px;
    text-align: center;
    border: 1px solid black;
}
/*************************************/


#container {
    width: 909px;
    height: 100%;
    border-left: 2px solid #151D70;
    border-right: 2px solid #151D70;
    margin: auto;
    background-color: #E7F470;
    color: #151D8A;
    position: relative;
}

#header {
    background-image: url("../../gfx/head.gif");
    width: 905px;
    height: 262px;
    position: absolute;
    top: 0px;
    left: 0px;
}


#menu {
    width: 170px;
    height: 276px;
    
    position: absolute;
    top: 275px;
    left: 45px;
}

#menuitems { 
    position: absolute;
    top: 5px;
    left: 15px;
}

#menutop {
    background-image: url("../../gfx/menu_top.gif");
    background-repeat: no-repeat;
    width: 170px;
    height: 14px;
}

#menuitems td.menumiddle {
    background-image: url("../../gfx/menu_middle.gif");
    background-repeat: repeat-y;
    font-family: verdana;
    font-size: 12px;
    color: #151D70;
    padding: 4px 5px 3px 5px;
    cursor: pointer;
    text-align: left;
}
#menubottom {
    background-image: url("../../gfx/menu_bottom.gif");
    background-repeat: no-repeat;
    width: 170px;
    height: 14px;
}


#langselect {
    position: absolute;
    top: 530px;
    left: 90px;
}

#content {
    width: 600px;
    background-color: #E7F470;
    position: absolute;
    top: 275px;
    left: 255px;
    
    text-align: left;
    font-family: verdana;
    font-size: 12px;
    
    
}


