body, html {
    background: url("./background.gif") repeat-x;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    padding: 3px 3px 3px 3px;
    height: 98%;
}

h2, html {
	font-size: 14pt;
	text-align: center;
}

h3, html {
	font-size: 12pt;
	text-align: left;
}

table.swp {
  border: 1px solid #000000;
  border-collapse: collapse;
  white-space: nowrap;
}

tr.archeo_swp {
  /*background:transparent*/  
  background-color: #666666;
  /*background-color: #badbea;*/
  font-weight: bold;
  font-family: sans-serif;
  color: #fffff;
 }

tr.swp_light {
  background-color: #ffffff;
}

tr.swp_dark {
  background-color: #e0e0e0;
}

td.swp {
    /*color: rgb(0, 88, 156);*/
    color: black;
    border: 0px;
    padding-top: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
}

div.main_page {
    position: relative;
    display: table;
    
    width: 800px;
    height: 100%;

    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;

    border-width: 1px;
    border-color: #212738;
    border-style: solid;

    background-color: #FFFFFF;

    text-align: center;
}

div.page_header {
    height: 99px;
    width: 100%;

    background-color: #F5F6F7;
}

div.page_header span {
    margin: 15px 0px 0px 50px;
    
    font-size: 180%;
    font-weight: bold;
}

div.page_header img {
    margin: 3px 0px 0px 40px;

    border: 0px 0px 0px;
}

div.table_of_contents {
    clear: left;
    min-width: 200px;
    margin: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    text-align: left;
  }

div.table_of_contents_item {
    clear: left;
    width: 100%;
    margin: 4px 0px 0px 0px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}

div.table_of_contents_item a {
    margin: 6px 0px 0px 6px;
}

div.content_section {
    margin: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    text-align: left;
}

div.content_section_text {
    padding: 4px 8px 4px 8px;
    color: #000000;
    //font-size: 100%;
}

div.content_section_text pre {
    margin: 8px 0px 8px 0px;
    padding: 8px 8px 8px 8px;
    border-width: 1px;
    border-style: dotted;
    border-color: #000000;
    background-color: #F5F6F7;
    font-style: italic;
}

div.content_section_text p {
    margin-bottom: 6px;
}

div.content_section_text ul, div.content_section_text li {
    padding: 4px 8px 4px 16px;
}

div.section_header {
    padding: 3px 6px 3px 6px;
    background-color: #8E9CB2;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 112%;
    text-align: center;
}

div.section_header_red {
    background-color: #CD214F;
}

div.section_header_grey {
    background-color: #9F9386;
}

.floating_element {
    position: relative;
    float: center;
}

div.table_of_contents_item a,
div.content_section_text a {
    /*text-decoration: none;*/
    /*font-weight: bold;*/
    color: #647380;
    text-decoration: none;
}

div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
    //color: #000000;
    color: #647380;
    text-decoration: underline;
}

div.table_of_contents_item a:hover {
    /*    background-color: #000000;*/
    
    /*    color: #FFFFFF;*/
}

div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
    /*    background-color: #DCDFE6;*/
    
    //color: #000000;
    /color: #647380;
    text-decoration: none;
}

div.content_section_text a:hover {
    /*    background-color: #000000;*/
    
    /*    color: #DCDFE6; */
    color: #647380;
    text-decoration: underline;
}

div.validator {
}

/* The Modal (background) */
div.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    padding: 4px 0px 4px 0px;
     
/*    margin: 2% auto;
    padding: 20px;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
/*    height: 100pt; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
div.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 90pt auto; /* 15% from the top and centered */
    /*margin: auto; /* 15% from the top and centered */
    /*margin-left: -20px; /* 15% from the top and centered */
    /*margin-right: 20px; /* 15% from the top and centered */
    /*margin-top: 90pt;*/
    /*margin-right: auto;*/
    padding: 20px;
    /*padding: 0;*/
    border: 1px solid #888;
/*    width: 50%; /* Could be more or less, depending on screen size */
    width: 600px; /* Could be more or less, depending on screen size */
    /*width: 50%;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#ql th{
    padding: 2px;
    border: solid 2px gainsboro;
    text-align: center;
}

#ql td{
    padding: 5px;
    border: solid 2px gainsboro;
    /*color: grey*/
}

#ql{
    /*      border: solid 0px;*/
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

#Kplist th{
    padding: 2px;
    border: solid 2px gainsboro;
    text-align: center;
}

#Kplist td{
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: solid 2px gainsboro;
    border-right: solid 2px gainsboro;
    /*color: grey*/
}

#Kplist{
    /*      border: solid 0px;*/
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    text-align: center;
    border-collapse: collapse;
}
div#button{
    margin-left: 620px;
    color: #647380;
    background-color: #e0e0e0;
    #display: inline-block;
    #padding:20px;
    padding: 5px 3px;
}

.button {
    background-color: #c0c0c0; /* Green */
    border: none;
    color: white;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
div#breadcrumb{
    #border-style: solid;
    #border-width: 1px;
    text-align: left;
    font-weight: bold;
    #border-color: #647380;
    //background-color: #e0e0e0;
    background-color: #1565AA;
    //color: #647380;
    //color: #E8E8E8;
    color: white;
    padding: 0px;
    #margin: 0 -2px;
    #-webkit-margin-before: 0;
    #-webkit-margin-after: 0;
}
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active{
    color: white;
    //color: #E8E8E8;
    font-weight: bold;
    text-decoration: none
}
#breadcrumb a:hover{
    color: white;
    //color: #E8E8E8;
    text-decoration: underline;
}

ul#breadcrumb li {
    display:inline;
    padding:0px;
    margin: 0px;
    //color: white;
    #font-size: 10;
}

div#swarm{
    font-size: 12pt;
    color: #647380;

}
ul#swarm li {
    display: inline;
    padding: 20px;
}

table#info{
    border-collapse: collapse;
}
table#info tr td{
    border: 2px solid #647380;
}

div#navi{
    text-align: justify;
    #text-justify: distribute-all-lines;
}
    
button#navi{
    //background-color: #e0e0e0;
    background-color: #1565AA;
    //color: #E8E8E8;
    color: white;
    border: none;
    width: 100px;
    height: 30px;
    display: inline-block;
    font-weight: bold;
    #display: inline;
    #aligned: justify;
    #float:justify;
    #-ms-text-justify: distribute-all-lines;   
    #zoom: 1;
    #margin-bottom: 0px;
    #margin-bottom: 20px;
}
button#navi:hover:enabled{
    #box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: white; /* Green */
    color: #c0c0c0;
    //color: #ffffff;
    border: 2px solid #e0e0e0;
}
button#navi .disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0pt;
    line-height: 0;
}

img#logoleft{
    width: 140px;
    padding-right: 30px;
}

img#logoright{
    width: 150px;
    padding-left: 30px;
    vertical-align: top;
}

</style>

