/* buttons for game v1.0
   18. November 2013
	  
*/


.Button
	{ 
	width:300px; 
	height: 40px;
	font-size: 24px; 
	margin-bottom: 6px;
	margin-top: 4px;
	border: 2px solid #0000ff;
	border-radius: 4px;
	background-image: url(Button_released.jpg);
	}
	
.Button:hover
	{ 
	width:300px; 
	height: 40px;
	font-size: 24px; 
	margin-bottom: 6px;
	margin-top: 4px;
	border: 2px solid #0000ff;
	border-radius: 4px;
	cursor: pointer;
	background-image: url(Button_pressed.jpg);
	}

.RButton
	{ 
	width:200px; 
	height: 40px;
	font-size: 20px; 
	margin-bottom: 8px;
	margin-top: 2px;
	border: 2px solid #0000ff;
	border-radius: 4px;
	background-image: url(Button_released.jpg);
	}
	
.RButton:hover
	{ 
	width:200px; 
	height: 40px;
	font-size: 20px; 
	margin-bottom: 8px;
	margin-top: 2px;
	border: 2px solid #0000ff;
	border-radius: 4px;
	cursor: pointer;
	background-image: url(Button_pressed.jpg);
	}

.Auswertung
	{ 
	width:80px; 
	height: 36px;
	font-size: 24px; 
	color: #0000FF;
	border: none;
	font-weight: bold;
	}

.unsichtbar
	{ 
	visibility: hidden; 
	}

