@charset "utf-8";
/* CSS Document */
html, body, table, td {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
}

a {
	color:#0071b9;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
	text-decoration:none;
}

img {
 border:0px;
}


h1 {
	color: #308ac9;
	font-size:9pt;
}
 
.subkop {
	color: #494949;
	font-size:9pt;
	font-weight:bold;
	
}

input, textarea, select {
	border:1px solid #cbdfea;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
}
 
.input2 {
	padding:5px; 
	border:1px solid #ff9600;
/*	color:#ffffff;*/
	font-weight:bold;
	font-size:8pt;
	background-color:ff9600;
	cursor:pointer;
}
 
fieldset {
	border:#999999 solid 1px;
	padding:5px 10px 5px 10px;	
}
 
legend {
	color: #308ac9;
	font-size:10pt;
	font-weight:bold;
}

#UpdatePanel1 tr {
	height:19px;
}


