html { margin:0; padding: 0; /* width: 100%; */ }
body {
	margin:0;
	padding:0;
	font-family: Arial, "Arial CE", "Helvetica CE", Verdana, sans-serif;
	font-size:76%;
	text-align:center;
	color:#333333;
	background-image:url(../images/bg-body-v.png);
	background-repeat:repeat-y;
	background-position:50% 0;
	background-color:#e9e7ec;
}
p, form, div, ul, li {	margin: 0;	padding: 0; }
img { font-size:86%; border:none;}
input, textarea, select {
	font-family: Arial, "Arial CE", "Helvetica CE", Verdana, sans-serif;
	font-size:110%;
	border:1px solid #dad7df;
}

#mainframe {
	width:956px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
}
#mainframe .mainmargin {
	padding:0 20px 0 16px;
}

#head {
	width:956px;
	height:310px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/bg-head.jpg);
	background-repeat:no-repeat;
}
#head img {
	display:block;
}

#logo {
	width:223px;
	height:162px;
	position:absolute;
	left:34px;
	top:61px;
	z-index:1;
	text-align:left;
	font-weight:bold;
	font-size:228%;
}
#logo a {
	display:block;
	width:223px;
	height:162px;
	position:relative;
	cursor:pointer;
	_cursor:hand;
	overflow:hidden;
}
#logo a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:0 0;
}

#logo a span {
	background-image:url(../images/logo-profiski.png);
}

#lang {
	position:absolute;
	top:0;
	right:20px;
}
#lang ul {
	list-style-type:none;
}
#lang li {
	display:inline;
}

#lang a {
	text-decoration:none;
	display:block;
	float:right;
	color:#999999;
	font-weight:bold;
	border-right:1px solid #CCCCCC;
	padding:11px 7px 4px 8px;
}
#lang a:hover {
	border-right:1px solid #e10915;
	text-decoration:underline;
	color:#e10915;
}
#lang a.act {
	border-right:1px solid #e10915;
	color:#e10915;
}
#adresa {
	position:absolute;
	width:200px;
	top:0;
	left:295px;
	font-weight:bold;
}
#adresa p {
	padding:11px 0 0 0;
	text-align:left;
}
#adresa a, #adresa a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#overtoplist {
	position:absolute;
	visibility:hidden;
	z-index:2;
	background-color:#FFFFFF;
	left:16px;
	top:0px;
	text-align:center;
	padding:10px;
	border-right:2px solid #e10916;
	border-bottom:2px solid #e10916;
}
#overtoplist img {
	vertical-align:bottom;
}

#flash {
	position:absolute;
	top:38px;
	left:276px;
	width:660px;
	height:218px;
}

#main {
	text-align:left;
	position:relative;
	padding:328px 0 0 0;
}

.holder {
	width:920px;
	_height:1px;
	min-height:1px;
	position:relative;
}

#bottom {
	width:920px;
	height:151px;
	background-image:url(../images/bg-bottom.png);
	position:relative;
}
#bottom .adresa {
	width:240px;
	position:relative;
	left:20px;
	top:32px;
}
#bottom .adresa h4 {
	padding:0 0 5px 0;
}
#bottom .adresa p {
	line-height:18px;
}
#bottom .loga a {
	display:block;
	position:relative;
	position:absolute;
	cursor:pointer;
	_cursor:hand;
	overflow:hidden;
	top:21px;
	height:114px;
}
#bottom .loga a.log1 {
	width:114px;
	left:309px;
}
#bottom .loga a.log2 {
	width:108px;
	left:519px;
}
#bottom .loga a.log3 {
	width:177px;
	left:710px;
}
#bottom .loga a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:0 0;
}
#bottom .loga a.log1 span {
	background-image:url(../images/logo-adrenalinpark.png);
}
#bottom .loga a.log2 span {
	background-image:url(../images/logo-sport2000.jpg);
}
#bottom .loga a.log3 span {
	background-image:url(../images/logo-slezskydum.png);
}

#foot {
	width:920px;
	position:relative;
	text-align:left;
	border-top:2px solid #DAD7DF;
	color:#999999;
	background-image:url(../images/logo-freetime.png);
	background-repeat:no-repeat;
	background-position:96% 20px;
}
#foot div.margin {
	padding:25px 0 30px 10px;
}
#navigace {
	padding:0 0 20px 0;
	color:#e9e7ec;
}
#navigace a, #navigace a:hover, #copy a, #copy a:hover {
	color:#999999;
	text-decoration:underline;
}
#navigace a:hover, #copy a:hover {
	color:#999999;
	text-decoration:none;
}

a {
	color:#e10915;
	text-decoration:underline;
}
a:hover {
	color:#e10915;
	text-decoration:none;
}

.hidden { display:none;}

.clear-lr {
	clear:both;
	margin-top:-1px;
	position:relative;
	padding:0;
	height:0;
	border:none;
	overflow:hidden;
	visibility: hidden;
}

.break-l {
	clear:left;
	margin-top:-1px;
	position:relative;
	padding:0;
	height:0;
	border:none;
	overflow:hidden;
	visibility: hidden;
}
.break-r {
	clear:right;
	margin-top:-1px;
	position:relative;
	padding:0;
	height:0;
	border:none;
	overflow:hidden;
	visibility: hidden;
}

.l {
	text-align:left;
}
.r {
	text-align:right;
}
.c {
	text-align:center;
}
.j {
	text-align:justify;
}

.err {
	color:#FF0000;
	font-weight:bold;
}

h1,h2 {
	color:#E10915;
	font-size:182%;
	font-weight:normal;
	margin:0 0 14px 0;
	padding:0 0 3px 10px;
	border-bottom:1px solid #E10915;
}
h3 {
	color:#E10915;
	margin:0 0 0px 0;
	padding:0 0 0 10px;
	font-size:120%;
	font-weight:bold;
}
h4 {
	color:#333333;
	font-size:120%;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 10px;
}

#menu {
	font-size:110%;
	position:absolute;
	top:256px;
	left:0;
	width:956px;
	background-image:url(../images/bg-menu.png);
	background-repeat:repeat-y;
	background-color:#1c1c1c;
}
#menu div.margin {
	position:relative;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-image:url(../images/bg-menu-end.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	padding-bottom:8px;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	display:inline;
}
#menu li a {
	display:block;
	color:#ffffff;
	font-weight:bold;
	background-image:url(../images/dot-menu.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	text-decoration:none;
	padding:15px 16px 15px 15px;
	_height:1px;
	min-height:1px;
	float:left;
}
#menu li a.end {
	background:none;
}
#menu li a:hover {
	color:#E10915;
	text-decoration:underline;
}
#menu li a.active {
	color:#E10915;
}

.t-href-a {
	text-align:right;
	padding:5px 20px 0 0;
	font-size:92%;
}

table {
	border-collapse:collapse;
	font-size:100%;
}