/* CSS Document */

@import url("basic.css");
@import url("mediaexceptions.css");

p {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFF;
}

#content {
	background-color:#FFF;
}

#container {
	background-color:#FFF;
}

table {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

table th {
	text-align:left;
}



.kopfzeile {
	font-size:8pt;
	letter-spacing: -0.5pt;
	text-align: center;
	margin-bottom: 1cm;
	width:910px;
	border-bottom: solid 1px black;
}
.fusszeile {
	font-size:8pt;
	letter-spacing: -0.5pt;
	width:910px;
	border-top: solid 1px black;

}

.fusszeile table td {
	width:33%;
	text-align:center
}

.fusszeile table td:first-child {
	text-align:left;
}
.fusszeile table td:last-child {
	text-align:right;
}

.unterschrift {
	width:900px;
	text-align:right;
}

.feld {
	text-align: left;
	vertical-align: middle;
	height: 20pt;
	font-family: "Courier New", "Courier", sans-serif;
	border-bottom: dotted 1px black;
}


.hochfeld {
	text-align: left;
	vertical-align: middle;
	height: 60px;
	font-family: "Courier New", "Courier", sans-serif;
	border-bottom: dotted 1px black;
}

.right {
	text-align: right;
	padding-right: 1em;
}

.borderfeld {
	font-family: "Courier New", "Courier", sans-serif;
	height: 80px;
	border: 1px solid #000;
	padding: 2px;
}
