/* CSS Document */
.Stil2 {
	color: #E0DFE3;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.Stil3 {
	color: #E0DFE3;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.Stil33 {
	color: #E0DFE3;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.Programm {
	color: #E0DFE3;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.Stil4 {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.Textstil {
	color: #FEA202;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.Achtung {
	color: #FEA202;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.Thema {
	color: #FEA202;
	font-weight: bold;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.text {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
}
.ueberschrift {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FEA202;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	cursor: default;
	}
a:visited {
	text-decoration: none;
	color: #FEA202;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	cursor: default;
}
a:hover {
	text-decoration: none;
	color: #FEA202;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color: #FEA202;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	cursor: default;
}
.menue {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.altnav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}
.update {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF9900;
}
.altnav:visited {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}
.altnav:hover {


	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}
.altnav:active {



	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}
.überschrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCC00;
}

.counter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

header {
    text-align: center;
    vertical-align: top;
}

body { 
	margin-top: 10px; 
	background-image: url(../bilder/hintergrund.jpg); }
			
.Stil6 { 
	color: #000000; 
}

    <style>
        body {
            font-family: Times New Roman, sans-serif;
        }

        .kontaktformular {
            width: 400px;
            margin: 50px auto;
        }

        form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .form-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        label {
            width: 200px;
            text-align: left;
        }

        input, textarea {
            width: 250px;
        }

        input[type="submit"] {
            width: auto;
            margin-left: auto;
        }
    </style>