html {
	background-color: black;
}

body {
	min-height: 100vh;
	background: rgb(2,0,36);
	background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 50%, rgba(0,212,255,1) 100%);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: white;
	font-family: calibri;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

table.nav {
	width: 100%;
	background-color: black;
	height: 21px
}

td.active {
	background-color: white;
	color: black;
}

table.nav td {
	width: 8%;
	text-align: center;
	border-right: 1px dotted white;
}
table.nav td:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

div.transbox {
	background-color: rgba(0, 0, 0, 0.6);
	margin: 5px;
	padding: 15px;
}

footer {
	background-color: rgb(20, 20, 20);
	padding: 10px;
	/*position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;*/
}

table.footer {
	margin-bottom: 20px;
}

table.footer td {
	vertical-align: top;
}

table.kontakt td{
	vertical-align: middle;
}

td.ca {
	width: 50%;
	font-family: impact;
	text-align: right;
	vertical-align: top;
	font-size: 150%;
}

td.cb {
	vertical-align: top;
	padding-left: 10px;
	font-size: 150%;
}

img.instaimg {
	width: 100%;
}

