/*
 * casp.css
 * (c) Susanne Cech, scech@inf.ethz.ch
 * last change: 2005-12-04
 *
 * colors: #e8edd7   sehr hellgruen 
 *         #bace99   hellgruen 
 *         #9ab774   mittelgruen 
 *         #336633   dunkelgruen
 */

/* header and footer.................................................... */
#header {
    border-bottom : 1px solid #bace99;
    font-size : 100%;
}
#footer {
    clear : both;
    border-top : 1px solid #bace99;
    font-size : 80%;
    margin-top : 2em;
}
body {
    padding : 0;
    font-family : verdana, arial, sans-serif;
    line-height : 150%;
    font-size : 90%;
}

/* headings............................................................. */
h1 {
    border : 1px solid #bace99;
    padding : 5px;
    background-color : #e8edd7;
    color : #336633;
    font-size : 100%;
}
h2 {
    padding : 2px 2px 2px 1em;
    background-image : url(./box.png);
    background-repeat : no-repeat;
    background-position : center left;
    font-size : 100%;
    color : #336633;
    margin-top : 1.5em;
}
h3 {
    font-size : 100%;
}

/* links ............................................................... */
a:link, a:visited {
    text-decoration : underline;
} 
a:link, a:visited {
    color : #336633;
}
a:link:hover, a:visited:hover {
    color : #bace99;
}

/* tables............................................................... */
table {
    background-color : #bace99;
    width : 100%;
}
td {
    background-color : #ffffff;
    padding : 0.2em;
    text-align : left;
    vertical-align : top;
    font-size : 90%;
}
th {
    background-color : #e8edd7;
    padding : 0.2em;
    text-align : left;
    vertical-align : top;
    font-weight : normal;
    font-size : 90%;
}

/* to highlight text.................................................... */
em {
	font-style : normal;
	font-weight : bold;
	color : #ff0000;
}
