/**
 * based on code by Sebastian Faubel
 * modified by Christoph Cullmann
 */

/* common (X)HTML formats */

body {
font-size: 100%;
line-height: 1.2em; /* Note: it is inherited as is, not recalculated! */
/*background-color: white;*/
color: black;
font-family: sans-serif;
padding: 0;
margin: 10;
}

table, td, th {
font-family: sans-serif;
padding: 0;
margin: 0;
text-align: center;
}

a:link {
color: #0000C0;
}

a:visited {
color: #800080;
}

/* main color definitions */

.invisible {
display: none;
}

#content {
background-color: white;
text-align: justify;
}

/*#contentheader, #footer {
font-size: 1em;
font-weight: bold;
padding-left: 1em;
vertical-align: middle;
background-color: #3E91EB;
border-top: 0.3em solid #3E91EB;
border-bottom: 0.3em solid #3E91EB;
color: white;
margin-top: 0;
}

#header {
font-size: 0.8em;
height: 1.2em;
padding-left: 1em;
vertical-align: middle;
background-color: #3E91EB;
color: white;
margin: 0;
padding: 0;
border-top: 1px solid white;
border-bottom: 1px solid #206dcd;
}

#headerpath {
text-align: left;
font-weight: bold;
padding-left: 0.5em;
}

#headermenu {
text-align: right;
font-weight: bold;
padding-right: 0.5em;
}

#header a, #footer a {
color: white;
font-weight: bold;
vertical-align: middle;
}

#rightmenu h3 {
padding: 0.3em 1.3em;
font-size: 1em;
}
*/
/* classes */

/* static IDs, ordered top to bottom */

#location {
padding-right: 1em;
vertical-align: middle;
text-align: right;
}

#location i {
color: #036;
font-style: normal;
font-size: 0.8em;
}

#content {
background-color: white;
padding: 0.5em 1.5em 2em 1.5em;
}

#content td, #content th {
font-family: sans-serif;
padding: 0.25em;
margin: 0;
text-align: center;
}

#content h4, #content h3, #content h2, #content h1 {
color: #3E91EB;
text-align: left;
line-height: 1.2em; /* Has to be recalculated as h1..h3 change the font size */
}
