/*	Button 18.05.2006 markus welter
	Version 1.00
 */
#buttonempty {
	height: 20px;
	width: 160px;
	padding-top: 5px;
	padding-left: 24px;
	cursor: default;
}

#button {
	height: 20px;
	background-image: url(../images/btn_normal.gif);
	width: 160px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 24px;
	cursor: default;
}
#button a {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

#buttonactiv {
	height: 20px;
	background-image: url(../images/btn_activ.gif);
	width: 160px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 24px;
	cursor: default;
	font-weight: bold;
}
#buttonactiv a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

#buttonsub {
/*	height: 19px;*/
	height: auto;
	width: 151px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
	cursor: default;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#buttonsub a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

#buttonsubactiv {
/*	height: 19px;*/
	height: auto;
	width: 151px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
	cursor: default;
	font-weight: bold;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#buttonsubactiv a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

#buttontop {
	height: 6px;
	background-image: url(../images/btn_top.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 4px;
	width: 184px;
	cursor: default;
}
#buttonsearch {
	height: 26px;
	background-image: url(../images/btn_search.gif);
	font-family: Arial;
	font-size: 10px;
	width: 162px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 22px;
	cursor: default;
	color: #A6A6A6;
}
#buttonsearch input {
	height: 18px;
	width: 97px;
	border: 1px solid #C2C2C2;
	font-family: Arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}