/*
 * Opmaak van teamspeakviewer
 *
 */

#teamspeak {
	background-image: url(../images/background_content.png);
}

#teamspeak #teamspeak_overview {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#teamspeak a.button {
	background-image: url(../images/button_server.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 90px;
	padding-top: 5px;
	display: block;
	text-align: center;
	color: #d17202;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 5px 5px 200px;
	position: absolute;
}

#teamspeak a.button:hover {
	color: silver;
}