/*
Made for "Digitales Wachbuch" from IT Tobias Meindl by FaKu. - For more Information ask IT Tobias Meindl
*/
	body {
		font-family: arial;
	}

	div.switch button:disabled {
		background-color: #3498db;
		background-image: linear-gradient(to bottom, #3498db, #2980b9);
		border-radius: 5px;
		border-style: solid;
		border-color: black;
		border-width: 0px;
		cursor:default;
		color: white;
	}

	div.switch button:disabled:hover {
		box-shadow: none;
	}

	div.switch button {
		background-color: transparent;
		background-image: none;
		cursor:pointer;
		border-style: solid;
		border-color: black;
		border-width: 0px;
		color: rgb(230,230,230);
		font-family: arial;
		border-radius: 5px;
	}

	div.switch button:hover {
		color: white;
		background-color: rgba(120,120,120,0.2);
		box-shadow: inset 0px 0px 17px 0px rgba(80,80,80,0.3);
	}

	.switch1button {
		margin: 0px;
		float: left;
		border-radius: 5px;
		height: 30px;
		min-width: 90px;
	}

	.switch {
		background-color: rgb(100,100,100);
		display: inline-block;
		border-radius: 5px;
		padding: 3px;
		box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.62);
		float: left;
	}
