html {
  font-family: PTSans,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12pt fixed;
  background-color: rgb(230,240,240);
}





p,ul,ol,td,th
{
  font-size: 12pt fixed;
}


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;
}
 
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 {
  max-width: 1000px;
  background-color: rgb(230,240,240);
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 12px;
}