/**
 * Base
 */
* {
  font-family: "arial", sans-serif;
  font-size:100%;
}

html, body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  background-color: #CACACA; 
  background-image: url(../Images/bg.png);
  background-repeat: repeat-x;
}

/**
 * Links
 */
a {
  color: #FF8A00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
}

a.link {
  position: relative;
}

a.link:after {
  position: absolute;
  background-color: #FF8A00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  color: #FF8A00;
  text-decoration: none;
}

ol, a {
  list-style: none;
}

p {
  font-size: 100%;
}

td {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  vertical-align: top;
  font-size: 90%;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "arial", sans-serif;
}

h1 {
  font-size: 22px;
  font-weight: 700;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 11px;
}

h6 {
  font-size: 9px;
}

/**
 * Components
 */
.container {
  padding-top: 2%;
  padding-bottom: 2%;
  width: auto;
  height: auto;
  min-width: 720px;
  max-width: 970px;
}

.placer {
  margin-left: 1em;
}

.header{
  background: #ffffff;
  padding-left:2em;
  padding-right:0.8em;
}

.headerArea {
  height: 5.5em;
}

.logo {
  float: left;
  margin-top: 2em;
}

.headerTitle {
  float: right;
  margin-right: 1.5em;
  margin-top: 0.5em;
}

.header.nav {
  background: #4f4f4f;
  height: 3.5em;
}

.globalNav {
  float: left;
  padding-top: 15px;
}

.globalNav h3 {
  color: #fff;
}

.globalNav h3:hover {
  color: #FF8A00;
}

.globalNav li {
  display: inline;
  padding-right: 2.0em;
}

.globalNav a {
  display: inline-block;
  text-decoration: none;
}
            
.header.nav li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  color: #FF8A00;
}

li.dropdown {
  display: inline-block;
  z-index: 999;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3D3D3D;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #3D3D3D;
  color: #FF8A00;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.widget {
  background: #fff;
  padding-top:25px;
  font-size: 11px;
  margin: 5px;
}

.widget a {
  color: #FF8A00;
}

.widget h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content {
  background-color: #ffffff;
  padding:0.3em 0.3em 0.3em 0.3em;
  height: auto;
  min-height: 480px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.content h1 {
  font-size: 22px;
  font-weight: 400;
  color: #FF8A00;
  margin-bottom: 0.8em;
}

.col-centered {
  display:inline-block;
  float:none;
  text-align:left;
}

label {
  margin-top: 1em;
  display: block;
}

.loginMain {
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 1em;
}

.fieldText{
  width: 250px;
  height:25px;
  font-size: 12px;
}

zipForm {
  width: 100px;
  height: 25px;
  font-size: 12px;
}

.btn {
  margin-top: 1em;
  margin-bottom: 2em;
}

footer {
  text-align: left;
  min-height: 10em;
}

.bigFooter {
  min-height: 9em;
  background: #4f4f4f;
  margin-bottom: 0.5em;
}

.colFooter {
  margin-top: 1em;
  display:inline-block;
  min-width: 720px;
}

.colFooter a {
  color: #FF8A00;
}

.colFooter a:hover {
  color: #FF8A00;
  text-decoration: underline;
}

.col-fixed {
  width: 250px;
  min-width: 180px;
  margin-left: 2.5em;
}

.bigFooter p {
  color: #fff;
  line-height: 1.5;
}

.bigFooter h4 {
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
}

.bigFooter h5 {
  color: #fff;
  line-height: 1.5;
}

.footerIcon img {
  float:left; 
  margin: 0px 10px 10px 0px;
}

.smallFooter {
  text-align: center;
  background: #E8E8E8;
  padding-bottom: 0.8em;
}

.smallFooter li {
  display: inline-block;
}

.smallFooter a {
  display: inline-block;
  color: #333333;
}

.smallFooter a:hover {
  color: #333333;
  text-decoration: underline;
}

.white {
  background-color: #FFFFFF;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.border_right{
  border-right: 1px solid #e5e5e5;
}

.titel_h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}      
            
input[type="submit"] {
  background-color:#E6E6E6;
  padding: 5px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

/**
 * Indexed Search
 */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }
#tx-indexedsearch-searchbox-button-submit {margin-bottom:1em}
