body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	background-color: #FFF5EE;
	color: black;
	margin-left : 20px;
	margin-top : 15px;
	letter-spacing:1px;
}

TABLE {
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
}

th {
	font-weight: bold;
	color: #FFF5EE;
	background-color: #6B1C05;
	height: 16px;
	letter-spacing: 6;
	padding-left : 5px;
	font-size : 10px;
}

th.blank{
	height: 10px;
	background-color:#FFF5EE;
	
}


td {
	height: 22px;
	text-align: left;
	vertical-align: middle;
	border-bottom : 1px solid #808080;
	background : #BC8F8F;
	padding-top : 5px;	
	padding-right : 10px;	
	padding-left : 10px;
	padding-bottom : 5px;		
	font-size:11px;
	letter-spacing:0px;
	line-height:16px;
}

td.layer{
	padding-top : 5px;	
	padding-right : 10px;	
	padding-left : 10px;
	padding-bottom : 5px;			
	letter-spacing:0px;	
	padding-top : 5px;	
	padding-right : 10px;	
	padding-left : 10px;
	padding-bottom : 5px;	
	border-bottom:none;
	line-height:16px;
}

td.blank{
	height: 22px;
	text-align: left;
	vertical-align: middle;
	border-bottom : #FFF5EE;
	margin-left : 0px;
	padding-left : 5px;
	padding-right : 5px;	
	background :#FFF5EE;
}

td.rahmen{
	border-bottom : 2px solid #808080;
	border-top : none;
	border-left: none;
	border-right: none;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	height : 280px;
	vertical-align : top;
}

h1 {font-size: 16pt; font-weight:normal; color:#BC8F8F;}
h2 {font-size: 14pt; font-weight:normal;	color:#BC8F8F;}
h3 {font-size: 12pt; font-weight:bold;	color:#BC8F8F; }
h4 {font-size: 10pt; font-weight:bold; color:#BC8F8F;}
h5 {font-size: 8pt; font-weight:bold;	color:#BC8F8F; }

a:link    {
	color:#6B1C05;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	letter-spacing:1px;
}
a:visited {
	color:#FFF5EE;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
	letter-spacing:1px;
}
a:active  {
	color:#6B1C05;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	letter-spacing:1px;
}
a:hover   {
	color:#6B1C05;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	letter-spacing:1px;
}

INPUT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
		border-bottom : 1px solid #83A2B5;
	border-top : 1px solid #83A2B5;
	border-left : 1px solid #83A2B5;
	border-right : 1px solid #83A2B5;
	background : #F5F5F5;
	clear : right;
}

INPUT.button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 8pt;
	border-bottom : 1px solid #83A2B5;
	border-top : 1px solid #83A2B5;
	border-left : 1px solid #83A2B5;
	border-right : 1px solid #83A2B5;
	background : #F5F5F5;
	color: #1E4966;
}

TEXTAREA {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background : #F5F5F5;
	border-left : 1px solid #83A2B5;
	border-right : none;
	border-bottom : 1px solid #83A2B5;
	border-top : 1px solid #83A2B5;
}

HR {
	color : #1E4966;
	height : 1px;
	text-align : left;
}

