
/* NEUE Rounded buttons, die Breite ergibt sich durch den Text der drin steht und das Padding-------------------------------------*/

/* Blauer button auf weiss*/
.round { 
	cursor:pointer;
	cursor:hand;
	line-height:24px;
	background:url(button.gif) no-repeat right top;
	padding-right:30px;
	vertical-align:left;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-family:verdana, arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.round span {
	background:url(button.gif) no-repeat left top;
	height:25px;
	display:block;
	display:inline-block;
	padding-left:8px;
	line-height:24px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover span {background-position:left -155px;}

	
/* Buttons silber auf weiss-------------------- */
	.round_2 {
		cursor:pointer;
		cursor:hand;
		line-height:24px;
		background:url(button_silber_weiss.gif) no-repeat right top;
		padding-right:30px;
		vertical-align:left;
		display:block; /*opera*/
		display:inline-block; /*ie*/
		display:-moz-inline-box;  /*ff*/
		font-family:verdana, arial, sans-serif;
		color:#4c4c4c;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}

	.round_2 span {
		background:url(button_silber_weiss.gif) no-repeat left top;
		height:25px;
		display:block;
		display:inline-block;
		padding-left:8px;
		line-height:24px;
	}

		a.round_2:hover {background-position:right -155px;}
		a.round_2:hover span {background-position:left -155px;}


		
	/* Rueckwaerts button silber auf weiss-------------------- */
		.round_2b {
			cursor:pointer;
			cursor:hand;
			line-height:24px;
			background:url(button_silber_weiss2.gif) no-repeat left top;
			padding-left:30px;
			vertical-align:left;
			display:block; /*opera*/
			display:inline-block; /*ie*/
			display:-moz-inline-box;  /*ff*/
			font-family:verdana, arial, sans-serif;
			color:#4c4c4c;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
		}

		.round_2b span {
			background:url(button_silber_weiss2.gif) no-repeat right top;
			background-color:white;
			height:25px;
			display:block;
			display:inline-block;
			padding-right:8px;
			line-height:24px;
		}

			a.round_2b:hover {background-position:left -155px;}
			a.round_2b:hover span {background-position:right -155px;}
			
	
			
/* Buttons Blau auf dunkelgrau - z.B. in den Einstellungsebenen-------------------- */
.round_3 { 
	cursor:pointer;
	cursor:hand;
	line-height:24px;
	background:url(button_blau_dklgrau.gif) no-repeat right top;
	padding-right:30px;
	vertical-align:left;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-family:verdana, arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.round_3 span {
	background:url(button_blau_dklgrau.gif) no-repeat left top;
	height:25px;
	display:block;
	display:inline-block;
	padding-left:8px;
	line-height:24px;
}

	a.round_3:hover {background-position:right -155px;}
	a.round_3:hover span {background-position:left -155px;}
	
	/* Rueckwärts-Buttons Silber auf dunkelgrau - z.B. in den Einstellungsebenen-------------------- */
	.round_3b { 
		cursor:pointer;
		cursor:hand;
		line-height:24px;
		background:url(button_silber_dklgrau.gif) no-repeat left top;
		padding-left:30px;
		vertical-align:left;
		display:block; /*opera*/
		display:inline-block; /*ie*/
		display:-moz-inline-box;  /*ff*/
		font-family:verdana, arial, sans-serif;
		color:#4c4c4c;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}

	.round_3b span {
		background:url(button_silber_dklgrau.gif) no-repeat right top;
		height:25px;
		display:block;
		display:inline-block;
		padding-right:8px;
		line-height:24px;
	}

		a.round_3b:hover {background-position:left -155px;}
		a.round_3b:hover span {background-position:right -155px;}

	/* Buttons Blau auf grau #cccccc - z.B. in der Fusszeile von Formularen------------------- */
		.round_4 { 
			cursor:pointer;
			cursor:hand;
			line-height:24px;
			background:url(button_blau_grau.gif) no-repeat right top;
			padding-right:30px;
			vertical-align:left;
			display:block; /*opera*/
			display:inline-block; /*ie*/
			display:-moz-inline-box;  /*ff*/
			font-family:verdana, arial, sans-serif;
			color:#ffffff;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
		}

		.round_4 span {
			background:url(button_blau_grau.gif) no-repeat left top;
			height:25px;
			display:block;
			display:inline-block;
			padding-left:8px;
			line-height:24px;
		}

			a.round_4:hover {background-position:right -155px;}
			a.round_4:hover span {background-position:left -155px;}
			
/* Buttons Silber auf grau #cccccc - z.B. in der Fusszeile von Formularen------------------- */
				.round_4b { 
					cursor:pointer;
					cursor:hand;
					line-height:24px;
					background:url(button_silber_grau.gif) no-repeat right top;
					padding-right:30px;
					vertical-align:left;
					display:block; /*opera*/
					display:inline-block; /*ie*/
					display:-moz-inline-box;  /*ff*/
					font-family:verdana, arial, sans-serif;
					color:#4c4c4c;
					font-size:12px;
					font-weight:bold;
					text-decoration:none;
				}

				.round_4b span {
					background:url(button_silber_grau.gif) no-repeat left top;
					height:25px;
					display:block;
					display:inline-block;
					padding-left:8px;
					line-height:24px;
				}

					a.round_4b:hover {background-position:right -155px;}
					a.round_4b:hover span {background-position:left -155px;}
			
/* Rueckwaerts Buttons Silber auf grau #cccccc - z.B. in der Fusszeile von Formularen-------------------- */
					.round_4c {
						cursor:pointer;
						cursor:hand;
						line-height:24px;
						background:url(button_silber_grau2.gif) no-repeat left top;
						padding-left:30px;
						vertical-align:left;
						display:block; /*opera*/
						display:inline-block; /*ie*/
						display:-moz-inline-box;  /*ff*/
						font-family:verdana, arial, sans-serif;
						color:#4c4c4c;
						font-size:12px;
						font-weight:bold;
						text-decoration:none;
					}

					.round_4c span {
						background:url(button_silber_grau2.gif) no-repeat right top;
						height:25px;
						display:block;
						display:inline-block;
						padding-right:8px;
						line-height:24px;
					}

					a.round_4c:hover {background-position:left -155px;}
					a.round_4c:hover span {background-position:right -155px;}
					
					
	/* Rueckwaerts Buttons Blau auf grau #cccccc - z.B. in der Fusszeile von Formularen-------------------- */
										.round_4d {
											cursor:pointer;
											cursor:hand;
											line-height:24px;
											background:url(button_blau_grau2.gif) no-repeat left top;
											padding-left:30px;
											vertical-align:left;
											display:block; /*opera*/
											display:inline-block; /*ie*/
											display:-moz-inline-box;  /*ff*/
											font-family:verdana, arial, sans-serif;
											color:#ffffff;
											font-size:12px;
											font-weight:bold;
											text-decoration:none;
										}

										.round_4d span {
											background:url(button_blau_grau2.gif) no-repeat right top;
											height:25px;
											display:block;
											display:inline-block;
											padding-right:8px;
											line-height:24px;
										}

										a.round_4d:hover {background-position:left -155px;}
										a.round_4d:hover span {background-position:right -155px;}


	

/* Blauer button auf weiss -- fuer Lightboxen als IDs benoetigt  */
#round { 
	cursor:pointer;
	cursor:hand;
	line-height:24px;
	background:url(button.gif) no-repeat right top;
	padding-right:30px;
	vertical-align:left;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-family:verdana, arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#round span {
	background:url(button.gif) no-repeat left top;
	height:25px;
	display:block;
	display:inline-block;
	padding-left:8px;
	line-height:24px;
}

	a#round:hover {background-position:right -155px;}
	a#round:hover span {background-position:left -155px;}




	/*button tag*/
	button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}

/* Blauer button auf weiss*/
.round_login { 
	cursor:pointer;
	cursor:hand;
	line-height:20px;
	background:url(bg_login_button.gif) no-repeat right top;
	padding-right:30px;
	vertical-align:left;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-family:verdana, arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.round_login span {
	background:url(bg_login_button.gif) no-repeat left top;
	height:21px;
	display:block;
	display:inline-block;
	padding-left:8px;
	line-height:20px;
}

	a.round_login:hover {background-position:right -155px;}
	a.round_login:hover span {background-position:left -155px;}

.round_logout {
			cursor:pointer;
			cursor:hand;
			line-height:20px;
			background:url(bg_logout_button.gif) no-repeat left top;
			padding-left:30px;
			vertical-align:left;
			display:block; /*opera*/
			display:inline-block; /*ie*/
			display:-moz-inline-box;  /*ff*/
			font-family:verdana, arial, sans-serif;
			color:#4c4c4c;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
		}

		.round_logout span {
			background:url(bg_logout_button.gif) no-repeat right top;
			background-color:white;
			height:21px;
			display:block;
			display:inline-block;
			padding-right:8px;
			line-height:20px;
		}

			a.round_logout:hover {background-position:left -155px;}
			a.round_logout:hover span {background-position:right -155px;}
			
/* end NEUE Rounded buttons */
