* html, body {
   font-size: 100%;
   background-color: #1B4F42;
   background-image: url("https://www.lachen-macht-spass.de/layout/tafel.png");
   color: #dddddd;
   font-family: verdana, arial;	
}

a {
   color: #0277ff; 
}

hr {
   color: #cccc11;   
}

.menuknopf {
  background-color:#cccc11;
  border-style: solid;
  border-radius: 10px 0px 0px 0px;
  border-width: 3px;
  border-color: #cccc11;
  color: #dd2222;
  font-family: verdana, arial;
  font-size: 14px;
  height: 30px;
  margin: 2px;
  width: 180px;	
  text-align: center;
}

.menuknopfunten {
 background-color:#cccc11;
  border-style: solid;
  border-radius: 0px 0px 10px 0px;
  border-width: 3px;
  border-color: #cccc11;
  color: #dd2222;
  font-family: verdana, arial;
  font-size: 14px;
  height: 30px;
  margin: 2px;
  width: 180px;	
  text-align: center;
}



.witz {
	float: left; 
	width: 350px; 
	margin: 20px; 
	padding: 10px; 
	background: #eee; 
}

.witzgross {
	float: left; 
	width: 650px; 
	margin: 20px; 
	padding: 10px; 
	background: #eee;
	font-size: larger;
}

.zufwitz {
	width: 330px; 
	margin: 5px; 
	padding: 5px; 
	background: #00e;
	color: #eee;
	text-align: center;
}

.neuwitz {
	width: 330px; 
	margin: 5px; 
	padding: 5px; 
	background: #0e0;
	color: #000;
	text-align: center;
}

.datwitz {
	width: 330px; 
	margin: 5px; 
	padding: 5px; 
	background: #e00;
	color: #eee;
	text-align: center;
}

.witz_rating {
	border: 1px soilid #ccc;
	overflow: visible;
	padding: 10px;
	position: relative;
	width: 180px;
	height: 34px;
}

.rating_stars {
	background: url('https://www.spassoase.de/layout/stern_leer.png') no-repeat;
	float: left;
	width: 32px;
	padding: 2px;
	height: 30px;
	
}

.rating_vote {
	background: url('https://www.spassoase.de/layout/stern_voll.png') no-repeat;
}

.rating_over {
	background: url('https://www.spassoase.de/layout/stern_over.png') no-repeat;
}

.bildlinks {
	float: left;
	margin: 5px; 
	padding: 5px; 
}

.bildrechts {
	float: right;
	margin: 5px; 
	padding: 5px; 
}

.textoben {
	
}
.textende {
	clear: left;
}

.ende {
	clear: left;
}