/* General page styles ---------------------------------------------------- */
body, html {
margin: 0px;
padding: 5px;
color: black;
background-color: white;
}

body, input, textarea, select, option {
font-family: verdana, arial, helvetica, sans-serif;
}
code, pre, tt {
font-family: Courier, "Courier New", monospace;
}

#content, #headmenu, #footnav, #copyright, #thismirror,
#headsearch span, #headsearch input, #headsearch select {
font-size: 85%;
}

a, a:visited {
color: #cc0000;
background-color: transparent;
}

a:hover {
color: #FFFFFF;
background-color: #cc0000;
}

a:active {
color: #0000ff;
background-color: transparent;
}

h1, h2, h3, h4 {
font-weight: bold;
color: #000000;
background-color: transparent;
}
h1 { font-size: 175%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

img {
border: 0px;
}

div.tip, p.tip {
border: 1px solid #0000cc;
color: #000066;
background-color: #eeeeff;
padding: 0px 8px;
}

p.formerror, p.warn {
border: 1px solid #666600;
color: #660000;
background-color: #ffeeee;
margin: 4px;
padding: 6px;
}

hr {
border: 0px;
color: black;
background-color: black;
height: 1px;
/* clear: both; has problems in IE and Opera */
}

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

}
.center th {
text-align: center;
}

.newsdate {
font-size: smaller;
font-style: italic;
color: #6666cc;
background-color: transparent;
}

div.indent {
margin-left: 50px;
}

li {
padding-top: 3px;
padding-bottom: 3px;
list-style-type: square;
}

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

ul.simple {
padding-left: 8px;
margin: 0 0 1em 0;
}
ul.simple li {
padding: 0px;
list-style-type: none;
}

.md5sum {
color: #6666cc;
background-color: transparent;
}

/* Content are styles ----------------------------------------------------- */
#content {
padding: 10px;
}
#content h1 {
margin-top: 0px;
}

/* Layout styling and helpers --------------------------------------------- */
#layout_2, #layout_3 {
/* Background image will be set in a mirror specific CSS rule */
background-position top left;
background-repeat: repeat-y;
}
#layout_3_helper {
/* TODO: Background to the right */
}

.cleaner {
clear: both;
height: 1px;
font-size: 1px;
}

#leftbar {
float: left;
width: 186px;
padding: 5px;
font-size: smaller;
}
#leftbar p, #leftbar h3 {
margin-top: 0;
margin-bottom: 1em;
}

#layout_2 #content {
margin-left: 196px;
}

/* Header navigation area ------------------------------------------------- */
#headnav {
color: inherit;
background-color: #a0cc7c;
vertical-align: center;
postition: relative;
}
#headnav1 {
color: inherit;
background-color: #a0dc7c;
vertical-align: center;
postition: relative;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #ffe3ac;
}
#headnav img {
border: 0px;
margin: 0px 3px;
}
#headmenu {
color: inherit;
background-color: #a0cc7c;
vertical-align: center;
font-weight: bold;
text-align: center;
}
#headsearch {
background-color: #666699;
border-width: 1px 0px;
border-color: #333366;
border-style: solid;
text-align: right;
padding-right: 6px;
font-size: 75%;
color: white;
}
#headsearch input.submit {
vertical-align: baseline;
}
#headsearch form, #headsearch p {
margin: 0px;
}
#headsearch span.shortkey {
text-decoration: underline;
}

/* Footer navigation area ------------------------------------------------- */
#footnav {
color: inherit;
background-color: #a0cc7c;
font-weight: bold;
text-align: right;
padding-right: 6px;
}
#pagefooter {
position: relative;
font-size: 75%;
color: inherit;
background-color: #ffe3ac;
width: 100%;
}
#thismirror {
text-align: right;
margin-left: 50%;
padding: 6px;
}
#copyright {
position: absolute;
top: 0px;
left: 0px;
padding: 6px;
margin-right: 30%;
}
#footnav a, #headmenu a {
font-size: 75%;
text-decoration: none;
}

/* Standard tables -------------------------------------------------------- */

table.standard {
background-color: #FFE3AC;
width: 100%;
border-width: 0px;
border-color: #FFE3AC;
}

table.standard td {
/*background-color: #FFE3AC;
border-width: 0px;
border-color: #FFE3AC; */
color: inherit;
}
table.standard th {
background-color: #cccccc;
color: inherit;
}
table.standard td.highlight {
background-color: #ffffcc;
color: inherit;
}
table.standard td.sub, table.standard th.sub,
table.standard th.subr, table.standard th.subl {
background-color: #dddddd;
color: inherit;
}
table.standard th.subr {
text-align: right;
vertical-align: top;
}
table.standard th.subl {
text-align: left;
vertical-align: top;
}

/* Formular -------------------------------------------------------- */
.requiredNote {
    font-family: Arial;
    font-size: 11px;
    color: red;
}
.headerText {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: blue;
    background-color: #A9A9A9;
}
.label {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: darkblue;
}
.errorLabel {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: red;
}
.mainTable {
    border: 1px solid darkgrey;
    background-color: #EEEEEE;
}