@import url(normalize.css);
@import url(defaults.css);
@import url(nav-core.css);
@import url(nav-layout.css);


samp {
    font-size: 0.8rem;
    font-weight: bold;
    color: #16c1f3;
}

.required
    {
        font-weight: bold;
    }
    
h1{
    margin: 10px;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: bold;
}
h2{
    margin: 0px;
    font-size: 1.5rem;
    line-height: 1.7rem;
}
h3{
    margin: 0px;
    font-size: 1.4rem;
    line-height: 1.6rem;
}
h4{
    margin: 0px;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
h5{
    margin: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

ol, ul {
	list-style: none;
    font-size: 1.4rem;
	line-height: 1.6rem;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table { 
    border-collapse: collapse;
	border-spacing: 0;
    border: 1px outset #16c1f3;
    padding: 10px;
    margin: 10;
  }

td { 
    border: thin inset #16c1f3;
    padding: 10px;
    margin: 10;
}

/* Tabs */

ul.tabs {margin: 0px; padding: 0px; list-style: none;}
ul.tabs li {background: none; color: #222222; display: inline-block; padding: 10px 15px; cursor: pointer;}
ul.tabs li.current {background: #ee3124; color: #ffffff;}
.tab-content {display: none; color: #ffffff; background: #ee3124; padding: 15px}
.tab-content.current {display: inherit;}

/* ENDE Tabs*/

a {
    text-decoration: none;
    color: #16c1f3;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}


.waiting_list {
   background-color: #eee;
}

#errors {
    border: 2px outset red;
    background: yellow;
    padding: 10px;
}

@media print {


header {
	position: relative;
}

header img {
    height: 60px;
}


body {
    padding: 0 !important;
    font-size: 0.7rem;
    line-height: 0.8rem;
    background-color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5px;
}

a {
    text-decoration: none;
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #000000;
    font-weight: bold;
}

samp {
    font-size: 0.3rem;
    font-weight: bold;
    color: #16c1f3;
}

header {
    margin: -50px;
}

h1{
    margin: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
}
h2{
    margin: 0px;
    font-size: 1.0rem;
    line-height: 1.2rem;
}
h3{
    margin: 5px;
    font-size: 0.9rem;
    line-height: 1.0rem;
    font-weight: bold;
}
h4{
    margin: 0px;
    font-size: 0.8rem;
    line-height: 0.9rem;
}
h5{
    margin: 0px;
    font-size: 0.7rem;
    line-height: 0.8rem;
}

ol, ul {
	list-style: none;
    font-size: 0.7rem;
	line-height: 0.8rem;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table { 
    border-collapse: collapse;
	border-spacing: 0;
    border: 1px outset #16c1f3;
    padding: 1px;
    margin: 1;
    width: 100%;
  }

td { 
    border: thin inset #16c1f3;
    padding: 1px;
    margin: 1;
    font-size: 0.7rem;
    line-height: 0.8rem;
}
.NoPrint {
   display:none;
}

}

