/*Button Formatierungsgrundlage*/

#buttons 
{ 
	text-decoration:none;
	padding-top: 08px;
	padding-left: 5px;
	padding-right: 5px;
	font-family:Arial,'Times New Roman',Times,serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

#buttons a, #buttons a:visited
{ 
	text-decoration:none;
	padding-top: 08px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}


#buttons a:hover, #buttons a:focus
{ 
	padding-bottom: 08px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color:#bb9530;
}

