body, textarea {
			background: #ffffff;
			font-size: 10pt;
			color: #000000;
			font-family: Arial;
			}
td {
    font-size: 10pt;
    font-family: Arial;
   }

h1 {
    font-size: 12pt;
    font-family: Arial;
   }

a:link {
		color: #1b9dd8;
		text-decoration: none;
		font-weight: bold;
		}

a:visited {
		color: #1b9dd8;
		text-decoration: none;
		font-weight: bold;
		}

a:focus {
		color: #1b9dd8;
		text-decoration: underline;
		font-weight: bold;
		}

a:hover {
		color: #1b9dd8;
		text-decoration: underline;
		font-weight: bold;
		}

.bg_orange {
			background-color:#ed7f22;
			}

.bg_blau {
			background-color:#1b9dd8;
			}

.boder_blau{
		border:#1b9dd8 solid 2px;
		}

.boder_orange {
				border:#ed7f22 solid 2px;
			}

.line-blue {
			width:100%;
			height:2px;
			color:#1b9dd8;
			background-color:#1b9dd8;
			margin-right:0;
			border: 0px none;
			}

select, input {
	margin-top:10px;
	}

.level-schwarz {
			color: #000000 !important;
			}

