#container {
    /*background-image: url(resources/bg_container.jpg); */
    position: relative;
    padding: 20px;
    margin: 20px auto;
    text-align: left;
    width: 900px;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-radius: 25px;
}

#header {
    position: relative;
    padding: 0px 0px 0px 0px;
    display: block;
    /*background : url(images/static/bg_header.jpg) no-repeat;*/
}

#key_visual {
   background: url(resources/mvahg_banner.png) no-repeat;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 880px;
   height: 230px;
   border-radius:5px;
}

/*--- logo -----------------------------------------------------------------*/
/*--- caption --------------------------------------------------------------*/

#slogan {
    /*background: url(images/static/hbg.gif) no-repeat;*/

}


#main_nav_container {
    background-image: url(resources/bg_nav.jpg);
    z-index: 1;
    position: relative;
    line-height: 0;
    padding: 0px 5px 0px 5px;
    margin: 5px 10px 5px 10px;
    overflow: hidden;
    width: 880px;
    background-position: top left;
    background-repeat: repeat-y;
    /*background-color: #247096;*/
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    float: left;
}

#main_nav_list a {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    background-position: center right;
    background-repeat: no-repeat;
    float: left;
}

a.main_nav_active_item {
  background: url(resources/n1active.gif) no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 15px;          <!-- 13 -->
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  line-height: 29px;
  text-align: center;
  height: 29px;
}
a.main_nav_item {
  background: url(resources/n1.gif) no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 15px;        <!-- 13 -->
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  line-height: 29px;
  text-align: center;
  height: 29px;
}
a.main_nav_item:hover {
  background: url(resources/n1active.gif) no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 15px;               <!-- 13 -->  
  font-weight: normal;
  text-decoration: none;
  color: #d9b602;
  line-height: 29px;
  text-align: center;
  height: 29px;
}

#main_container {
    background-color: #ffffff;
    /*background-image: url(resources/bg_subcontainers.jpg);  */
    position: relative;
    padding: 0px;
    margin: 0px 10px 0px 10px;
    background-position: top left;
    background-repeat: no-repeat;
    clear : both;
}

#layout_table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

#sub_nav_column {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#content_column {
    vertical-align: top;
}

#left_column_container {
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 165px;
}

#sub_container1 {
    margin: 0px 3px 0px 0px;
    padding: 25px 0px 0px 0px;
    width: 156px;
}

#sub_container2 {
    margin: 0;
    padding: 23px 33px 45px 11px;
    width: 613px;
}

#content_container {
    overflow: hidden;
    margin: 0px;
    padding: 0;
    width: 613px;
}
#full_content_container {
    overflow: hidden;
    margin-left: auto;
    margin-right:auto;
    padding: 0;
    width: 700px;
}

#left_content_container {
    overflow: hidden;
    float : left;
    margin-left: 50px;
    margin-right:50px;
    padding: 0;
    width: 400px;
}
#footer {
    /*background-image: url(resources/bg_footer.jpg);
    background-position: top left;
    background-repeat: no-repeat;  */
    padding: 0px 10px 5px 10px;
    width: 881px;
    height: 30px;
    background-color: #ebebeb;
    clear: both;

}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/
body#main_body {
    background-color: #121212;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    display: block;
}

/*--- paragraph ------------------------------------------------------------*/
.content {
    color: #000000;
}

.content table {
    color: #000000;
    border-color: #a71919;
}

.content select {
    color: #000000;
}

.content input {
    color: #000000;
    border-color: #b4b8bb;
}

.content textarea {
    color: #000000;
    border-color: #b4b8bb;
}

.content a {
    color: #f12a2a;
}

.content td {
    border-color: #a71919;
}

.content th {
    color: #000000;
}

.content tr.odd {
    color: #6e6e6e;
    background-color: #ffffff;
}

.content tr.even {
    color: #6e6e6e;
    background-color: #efefef;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #a71919;
}

.content legend {
    color: #a71919;
}

.content label {
    color: #191919;
}

.content #submit {
    background-color: #595959;
    border-color: #27272a;
    color: #ffffff;
}

/*--------------------------------------------------------------------------*/
 div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #abaaaa;
  text-decoration: underline; white-space: nowrap;
}



#slogan {
  font-family: Tahoma, serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #cfcfcf;
}


#sub_nav_container {
    top: 0px;
    line-height: 0;
    margin: 0px;
    padding: 23px 0px 0px 0px;
    width: 150px;
}

/*--- subnavigation --------------------------------------------------------*/

#sub_nav_list {
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}

#sub_nav_list li {
    clear: both;
    margin: 0px 0 5px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

#sub_nav_list a {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-position: top;
    background-repeat: no-repeat;
}

html>body .sub_nav_list a {
    /*width: 165px;*/

}

a.sub_nav_item {
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 150px;
}

a.sub_nav_item:hover {
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 150px;
}

a.sub_nav_active_item {
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 150px;
}


a.sub_nav_active_item {
  background: url(resources/sn1active.gif) no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #eaeaea;
}
a.sub_nav_item {
  background: url(resources/sn1.gif) no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #1a1a1a;
}
a.sub_nav_item:hover {
  background: url(resources/sn1active.gif) no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #eaeaea;
}
.content h1 {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1em;
  color: #121212;
}
.content h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1em;
  color: #595959;
}
.content h3 {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1em;
  color: #a71919;
}
.content h4 {
  clear:both;
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.content, .content p {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.8em;
  color: #000000;
}
.content a:link {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}
.content a:visited {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: #f12a2a;
}
.content a:hover {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #111111;
}
.content a:active {
  font-family: Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: #111111;
}
.picture_left {
    float:left;
    width: 50%;
    margin: 5px;
}
.picture_right {
    float:right;
    width: 50%;
    margin: 5px;
}
.picture_centre {
    display:block;
    width: 50%;
    margin-left:auto;
    margin-right:auto;
}
.picture_full {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.content .caption {
    text-align: center;
    font-style: italic;
    font-size: smaller;
}
.newpara {
    clear:both;
}

#footer_text {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #abaaaa;
}
.gallery {
    display: block;
    margin-left: auto;
    margin-right:auto;
    width:90%;
}
.gallery_row {
    display: block;
    margin-left: auto;
    margin-right:auto;
    width:90%;

}
.gallery_entry {
    border: 5px solid lightgray;
    margin:2px;
    float:left;
    max-height:150px;
}
.indent {
     margin-left: 20px;
}
.nobottom {
    margin-bottom: 0px;
}
.notop {
    margin-top: 0px;
}
.modal {
    display: none;
    position:fixed;
    z-index:1;
    padding-top: 20px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin:auto;
    padding:20px;
    border: 1px solid #888;
    width:80%;
}
.modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/*Slideshow*/
.slideshow-container {
    max-width:880px;
    position: relative;
    margin: auto:
}
.mySlides {
    display: none;
}
.dot {
    height:15px;
    width:15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.slide-active {
    background-color: #717171;
}
.slide-fade {
    animation-name: fade;
    animation-duration: 2.5s;
}
@keyframes fade {
    from { opacity: 0.4 } to { opacity: 1.0 }
}
.form_button {
    color: #000;
    background-color: #AAA;
    padding: 6px 10px;
    margin-top: 10px;
    width: 150px;
    font-size: 12px;
}

.form_button:hover {
    background-color: #C0C0C0;
/* margin-bottom: 6px;        */
}

.form_button:disabled {
    opacity:0.6;
    cursor: not-allowed;
}

.small_button {
    color: #000;
    background-color: #FFF;
    padding: 0px 0px;
    margin: 5px 10px 5px 10px;
    border-radius: 6px;
    width: 60px;
    font-size: 12px;
}

.small_button:hover {
    background-color: #C0C0C0;
}

.small_button:disabled {
    opacity:0.6;
    cursor: not-allowed;
}
.form_button_red {
    color: #f1f1f1;
    background-color: #a71919;
	font-weight: bold;
    padding: 6px 10px;
    margin-top: 10px;
    width: 150px;
    font-size: 12px;
}

.form_button_red:hover {
    background-color: #FF0000;
}

.form_button_red:disabled {
    opacity:0.6;
    cursor: not-allowed;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    font-size: 12px;
    width: 180px;
    background-color: #C8C8C8;
    color: #000;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 90%;
    left: 80%;
    margin-left: -100px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #c8c8c8 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

input, select, textarea {
    font: 13px "Lucida Grande", Garuda, "Lucida Sans Unicode", sans-serif;
    width: 200px;
}

input.small, select.small, textarea.small {
    font: 11px "Lucida Grande", Garuda, "Lucida Sans Unicode", sans-serif;
    margin: 0px;
    width: 200px;
}

input.narrow, select.narrow, textarea.narrow {
    font: 13px "Lucida Grande", Garuda, "Lucida Sans Unicode", sans-serif;
    width: 100px;
}



input.popup, select.popup, textarea.popup {
    font: 12px "Lucida Grande", Garuda, "Lucida Sans Unicode", sans-serif;
    width: 200px;
}

input[type=checkbox] {
    width:20px;
}
input[type=radio] {
    width:20px;
}

.errormsg {
    color: #E34234;
    font-size: 100%;
}

.message {
    width: 50%;
}

.tabledata {
    font-size : 13px;
    width:100%;
}
.tabledata td {
    padding: 0px 15px 0px 0px;
}
.tabledata th {
    padding: 0px 15px 0px 0px;
    font-size : 14px;
}
.scrolllist {
    border: 1px solid;
    border-color: lightgray;
    margin: 4px, 4px;
    padding:4px;
    height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
}
.smalltabledata {
    font-size : 12px;
}
.smalltabledata td {
    padding: 0px 8px 0px 0px;
    vertical-align : top;
}
.smalltabledata th {
    padding: 0px 8px 0px 0px;
    vertical-align : top;
}
.smallselecttabledata {
    font-size : 12px;
 }
.smallselecttabledata th,.smallselecttabledata td {
    padding: 0px 8px 0px 0px;
    vertical-align : top;
}
.smallselecttabledata tr {
}
.smallselecttabledata tr:hover {
    background: lightgray;
}

.carttabledata {
    font-size : 12px;
    width: 100%;
    background-color: lightgray;
}
.carttabledata td {
    padding: 0px 15px 0px 0px;
    vertical-align : top;
}
.sidepane {
    float: right;
    margin-left:10px;
    margin-bottom:40px;
    margin-right:30px;
    padding: 0px 15px 0px 0px;
    height: 100%;
    max-width:320px;
    font-size:11px;
    overflow: auto;
}


