@charset "utf-8";
/* CSS Document */

input {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 border:1px solid #87a9b3;
	 width:200px;
}
select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #87a9b3;
	width:200px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #87a9b3;
	width:400px;
}
.termine_table {
	border: 1px dotted #000000;
	background-color:#F9F2DD;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 3px;
	letter-spacing: 1px;
}
.termine_table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.oben {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

h1{
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
body {
	background-color: #F8F0DE;
}
#linieU {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
