/**
 * Copyright Christian Kubitza
 * christian@ck3d.eu 
 * 2007-2008
 */


input.button {
	border: 0px none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

input.buttonbluebig260/*, div.buttonbluebig260*/ {
	background-image: url(../images/buttons/buttonbig260_blau.png);
	width: 260px;
	height: 55px;
	font-size: 22px;
}
input.buttonbluebig260:hover/*, div.buttonbluebig260:hover*/ {
	background-image: url(../images/buttons/buttonbig260_blauo.png);
}

input.buttonblue92 {
	background-image: url(../images/buttons/button92_blau.png);
	width: 92px;
	height: 22px;
	font-size: 10px;
}
input.buttonblue92:hover {
	background-image: url(../images/buttons/button92_blauo.png);
}
input.buttonorange92 {
	background-image: url(../images/buttons/button92_orange.png);
	width: 92px;
	height: 22px;
	font-size: 10px;
}
input.buttonorange92:hover {
	background-image: url(../images/buttons/button92_orangeo.png);
}

input.buttonblue155 {
	background-image: url(../images/buttons/button155_blau.png);
	width: 155px;
	height: 32px;
	font-size: 15px;
}
input.buttonblue155:hover {
	background-image: url(../images/buttons/button155_blauo.png);
}
input.buttonleftorange155 {
	background-image: url(../images/buttons/buttonleft155_orange.png);
	width: 155px;
	height: 32px;
	font-size: 15px;
}
input.buttonleftorange155:hover {
	background-image: url(../images/buttons/buttonleft155_orangeo.png);
}

input.buttonblue185 {
	background-image: url(../images/buttons/button185_blau.png);
	width: 185px;
	height: 32px;
	font-size: 15px;
}
input.buttonblue185:hover {
	background-image: url(../images/buttons/button185_blauo.png);
}
input.buttonorange185 {
	background-image: url(../images/buttons/button185_orange.png);
	width: 185px;
	height: 32px;
	font-size: 15px;
}
input.buttonorange185:hover {
	background-image: url(../images/buttons/button185_orangeo.png);
}
input.buttonleftorange185 {
	background-image: url(../images/buttons/buttonleft185_orange.png);
	width: 185px;
	height: 32px;
	font-size: 15px;
}
input.buttonleftorange185:hover {
	background-image: url(../images/buttons/buttonleft185_orangeo.png);
}


input.buttonblue215 {
	background-image: url(../images/buttons/button215_blau.png);
	width: 215px;
	height: 32px;
	font-size: 15px;
}
input.buttonblue215:hover {
	background-image: url(../images/buttons/button215_blauo.png);
}

input.buttonleftorange125 {
	background-image: url(../images/buttons/buttonleft125_orange.png);
	width: 125px;
	height: 32px;
	font-size: 15px;
}
input.buttonleftorange125:hover {
	background-image: url(../images/buttons/buttonleft125_orangeo.png);
}


