/* containers ----------------------------------------------------------------------------------- */

html {
   background-image: url(/graphics/background.gif);
   background-repeat: repeat-x;
   background-color: #444444;

}

html#print {
    background: none;
}

body {
    font-family: verdana, sans-serif;
    padding-top: 20px;
}

#print body {
    width: 600px;
}

#page {
    width: 900px; /* lowest screen width resolution 1024 pixels */
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

#header {
    float: left;
    width: 880px; /* #page width minus this side padding - needed by opera */
    background-color: white;
    padding: 10px 10px 5px 10px;
    border-bottom: 4px solid #eeeeee;
    border-top: 4px solid #dddddd;
}

#header #logo {
    float: left;
    border: 0;
}

#header #top_banner {
    float: right;
    width: 468px; /* firefox - else logo and banner is not on same row */
}

#header #top_banner img {
    border: 0;
}

#menu {
    position: relative; /* ie - else menu if 1px wrong to the left */
    clear: both; /* firefox - needed when relative */
    float: left;
    height: 25px;
    width: 880px;
    background: #0067AC;
    padding-right: 20px;
}

#panel {
    float: left;
    width: 880px;
    padding: 10px 10px 10px 10px;
    background: black;
    text-align: right;
}

#panel label {
    font-size: 0.8em;
    color: white;
    padding: 0 5px 0 0;
}

#xxxpanel input, #panel select {
    font-size: 0.8em;
    width: 200px;
    border: 1px solid #dddddd;
    font-family: verdana, sans-serif;
}

#panel .left {
    float: left;
}

#panel .right {
    float: right;
}

#alphabet {
    float: left;
    height: 36px;
    width: 880px;
    padding-left: 10px;
    padding-right: 10px;
    background: #00A650;
    border-bottom: 4px solid #227A43;
    text-align: right;
}

#alphabet ul {
    margin: 8px 0 0 0;
    padding: 0;
}

#alphabet ul li {
    list-style-type: none;
  	display: inline;
  	margin-left: 5px;
  	width: 20px;
}

#alphabet ul li a {
    color: white;
}

#alphabet ul li a:hover {
    color: black;
}

#main {
    height: 1%; /* ie hack - else main will go blank in some situations */
    width: 880px; /* safari mac - else no width */
    clear: both; /* clear to alphabet on top */
    background: white;
    padding: 10px;
    overflow: hidden; /* hide e.g. ending of looong links with no line breaks */
}

#footer {
    clear: both;
    height: 40px;
    background: black;
    border-top: 4px solid #444444;
}

/* general stuff -------------------------------------------------------------------------------- */

.clear {
    clear: both;
}

form {
    display: inline;
}

/* page formatting ------------------------------------------------------------------------------ */

a {
    color: #25566F;
}

p, h2, h3, span.pagetitle {
    font-size: 0.8em;
    line-height: 150%;
    margin: 0;
    padding: 0.5em 0 0.3em 0;
}

li {
    list-style-type: square;
    font-size: 0.8em;
    line-height: 150%;
}

p.pagetitle, span.pagetitle, h2 {
    font-size: 1em;
    font-weight: bolder;
    color: #FF8A00;
}

strong, b, p.headline, h3, span.headline {
    color: #444444;
    font-weight: bold;
}

/* apply table css only to main - so it does not interfer with menu */

/* for tables we used fixed font sizes, as ie and firefox does not agree if using em here */

#main td {
    font-size: 12px;
    line-height: 18px;
}

/* tables needs some space at the top and bottom */

#main table {
    margin: 0.8em 0 0.8em 0;
    border: 1px solid gray;
}

/* dl is used for the images <dl><dt>img tag</dt><dd>description</dd>...</dl>*/

dl {
    float: right;
    margin: 0 0 0 1em;
    padding: 0;
}

dt {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 0.7em;
    line-height: 150%;
    padding: 0.5em 0 0.3em 0;
}

#print h2 {
    color: black;
}

p#print_icon {
    text-align: right;
    clear: both;
}

p#print_icon img {
    border: none;
}

/* resultset ------------------------------------------------------------------------------------ */

ul#resultset {
    width: 880px;
    text-align: center;
    margin: 1.5em 0 0.3em 0;
    padding: 0;
    border-top: 1px dotted #cccccc;
}

ul#resultset li {
    list-style-type: none;
    margin: 1em 0 0 0;
}

#resultset #left {
    width: 293px;
    float: left;
    text-align: left;
}

#resultset #center {
    width: 293px;
    float: left;
    font-style: italic;
}

#resultset #right {
    float: right;
    text-align: right;
}

#resultset:after { /* firefox to clear after the resultset - else it goes into footer */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* tigra js menu -------------------------------------------------------------------------------- */

.mtable {
	background: #03548B;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: white;
}

.mmouto {
	background: #0067AC;
	height: 15px; /* ie 6 */
}

.mmovero, .mmdowno {
	background: #03548B;
	height: 15px; /* ie 6 */
}

.wrap_other {
    padding-left: 20px;
    padding-right: 20px;
}

.wrap_root {
    padding-left: 20px;
    padding-right: 10px;
    background-position: 6px 7px;
    background-repeat: no-repeat;
    background-image: url(/graphics/arrow_down.gif);
}

.wrap_sub {
    padding-left: 20px;
    padding-right: 50px;
    background-position: 80px 5px;
    background-repeat: no-repeat;
    background-image: url(/graphics/arrow_right.gif);
}
