body {
	font-family: sans-serif;
	background-color: black;
	color: white;
/* 	background-image: url("img/gen_bg.gif");
	background-position: left; 
	background-repeat: repeat-y;
	background-attachment: fixed; */
}
body table, th, td {
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
}

h1, p{
	padding: 10px;
}

h3{
	background-image: url("img/panel_nadpis.gif");
	padding-left: 5px;
}

#menu{
	border: none;
	text-align: left;
}

#menu .tlacitko {
	background-image: url("img/tlacitko.gif");
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	transition: .2s;
}
#menu .tlacitko a{
	text-decoration: none;
	}

#menu .logo {
	background-image: url("img/logo.gif");
	background-repeat: no-repeat;
}

#menu .tlacitko:hover {
	background-image: url("img/tlacitko_hover.gif");
	 transition: .1s;
}

#panel{
	background-color: #070707;
}

#panel li{
	list-style-type: none;
	margin-left: 10px;
}


#panel li a{
	text-decoration: none;
}

#panel li a,
#panel li a:link,
#panel li a:visited {
	color: white;
	transition: color 150ms ease-in;
}

#panel li a:hover,
#panel li a:active {
	color: #196991;
	transition: color 70ms ease-in;
}

.scroll{
	color: white;
	background-image: url("img/scroll_bg.gif");
}

a,
a:link,
a:visited {
	color: white;
	transition: color 150ms ease-in;
}

a:hover,
a:active {
	color: #196991;
	transition: color 70ms ease-in;
}

#footer{
	background-color: #101010;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: transparent;
}
.fttext{
	text-align: center;
	color: white;
	font-size: 9pt;
}

.anime_obr {
	background-color: #00000080; 
	border-radius: 5px; 
	padding: 8px;
	margin: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF40;
	display: inline-block;
	vertical-align: top;
	float: none; 
	height: 150px;
	width: 200px;
}

.obrazek {
    width: 100%; 
    height: 100%; 
    object-fit: contain;
}
.obrazek2 {
    width: 100%; 
    height: 740px; 
    object-fit: contain;
}

.tag{
	display: inline-block;
	margin: 3px 5px 10px 0px;
	padding: 1px 3px;
	color: white;
	background-image: url("img/panel_nadpis.gif");
	border-style: solid;
	border-width: 1px;
	border-color: white;
	transition: .1s;
}

.tag:hover {
	color: #0090AF;
	border-color: #0090AF;
	transition: .1s;
}
