/* ========================== common ============================= */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #fff; /* bila */
	background: #000;
}
img {border: 0px;}
table {
	width: 100%;
	border: 0;
	font-size: 0.8em;
	margin: 0 0 10px 15px;
	border-spacing: 5px;
}
th, .h_modra {color: #82BCF7; /* modra */}
.tabletop {
	width: 100%;
	border-top: 1px solid #545454;  /* tmave seda */
	text-align: center;
	color: #ee9a38;  /* oranzova */
}

.nthg, .space, .space_big, .space_huge {
	clear: both;
	height: 5px;
	width: 100%; 
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	}
.nthg {
	display: block;
	/*border: 1px solid red;*/
	height: 1px;
	}
.space_big {height: 15px;}
.space_huge {height: 35px;}
.out {
	width: 500px;
	position: absolute;
	left: 0;
	top: -9999px
}
/* ========================== text ============================= */
h1, h2, h3, h4, h5 {
	color: #ee9a38;  /* oranzova */
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1 {font-size: 1.3em;}
h2 {
	margin-bottom: 15px; 
	font-size: 1.3em;
	text-align: center;
}
#column h2 {font-size: 0.8em;}
h3 {
	margin: 0 0 10px 0;
	font-size: 0.95em;
}
h3 span {
	font-weight: normal;
	color: #999999; /* tmave seda */
}
h4 {
	margin: 12px 0px 7px 0px;
	font-size: 0.8em;
	color: #f9cd89;  /* svetle oranzova */
}
h4 span {
	font-weight: normal;
	color: #999999;  /* tmave seda */
}
p {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
}
#main p {margin-left: 15px;}
#main p span {color: #82BCF7; /* modra */ font-weight: bold;}
a, a:visited {
	margin: 0px;
	text-decoration: underline;
	color: #6cfaff; /* zluta */
}
a:hover, a:visited:hover {
	text-decoration: none;
	color: #fff; /* bila */
}
#column a, #column a:visited {color: #dcae4c; /* oranzova */}
#column a:hover, #column a:visited:hover {color: #ffdc1d; /* zluta */}
em {
	font-weight: bold;
	font-style: normal;
	color: #82BCF7; /* modra */
}
ul {
	margin: 5px 0 0 20px;
	padding: 0px 0px 0px 10px;
	list-style: disc;
}
li {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
	font-size: 0.8em;
}
.separate {
	clear: both;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #666666;  /* tmave seda */
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/* ========================== layout ============================= */
#obrys, #bgr {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/gatecon_header.jpg) top center no-repeat;
}
#bgr {background: #000 /* cerna */ url(images/gatecon_mid.gif) top center repeat-y;}
#head {
	width: 960px;
	height: 215px;
	margin: 0px;
	padding: 0 0 3px 0;
	background: url(images/gatecon_chevron.gif) 696px 56px no-repeat;
}
.home {
	width: 960px;
	height: 100px;
}
#main {
	clear: both;
	float: left;
	width: 580px;
	/*_height: 400px;
	min-height: 400px;*/
	margin: 30px 0;
	padding: 0 40px;
	overflow: hidden;
}
#column {
	float: left;
	width: 280px;
	_height: 400px;
	min-height: 400px;
	margin: 30px 0;
	padding: 0 10px;
	color: #808080; /* seda */
}
#column span {color: #fff; /* bila */}
#bottom {
	clear: both;
	width: 960px;
	height: 115px;
	margin: 0px;
	padding: 25px 0 0 0;
	color: #808080; /* seda */
	font-size: 0.7em;
	background: #000 /* cerna */ url(images/gatecon_footer.jpg) top center no-repeat;
}
#bottom a, #bottom a:visited {color: #808080; /* seda */}
#bottom a:hover, #bottom a:visited:hover {color: #fff; /* bila */}

.bottom_left, .totop, .bottom_right {
	float: left;
	margin: 0;
	padding: 65px 10px 0 10px;
}
.bottom_left {
	width: 260px;
}
.totop {
	width: 95px;
	height: 95px;
	padding: 0;
	/*background: #ff0000;*/
}
.bottom_right {
	width: 565px;
	text-align: right;
}
/* ========================== margin ============================= */
.bottom10 {margin-bottom: 10px;}

/* ========================== menu ============================= */
#menu, #submenu {
	clear: both; display: block;
	width: 660px;
	height: 50px;
	margin: 0;
	padding: 10px 0 0 0;
	/*border: 1px solid red;*/
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
}
#menu a, #menu a:visited, #submenu a, #submenu a:visited {
	padding: 0 13px;
	text-decoration: none;
	color: #fff; /* bila */
}
#submenu a, #submenu a:visited {
	padding: 5px 22px 10px 10px;
	background: url(images/gatecon_separator.jpg) top right no-repeat;
}
#menu a:hover, #menu a:visited:hover, #submenu a:hover, #submenu a:visited:hover {color: #a3afba; /* modro-seda */}
#menu a.sel, #menu a.sel:visited, #submenu a.sel, #submenu a.sel:visited {color: #ff942b; /* oranzova */}
#menu a.sel:hover, #menu a.sel:visited:hover, #submenu a.sel:hover, #submenu a.sel:visited:hover {color: #ff942b; /* oranzova */}

#submenu {
	padding: 6px 0 0 0;
	font-size: 0.8em;
}
#submenu span {
	padding: 5px 10px 10px 10px;
	background: url(images/gatecon_separator.jpg) top left no-repeat;
}
/* ========================== content ============================= */
.banner {margin: 0 56px 10px 56px;}
.fl {float: left; margin: 0 10px 5px 15px;}
.fr {float: right; margin: 0 0 5px 10px}
.gct_profile {
	float: left;
	margin: 0 12px 30px 12px;
	text-align: center;
	width: 120px;
	font-size: 0.8em;
}
.gct_profile img {margin-bottom: 7px;}
p.letosni_data {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
.cntr {
	text-align: center;
	margin-bottom: 10px;
}
