@charset "utf-8";

/*
 * lecfsi12.css - CSS for LecFSI12
 *
 * CSS 2.1
 */

/**************************************
 * fonts
 **************************************/

/* common */
*
{
    font-size: 16px;
}


.line-through
{
    text-decoration: line-through;
}

/**************************************
 * frame
 **************************************/

body
{
    width:   900px;
    margin:  0px auto;
    padding: 0px 0px;
    color:            black;
}

div#title
{
    float: left;
    width: 100%;
    margin:  0px;
    padding: 0px 120px 0px 0px;
    border-width: 0px 1px 0px 0px;
    border-color: #004080;
}

div#menu
{
    float: left;
    width: 100%;
    margin:  0px;
    padding: 5px 0px;
    border-width: 1px 0px 1px 1px;
    color: #004080;
}

div#mainw
{
    float: left;
    width: 100%;
    margin:  0px;
    padding: 15px 0px 50px 0px;
    border-width: 0px 1px 0px 0px;
    border-color: #440088;

    background-image:    url(windturbine-80.png);
    background-repeat:   no-repeat;
    background-position: right top;

}

div#mainp
{
    float: left;
    width: 100%;
    margin:  0px;
    padding: 15px 0px 50px 0px;
    border-width: 0px 0px 0px 0px;
    border-color: #440088;

    background-repeat:   no-repeat;
    //background-image:    url(th70-80.jpg);
    //background-image:    url(parachute-c.png);
    //background-image:    url(parachute.png);
    //background-image:    url(th70bgc50.jpg);
    //background-position: right top;
    background-position: right 75%;
    background-image:    url(parachute-c2.png);

}
div#mainl
{
    float: left;
    width: 100%;
    margin:  0px;
    padding: 15px 0px 50px 0px;
    border-width: 0px 0px 0px 0px;
    border-color: #440088;

    background-image:    url(locust-b.png);
    background-repeat:   no-repeat;
    background-position: right top;

}
div#main
{
    float: left;
    width: 100%;
    margin:  0px;
    padding: 15px 0px 50px 0px;
    border-width: 0px 1px 0px 0px;
    border-color: #440088;
}
div.calendar
{
    float: left;
    width: 100%;
    margin:  0px 0px 100px 0px;
    padding: 0px 0px 0px 0px;

    //background-image:    url(locust.png);
    //background-image:    url(parachute-c.png);
    //background-image:    url(parachute-b.png);
    //background-image:    url(th70bgc50.jpg);
    background-repeat:   no-repeat;
    background-position: right bottom;
    min-height:200px;
}
img.hotel
{
 margin: 10px 0px 0px 0px;
}

div.footer
{
    text-align:   right; 
    width: 100%;
    margin:  20px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    background-color: #004080;
    color: #ffffff;
    font-weight:  bold;
}
a#footer
{
    text-decoration: none;
    color: orange;
}
div#menu a:hover 
{
    text-decoration: underline;
    color: orange;

}
/**************************************
 * title and text
 **************************************/

h1
{
    font-size:    300%;
    font-weight:  bold;
    /*text-align:   right; */
    margin:       0px;
    padding:      0px 25px 25px 25px;
    color: #FFFFFF;
    background-color: #004080;
}

h2
{
    font-size:    140%;
    font-weight:  bold;
    /* color: #FFA500; */
    color: #004080;
    margin:       5px 0px;
    padding:      5px 10px 0px 10px;
    border-width: 0px 0px 0px 0px;
}

h3, h4, h5, h6
{
    font-size:    120%;
    font-weight:  bold;
    margin:       20px 0px 0px 0px;
    padding:      5px 10px;
}

p
{
    //text-indent: 1em;
    text-align:  justify;
    margin:      0px 0px 20px 50px;
    padding:     0px;
}

/**************************************
 * list
 **************************************/

div#menu ul
{
    margin:  0px;
    padding: 0px;
}

div#menu ul li
{
    display: inline;
    font-size:    120%;
    margin:  0px;
    padding: 5px 15px 5px 15px;
    list-style: none;
    font-weight:  bold;
    font-variant: small-caps;
}

div#menu ul li.selected
{
    background-color: #004080;
    color: orange;
}

ul, ol
{
    margin:  2px 2px 2px 50px;
    padding: 0px;
}

ul li
{
    list-style: none;
    padding: 3px 0px 3px 0px;
}

ol li
{
    list-style: decimal outside;
}

table tr td ul
{
    margin:  0px;
    padding: 0px;
}

table tr td ul li
{
    list-style: none;
}

table tr td ul li ul
{
    margin:  0px 0px 0px 30px;
    padding: 0px;
}

table tr td ul li ul li
{
    list-style: circle outside;
}

/**************************************
 * dl, dt and dd
 **************************************/

dl
{
    margin: 0px 15px 0px 10px;
}

dl dt
{
    margin:  0px 0px 0px 15px;
    padding: 0px;
}

dl dd
{
    margin:  0px 0px 15px 45px;
    padding: 0px;
}

/**************************************
 * a
 **************************************/

a
{
    font-size:       inherit;
    text-decoration: none;
    color:           #004488;
}

a:hover
{
    text-decoration: underline;
}

/**************************************
 * img
 **************************************/

a img
{
    border-style: none;
}

div.imgcenter
{
    text-align:   center;
    margin-left:  auto;
    margin-right: auto;
}

/**************************************
 * table
 **************************************/

table
{
    margin:          5px 15px;
    border-collapse: collapse;
    empty-cells:     hide;
}

table tr
{
    margin:  0px;
    padding: 0px;
}

table tr th
{
    text-align:     right;
    vertical-align: top;
    font-weight:    bold;
    padding:        5px 10px;
    border-width:   0px;
    white-space:    nowrap;
}

table tr td
{
    text-align:     left;
    vertical-align: top;
    padding:        5px 10px;
    border-width:   0px;
}

thead.money
{
  border-width: 0px 0px 3px 0px;
  border-color: #004488;
  border-style: double;

}
table.money
{
  border-width: 1px;
  border-color: #004488;
  border-style: solid;
}
td.money
{
    text-align:     right;
    vertical-align: top;
    padding:        5px 10px;
    border-width:   0px;
}

/**************************************
 * misc
 **************************************/

pre
{
    margin:  20px 160px;
    padding: 5px;
    border-width: 3px;
    border-style: double;
    border-color: #440088;
}

