/* 2020-07-22 */

@media only screen and (max-width: 1300px)
	{
	body {
//		background-image: url("/Grafiken/bg_start_980.gif");
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #ffffff;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		}

	.ueberschrift {
		font-family: Courier New,Verdana,Arial,Helvita;
		font-size: 28px;
		font-weight: bold;
		color:#000000;
		}
	}

@media only screen and (min-width: 1301px)
	{
	body {
//		background-image: url("/Grafiken/bg_start.gif");
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #ffffff;
		margin-top: 30px;
		margin-right: 200px;
		margin-bottom: 0px;
		margin-left: 200px;
		}

	.ueberschrift {
		font-family: Courier New,Verdana,Arial,Helvita;
		font-size: 48px;
		font-weight: bold;
		color:#000000;
		}
	}

td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

.wert {
	font-family: Courier,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

.form {
	font-family: Courier, Verdana,Arial,Helvita;
	font-size: 12px;
	font-weight: normal;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-width: 1px;
	background: #efefef;
	color: #0000ff;
	}