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: #000;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

img {
    border: 0px;
}

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

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

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



/* 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 #8C944B;
    border-right: 2px solid #8C944B;
    margin: auto;
    background-color: #D6FBD5;
    position: relative;
}

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


#menu {
    
    width: 163px;
    height: 276px;
    
    position: absolute;
    top: 250px;
    left: 50px;
}




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

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

#menuitems td.menumiddle {
    background-image: url("../../gfx/menu_middle.gif");
    font-family: verdana;
    font-size: 12px;
    color: #8C944B;
    padding: 3px 5px 2px 5px;
    cursor: pointer;
    text-align: left;
}
#menubottom {
    background-image: url("../../gfx/menu_bottom.gif");
    width: 163px;
    height: 14px;
}


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

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

