/*
Willkommen bei den Individuellen CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
.button {
	background-color: #44c767;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 17px;
	padding: 16px 31px;
	text-decoration: none;
	text-shadow: 0 1px 0 #2f6627;
}

.button:hover {
	background-color: #5cbf2a;
}

.button:active {
	position: relative;
	top: 1px;
}

.myButton {
	background-color: #d0451b;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 17px;
	padding: 16px 31px;
	text-decoration: none;
	text-shadow: 0 1px 0 #854629;
}

.myButton:hover {
	background-color: #d1ca43;
}

.myButton:active {
	position: relative;
	top: 1px;
}

.mybutton2 {
	background-color: #d0451b;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: white;
	font-family: Arial;
	font-size: 17px;
	padding: 4px 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #854629;
}

.mybutton2:hover {
	background-color: #d1ca43;
}

.mybutton2:active {
	position: relative;
	top: 1px;
}

.botton 2 {
	-moz-box-shadow: inset 0 1px 0 0 #f29c93;
	-webkit-box-shadow: inset 0 1px 0 0 #f29c93;
	box-shadow: inset 0 1px 0 0 #f29c93;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fe1a00),color-stop(1,#ce0100));
	background: -moz-linear-gradient(top,#fe1a00 5%,#ce0100 100%);
	background: -webkit-linear-gradient(top,#fe1a00 5%,#ce0100 100%);
	background: -o-linear-gradient(top,#fe1a00 5%,#ce0100 100%);
	background: -ms-linear-gradient(top,#fe1a00 5%,#ce0100 100%);
	background: linear-gradient(to bottom,#fe1a00 5%,#ce0100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',endColorstr='#ce0100',GradientType=0);
	background-color: #fe1a00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d83526;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #b23e35;
}

.botton 2:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ce0100),color-stop(1,#fe1a00));
	background: -moz-linear-gradient(top,#ce0100 5%,#fe1a00 100%);
	background: -webkit-linear-gradient(top,#ce0100 5%,#fe1a00 100%);
	background: -o-linear-gradient(top,#ce0100 5%,#fe1a00 100%);
	background: -ms-linear-gradient(top,#ce0100 5%,#fe1a00 100%);
	background: linear-gradient(to bottom,#ce0100 5%,#fe1a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100',endColorstr='#fe1a00',GradientType=0);
	background-color: #ce0100;
}

.botton 2:active {
	position: relative;
	top: 1px;
}