/* Buttons */

/* Navigation */
.butnav11 {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 110px;
	height: 18px;
	line-height: 18px;
	margin: 1px;
	padding: 1px;
	background-color: blanchedalmond;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 3px;
}
.butnav12 {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 110px;
	height: 18px;
	line-height: 18px;
	margin: 1px;
	padding: 1px;
	background-color: lavenderblush;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 3px;
}
.butnav13 {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: 1px;
	padding: 1px;
	background-color: lightgrey;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 3px;
}
.butnav21 {
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	width: 110px;
	height: 20px;
	line-height: 20px;
	margin: 1px;
	padding: 1px;
	background-color: blanchedalmond;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 3px;
}
.butnav22 {
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	width: 110px;
	height: 20px;
	line-height: 20px;
	margin: 1px;
	padding: 1px;
	background-color: lavenderblush;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 3px;
}

/* News-Historie */
.butjj {
	display: inline-block;
	cursor: pointer;
    justify-content: center;
    align-items: center;
	width: 45px;
	height: 18px;
	margin: auto;
	padding: auto;
	background-color: transparent;
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 4px;
}

/* Klubmeister */
.butkm {
	display: inline-block;
	cursor: pointer;
    justify-content: center;
    align-items: center;
	width: 45px;
	height: 15px;
	margin: auto;
	padding: auto;
	background-color: transparent;
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 4px;
}

/* Gaestebuch */
.butgb {
	display: inline-block;
	cursor: url;
	width: 100px;
	margin: 1px;
	padding: 1px;
	background-color: floralwhite;
	color: navy;
	text-align: center;
	text-decoration: none;
	border: 1px outset navy;
	border-radius: 4px;
}

/* FIDE-Update */
.butfup {
	width: 100px;
	margin: 0;
	padding: 0;
	background-color: floralwhite;
	color: midnightblue;
	text-align: center;
	border: 1px outset grey;
	border-radius: 2px;
}
.butfpw {
	width: 80px;
	margin: 0;
	padding: 2px;
	background-color: mistyrose;
	text-align: left;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 2px;
}

/* Zwischenablage */
.butcopy {
	width: 170px;
	margin: 0;
	padding: 0;
	background-color: green;
	color: snow;
	text-align: center;
	text-decoration: none;
	border: 1px outset grey;
	border-radius: 3px;
}

/* Javascript Adressanzeige */
.butjs {
	width: 120px;
	margin: 1px;
	padding: 1px;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	border: 1px outset slategrey;
	border-radius: 6px;
}