/* Allgemein */

body  {
	background-color: #CC9933;
	margin-top : 10;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	line-height : 18px;
	color : #000000;
	font-weight : normal;
}
td , p , div {
          font-family : verdana, arial, sans-serif;
          font-size : 12px;
          color : #000000;
          line-height : 18px;
	    margin-left:10px;	
      }

H1 {
          font-size : 18px;
          line-height : 24px;
          color : #990000;
          margin-top:18px;
		  margin-bottom:20px;
		  display:block; 
		  border-bottom-color:152E53;
		  border-bottom-style:dashed;
		  border-bottom-width:1px;
      }


/* Links */

a {
          font-size : 12px;
          color : #996600;
          text-decoration : underline;
      }
	  
a:link {
          font-size : 12px;
          color : #996600;
          text-decoration : underline;
      }
	  
	  
a:visited {
          font-size : 12px;
          color : #996600;
          text-decoration : underline;
      }
	  
a:hover {
          font-size : 12px;
          text-decoration : none;
      }	  

.blind {display:none; }

.titel {color : #996600;}
