/* CSS Document */
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
th{
	border-bottom: 2px ridge black;
	text-align:left;
}
th.detail{
	border-bottom: 0px ridge black;
	text-align:left;
}
td{
	vertical-align:top;
}

.tabellenstyle {font-size: 12px; width="100%"; padding:10px; bgcolor="#FFFFFF"}
.kurzbeschreibung {font-size:14px;}

input {cursor:pointer; font-weight:bold; text-decoration:none;
	background-image:url(../../neu/images/greenarrow.png);
	background-position : left;
	background-repeat : no-repeat;
	padding: 2px 10px 2px 19px;
	margin-right:5px;
	white-space : nowrap;
	cursor:pointer;
	color:#000;
	border: solid thin #97bf0d;
	background-color:#FFF;
	}
	
input:hover{
	background-image:url(../../neu/images/whitearrow.png);
	background-color: #262626; 
	color: #97bf0d;
	}
	
