html,body,h1,h2,h3,h4,p,ul,ol,td,th,div 
{
  font-family: PTSans,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}




p,ul,ol,td, th
{
  font-size: 11pt;
}



h1 {
  font-size: 2.2em; 
  font-weight: normal;
  border-left: 40px solid Rgb(255,0,0);
  border-radius: 1em; 
  padding-left: 5px;
  font-variant:small-caps;  
  clear: both;
}

h2 {
  font-weight: normal;
  font-size: 1.3em;  
  border-left: 23px solid Rgb(0,255,0);
  border-radius: 1em; 
  padding-left: 5px;
  letter-spacing: 0.03em;
  margin-top: 10px;
  clear: both;
}




a:link, a:visited, a:hover, a:active, a:focus 
{ 
  color:rgb(170,60,50); 
}




table td,th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
}


td.hidden,th.hidden {
  border: none;
}

 
strong
{
  color: rgb(170,60,50);
  letter-spacing: 0.05em;
}


p.error {
	background: transparent url('kreuz.png') no-repeat left;
	padding-left: 40px;
    line-height: 30px;
  }

p.success {
	background: transparent url('haken.png') no-repeat left;
	padding-left: 40px;
    line-height: 30px;
}

article {
  background-color: rgb(230,240,240);
  max-width: 1000px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 12px;
}


form label {
    display: block;
    padding-left: 3px;    
}
div.eingabeblock {
   border: 1px solid black;
   width: 90%;
   background-color: white;
   margin-top: 20px;
   padding: 0 1em;
}

span.switch {
	background: transparent url('IconInfoRot.png') no-repeat left;
	background-size: 20px 20px;
	padding-left: 22px;
	font-weight: normal;
	color: red;
}

span.helptext { 
  display: none;
  padding-left: 20px;
  font-weight: normal;
  color: red;
}
span.helptext:before{
    content:"\a";
    white-space: pre;
}

input[type=submit] {
    background-color: limegreen;
    width: 14em;
    padding: .3em 0;
    border-radius: 0.7em;
}

button.btnfehler
{
    background-color: red;
    width: 12em;
    padding: .3em 0;
    border-radius: 0.7em;
}
