/* die globalen Einstellungen */
body {
    color: black;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 1em;
    background-color: #eeeeff;
    margin: 0;
    padding: 0;
}


h1 {
    font-size: x-large;
}

h2 {
    font-size:large;
}

h3 {
    font-size:normal;
}

/* Farbe und Stil der Links */
a {
    text-decoration: none;
    /* font-weight: bold; */
}
a:link {
    color: #b7bbff;
}
a:visited {
    color: #b7bbff;
}
a.extlink:visited {
    color: #9c9fd9;
    font-style: oblique;
}
a:active {
    color: #9c9fd9;
}
a:hover {
    color: #9c9fd9;
}

/* für eingerückte Absätze */
#indented {
    margin-left: 1em;
}

/* invertierter text */
#inverted {
    color: #3366ff;
}

/* centered but left-justfied */
#centered {
    margin-left: 10%;
    margin-right: 10%;
}

/* emphazised text */
#important {
    font-style: italic;
    color: #ff8040;
}

/* the side menu */
div.menu {
    position: absolute;
    top: 1ex;
    left: auto;
    width: 12em;
    min-width: 192px;
    height: 90%;
    min-height: 25pc;
    border-width: 0;
    padding: 0.8em;
    margin-bottom: 1ex;
    margin-left: 1ex;
    margin-right: 1ex;
    background-color: #3a3c69;
}

/* hide styles from IE */
div.moz>div.menu {
    position: fixed;
}

table.menu {
    margin-top: 1em;
    width: 100%;
}

td.menuon {
    margin-left: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 13pt;
    background-color: #616387;
}

td.menuoff {
    margin-left: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 13pt;
    color: #eeeeee;
    background-color: #616387;
}

td.menuact {
    margin-left: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 13pt;
    background-color: #b7bbff;
    color: #9c9fd9;
}

td.menuact a {
    color: #616387;
}

#submenu {
    font-size: 12pt;
    padding-left: 1em;
}

#copyright {
    display: none;
    background-color: #3a3c69;
    padding: 1em;
    font-size: 10pt;
    text-align: center;
    border-width: 0px;
}

/* the content area */
div.main {
    width: 75%;
    height: 99%;
    border-width: 0px;
    margin-top: 1ex;
    margin-bottom: 1ex;
    margin-left: 1ex;
    margin-right: 1ex;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 16em;
}

/* the main area */
table.main {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-collapse: collapse;
    width: 100%;
}

/* the header */
.header {
    background-color: #3a3c69;
}

td.locator {
    height: 2em;
    text-align: left;
    padding-left: 1em;
    color: #eeeeee;
    font-size: 13pt;
    /* font-family: arial,helvetica,sans-serif; */
    /* font-weight: bold; */
}

td.flag {
    height: 2em;
    text-align: right;
    /* width: 20%; */
}

td.spacer {
    height: 0.7em;
}

.content, .footer {
    background-color: #616387;
}

td.content {
    border-width: 0px;
    padding-top: 1ex;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0px;
    height: auto;
    vertical-align: top;
}

td.footer {
    border-width: 0px;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 1em;
    margin: 0px;
    font-size: 10pt;
    height: 5%;
}

table.vcard {
    border-width: 0px;
    background-color: #3a3c69;
    width: 40%;
    padding: 1em;
}   

table.vcard tr {
    background-color: #616387;
}

table.vcard td {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

table.separator {
    border-width: 0;
    background-color: #b7bbff;
    /* background-image: url(images/logo.png);
    background-repeat: no-repeat; */
    width: 100%;
}

div.imgleft {
    padding-right: 2ex;
    float: left;
    display: inline;
}
	
div.imgright {
    padding-left: 2ex;
    float: right;
    display: inline;
}
	
p.fliesstext {
    text-align: left;
}

p.quote {
    text-align: left;
    font-family: serif;
    font-size: normal;
    font-weight: bold;
    font-style: italic;
    margin-left: 1em;
    margin-right: 1em;
}

