/* Client: MARC
------------------------------------------------------------------------------
----------------------------------------------------------------------------*/

* {
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;

}

body {

}

a:link, a:visited {
  color: #9A9A9A;
  text-decoration: none;
}

a:hover {
   color: #DA3438;
}

#tms-topbar-html {
  width: 100%;
  height: 80px;
  background-color: #69134D;
}

#tms-topbar-html-wrapper {
  height: 80px;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(https://munichhealth.tms.hrdepartment.com/custom/images/munichhealth_logo.gif);
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

#tms-topbar-html-wrapper h1 {
  display: block;
  color: #fff;
  text-align: right;
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 15px;
}

#designtable {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

#designtable-leftbar {
  border-top: 1px solid #E9E9E9;
  padding-top: 35px;
  background-color: #F9F9F9;
  width: 220px;
  color: #000;
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  padding: 15px;
  line-height: 1.5em;
}



#tms-wrapper {
  width: 700px;
  margin-top: 0px;
  border: none;
}

#tms-container {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #E9E9E9;
}

#tms-nav {
  display: none;
}

#tms-nav-html {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  margin-bottom: 1em;
}

#tms-nav-html-lang {
  padding: 5px 0px 0px 0px;
  text-align: right;  
}

#tms-nav-html ul {
  margin: 0;
  padding: 0;
}

#tms-nav-html li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 10px 0px 10px 0px;
}

#tms-nav-html li a {
  margin: 0;
  color: #9A9A9A;
  text-decoration: none;
  padding-right: 20px;
}

#tms-nav-html li a:hover {
  color: #DA3438;
}
  
#tms-container {
  background-color: #F9F9F9;
  border: none;
  border-top: 1px solid #E9E9E9;
}

#tms-content {
  padding: 15px 0px 15px 0px;
}

h3 {
  color: #69134D;
  font-size: 12pt;
}

#tms-content-form {
  border-top: 1px solid #69134D;
  border-bottom: 1px solid #69134D;
  font-size: 9pt;
}

input, select {
  
}

#tms-form-refcode,
#tms-form-keyword {
  width: 295px;  
}

.tms-button {
  background: none;
  background-color: #69134D;
}


#tms-additionaltext-help {
  font-size: 9pt; 
}



