<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
}
A:hover
{
	font-size: 14px;
	color: darkgoldenrod;
	font-family: ArialCE, Arial, sans serif;
}
A
{
	font-size: 14px;
	color: saddlebrown;
	font-family: ArialCE, Arial, sans serif;
	text-decoration: none;
}
H1
{
    COLOR: saddlebrown;
    FONT-FAMILY: arialce, Arial, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}
H2
{
    COLOR: saddlebrown;
    FONT-FAMILY: arialce, Arial, sans-serif;
    FONT-WEIGHT: bold
}
H3
{
    COLOR: saddlebrown;
    FONT-FAMILY: arialce, Arial, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}
P
{
    FONT-FAMILY: arialce, Arial, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}
.bodyadmin
{
	background: #eee2ca;
}
#banner
{
	border: black 2px solid;
	background: #e5bd77;
	vertical-align: middle;
	/*padding: 3px;*/
	height: 22px;
	width: 97.5%;
}
#bannertext
{
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
}
#leftmenu
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	background: #ffcc66;
	border-left: black 2px solid;
	width: 22%;
	border-bottom: black 2px solid;
	height: 95%;
	margin-top: 2px;
	float: left;
}
#obsah
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	background: #ffcc66;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	margin-top: 2px;
	margin-left: 2px;
	width: 75%;
	float: left;
	/*height: 195%;*/
	position: relative;
}
#obal
{
	width: 97%;
	height: 95%;
	position: relative;
}
#group
{
	width: 100%;
	height: 100%;
	position: relative;
}</pre></body></html>