.gbnav {
	margin: 5px auto 5px auto;
}
.gbnav a {
	display: inline-block;
	color: #000;
	font-size: 12pt;
	font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Adelle Sans", Aileron, "Supria Sans";
	background-color: #4682B4;
	padding: 10px;
	margin: 10px;
}
.gbnav a:nth-child(1) {
	font-weight: bold;
}
.gbnav a:hover{
	background-color: #E1DCB9;
}
.gbnav li{
	list-style-type: none;
	display: inline;
	padding: 1px;
	margin: 3px;
}
.gbnav img {
	margin-right: 10px;
	border: 0 none;
}
.pgnr {
	/*font-size: 10pt;
	font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Adelle Sans", Aileron, "Supria Sans";*/
	color: #999;
	margin: 35px;
}
.pgnr a {
	font-weight: normal;
	text-decoration:none;
	color: #000;
	background-color: #2c6da0;
	-moz-border-radius: 50px / 50px;
	-webkit-border-radius: 50px / 50px;
	border-radius: 50px / 50px;
	padding: 15px;
	margin: 6px;
}
.pgnr a:hover {
	color: yellow;
	background-color: #4682B4;
}
.pgnr a.active {
	font-weight: bold;
	color: yellow;
}
#gb {
	width: 95%;
	border-collapse: collapse;
	text-align: center;
}
#gb tr td:nth-child(4) {
	text-align: left;
	width: 60%;
}
#gb a {
	color: #fff;
	text-decoration:none;
}
#gb th {
	border-bottom: 2px solid #999;
	color: white;
	text-align: center;
}
#gb th a {
	text-decoration: none;
	color: #4682B4;
}
#gb th a:hover {
	color: #B1DCFE;
}
#gb th a.active  {
	text-decoration: underline;
	color: #B1DCFE;
}
#gb td {
	border-bottom: 1px solid #999;
	color: white;
}
#komm {
	border: 3px ridge #003366;
	background-color: #eee;
	color: #000;
	font-size: 12pt;
}
#komm td {
	padding: 5px;
}

@media (orientation: portrait) {
	#gb {
		width: 100%;
	}
	#gb tr td:nth-child(4) {
		text-align: left;
		width: 50%;
	}

	#gb tr td:nth-child(2), #gb tr th:nth-child(2) {
		display: none;
	}
}