/*************************/
/* author: maria schett  */
/*************************/

html{
    background:      #e9e9e9;
}

body {
    font-family:     Arial, sans-serif;
    color:           black;
    font-size:       80%;
    overflow-y:      scroll; 
    margin:          0 auto;
    width:           800px;
    line-height:     1.6em;
    background:      white;
    padding-top:     0.2em;
    padding-right:   1em;
    padding-left:    2em;
    padding-bottom:  1.5em;
}

body li {
  list-style-type: square;
}

/** header **/

#header {
    text-align:     left;
    font-size:      200%;
    font-weight:    bold; 
}

#header a {
    color:           #000099;
    text-decoration: none;
}

/** bread crumb **/

#breadcrumb { 
    width:            100%;
    margin:           1em 1em 1em 1em;
    list-style-image: url(arrow.gif);
    font-size:        80%;
}

#breadcrumb li {
    float:        left; 
    margin-right: 2em;
    text-align:   center;
}

#breadcrumb ul { 
    display:       inline;
}

/** table **/
table {
     table-layout: fixed;
     width:        95%;
}

table a {
    color: black;
    text-decoration: underline;
}

table td {
   padding-left:  4px;
   padding-right: 20px;
}

table tr:nth-of-type(even) {
    background-color:  #e9e9e9;
    line-height:       200%;
}


/** footer **/
#footer {
   color:      grey;
   margin-top: 2em;
   padding-bottom: 2em;
}


/** navigation **/ 
#nav {
    width: 100%;
    float: left;
    margin: 0 0 3em 0;
    list-style-image: url(arrow.gif);
}

#nav li {
     float: left;
     margin-right: 2.5em;
}

#nav a {
    line-height: 0.95em;
    font-weight: bolder; 
    color: grey;
    text-decoration: none;
}


/** headlines **/
h1 {
    font-size: 120%;
}

h2 {
    font-size:   100%;
    font-weight: bold;
}

a {
    color:           #000099;
    text-decoration: none;
}

blockquote {
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida;
}

em {
    font-weight: bold;
    font-style: normal;
}

hr {
    border-top: 1px grey;
    align: left;
    width: 100%;
    height: 1px;
}

