﻿@charset "utf-8";
/* CSS Document */

DIV {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

.body {
	margin:auto;
	overflow:auto;
	background: #000000;
}

#window {
	width:1015px;
	overflow: hidden;
	margin: auto;
	padding: 10px 0px 10px 15px;
	position: relative;
	border: #000000 1px solid;
	background: url(img/bg.gif) top left repeat-y;
	z-index: 100;
}

#bottom {
	overflow: hidden;
	margin: auto;
	font-size: 10px;
	position: fixed;
	bottom: 5px;
	left: 5px;
	color: #999999;
	z-index: 1;
}

/* všeobecné */

.float_left {
	float: left;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

.float_right {
	float: right;
	overflow:hidden;
}

.clear_both {
	clear: both;
	overflow:hidden;
	height: 0px;
}

a.web_odkaz:link {color: #999999; text-decoration: none; }
a.web_odkaz:visited {color: #999999; text-decoration: none; }
a.web_odkaz:active {color: #999999; text-decoration: none; }
a.web_odkaz:hover {color: #999999; text-decoration: underline; font-weight: bold;}


/* FORM prvky */
#sel_class {
	width: 200px;
	padding: 1px;
}

/* TAB prvky */
.td_promotion {
	border: #CCCCCC 1px solid;
}

.span_poradie {
	color: #CC0000;
	font-family: Arial Black, Arial, Helvetica;
	font-size: 19px;
}

.tr_color {
	background-color: #b5cffb;
}

.td_head {
	background: url(img/prechod_do_buttonov.gif) top left repeat-x;
	text-align: center;
}

.td_generaly {
	border-bottom: #000000 1px solid;
	border-right: #888888 1px solid;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	margin: auto;
	margin-left: 5px;
	overflow:hidden;
	padding: 5px 20px 5px 20px;
	line-height: 20px;
}

.td_padding {
	padding: 5px 5px 5px 5px;
}

.nadpis_name {font-size: 28; color: orange; font-weight: bold;}
.nadpis {font-size: 20px; color: orange; padding-bottom: 15px;}
	
