.termine{
	width:980px;
}

#termine table{
	text-align:center;
	display:inline-table;
	margin-top:20px;
	width:90%;
	
}
#termine table tr,td{
	height:35px;
}
#termine table th{
	font-size:20px;
	color:black;
}

#termine a:hover{
	text-decoration:underline;
}
#termine a{
	text-decoration:none;
}
#divtermin{
	margin-top:0.5em;
	display:inline-block;
	border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:3px 4px 4px 3px;
	width:90%;
	height:2em;
	background:#090;
	color:#333;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-weight:900;
	 cursor: pointer;
}
#divtermininaktiv{
	margin-top:0.5em;
	display:inline-block;
	border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:3px 4px 4px 3px;
	width:90%;
	height:2em;
	background:#F60;
	color:#333;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-weight:900;
	cursor:default;
}
#divplatz{
	margin-top:0.5em;
	display:inline-block;
	border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:3px 4px 4px 3px;
	width:90%;
	height:2em; 
	background:#DDD;
	color:#333;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-weight:900;
}
#divtermin:hover{
	border-color: #666 #aaa #bbb #888;
	border-width:4px 3px 3px 4px;
	color:#000;
}
#divtermin:active{
	background: #CCC;
	border-width:5px 4px 4px 5px;
}

