h1, h2, h3, h4, h5, h6, h7, h8, h9, body, html, div, span, a, td, tr, table, form {
	background-color: #ffffff;
	color: #2c3e50;
	font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	color: #a4b030;
}

body, html, div, span, a, td, tr, th, table, form {
	background-color: #ffffff;
	color: #2c3e50;
    font-size: 15px/1.5;
}


/* TABLES */

table, th, tr, td {
	vertical-align: middle;
	border-collapse: separate;
}
table td, table th {
    border-bottom: 1px solid #aaa;
}
table.termin {
	border: 0px solid #555;
	border-collapse: separate;
}
table.termin > tr, table.termin > th {
	vertical-align: middle;
}
table.termin td {
	vertical-align: middle;
}
table.create {
	border: 0px;
	border-bottom: 0px;
}
td.create, th.create {
	border: 0px;
	border-bottom: 0px;
}


/* LINKS */
a {
	color: #a4b030;
	font-weight: bold;
}

/* FOOTER */
.footer, .footer p {
  position: fixed;
  right:5px;
  bottom: -1px;
  width: 100%;
  color: #aaa;
  font-size:10px;
  text-align: right;
  background-color:none;
}


/* DEBUGGING HELPERS */
span.debug {
    width: 100%;
    color: #920;
    background-color: #fed;
}
 
@media print{
   .noprint{
       display:none;
   }
}
