/* CSS Document */
* {
	font-family: Tahoma, Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;

}

body {
	text-align: center;
	top: 0px;
	margin: 0px;
	background: #FFF;
	color: #555;
	font-size:13px;
}

h1 {
	font-size: 18px;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 16px;
	margin: 5px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	margin: 8px 0px 5px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color: #E21106;
}
a,
a:link,
a:active {
	text-decoration:none;
	color: #E21106;
	border-bottom: 1px dotted;
}

a:visited {
	text-decoration:none;
	color: #C35F59;
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration:underline;
	color:#B5170F;
	border-bottom: none;
}

a.noline, a.noline:visited {
	border: none;
}

a img {
	border: none;
	text-decoration: none;
}

a.noline, a.noline:visited {
	border: none;
}

p {
	line-height: 18px;
	margin: 3px 0px;
}

ul {
	margin: 8px 6px;
	*margin: 8px 26px;
}

li {
	line-height: 20px;
	padding-left: 3px;
}

table {
	border-collapse: collapse;
	margin: 5px 0 15px 0;
	border: none;
}
th, td {
	padding: 3px 5px;
	border: 1px solid #DDD;
}

th {
	background-color: #EEE;
	text-align:center;
}
.suda {background-color:#F5F5F5;}
.over { background-color: #FFFF99; }

table.tab_clear {
	padding: 0px;
	margin: 0px;
	border: none;
}
.tab_clear td {
	border: none;
}
#header {
	background: #878787;
	width: 100%;
	height: 300px;
	top: 0px;
	position: relative;
	float:left;
}
#logo {
	background: #878787 url('images/logo.gif') no-repeat left center;
	width: 980px;
	height: 50px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.uvod {
	background: #878787 url('images/uvod_1.jpg') no-repeat left top;
	width: 980px;
	height: 250px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.uvod.uvod1 { background: #878787 url('images/uvod_1.jpg') no-repeat left top; }
.uvod.uvod2 { background: #878787 url('images/uvod_2.jpg') no-repeat left top; }
.uvod.uvod3 { background: #878787 url('images/uvod_3.jpg') no-repeat left top; }
.uvod.uvod4 { background: #878787 url('images/uvod_4.jpg') no-repeat left top; }
.uvod.uvod5 { background: #878787 url('images/uvod_5.jpg') no-repeat left top; }
.uvod.uvod6 { background: #878787 url('images/uvod_6.jpg') no-repeat left top; }
.uvod.uvod7 { background: #878787 url('images/uvod_7.jpg') no-repeat left top; }
.uvod.uvod8 { background: #878787 url('images/uvod_8.jpg') no-repeat left top; }
.uvod.uvod9 { background: #878787 url('images/uvod_9.jpg') no-repeat left top; }
.uvod.uvod10 { background: #878787 url('images/uvod_10.jpg') no-repeat left top; }
.uvod.uvod11 { background: #878787 url('images/uvod_11.jpg') no-repeat left top; }
.uvod.uvod12 { background: #878787 url('images/uvod_12.jpg') no-repeat left top; }
.uvod.uvod13 { background: #878787 url('images/uvod_13.jpg') no-repeat left top; }
.uvod.uvod14 { background: #878787 url('images/uvod_14.jpg') no-repeat left top; }
.uvod.uvod15 { background: #878787 url('images/uvod_15.jpg') no-repeat left top; }
.uvod.uvod16 { background: #878787 url('images/uvod_16.jpg') no-repeat left top; }
.uvod.uvod17 { background: #878787 url('images/uvod_17.jpg') no-repeat left top; }
.uvod.uvod18 { background: #878787 url('images/uvod_18.jpg') no-repeat left top; }
.uvod.uvod19 { background: #878787 url('images/uvod_19.jpg') no-repeat left top; }
.uvod.uvod20 { background: #878787 url('images/uvod_20.jpg') no-repeat left top; }
.uvod.uvod21 { background: #878787 url('images/uvod_21.jpg') no-repeat left top; }
.uvod.uvod22 { background: #878787 url('images/uvod_22.jpg') no-repeat left top; }
.uvod.uvod23 { background: #878787 url('images/uvod_23.jpg') no-repeat left top; }
.uvod.uvod24 { background: #878787 url('images/uvod_24.jpg') no-repeat left top; }
.uvod.uvod25 { background: #878787 url('images/uvod_25.jpg') no-repeat left top; }
.uvod.uvod26 { background: #878787 url('images/uvod_26.jpg') no-repeat left top; }
#menu {
  background: #DD393F;
	width: 100%;
	height: 44px;
	top: 0px;
	position: relative;
	float:left;
}

#main {
  background: #FFF;
	width: 100%;
	min-height: 400px;
	top: 0px;
	position: relative;
	float:left;
}

#box_main {
	width: 840px;
	margin: 20px 10px 40px 10px;
	position: relative;
	float:left;
}

#box_right {
	width: 110px;
	margin: 20px 0px 0px 10px;
	position: relative;
	float:left;
}
#footer {
  background: #FFF;
	width: 100%;
	top: 0px;
	position: relative;
	float:left;
	height: 180px;
	color: #BBB;
}

.container {
	width: 1000px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display:block;
}

#header .container {
  background: #878787 url('images/back_header.gif') repeat-y left top;
}
#menu .container {
  background: url('images/back_menu.gif') repeat-y left top;
  height: 44px;
}
#main .container {
  background: url('images/back_main.gif') repeat-y left top;
  min-height: 500px
}
#footer .container {
  background: url('images/back_footer.gif') no-repeat left top;
  height: 180px;
}

#main .container div.hlavni {
  margin: 0px 25px 0px 25px;
  padding: 10px 0px 10px 0px;
  
}

#footer .container div.prvni {
  margin: 0px 0px 0px 25px;
  padding: 110px 0px 0px 95px;
  line-height: 20px; 
}
#footer .container div {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  height: auto;
  float:left;
}

#footer a,
#footer a:link,
#footer a:active {
	color: #C35F59;
}

#footer .container ul {
	display: inline;
	float:left;
	text-align: left;
}
#footer .container ul li {
	list-style-type: none;
	float:left;
	margin: 0px 5px;
}

#menu .container ul {
  background: url('images/menu.gif') repeat-x left top;
	height: 44px;
	width: 980px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	z-index: 10;
	display: block;
	float: left;
	*margin-left: 5px;
}

#menu .container ul li {
	list-style-type: none;
	display: block;
	height: 44px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#menu .container ul li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	display: block;
	height: 44px;
	float: left;
	left: 0px;
}

#menu ul li a:hover, #menu ul li a.selected  {
	border-bottom: none;
}

li a.uvod {background: url(images/menu_uvod.gif) no-repeat left -3px;width: 107px;}
li a.uvod:hover, li a.uvod.select {background: url(images/menu_uvod.gif) no-repeat left -53px; }
li a.zavod {background: url(images/menu_zavod.gif) no-repeat left -3px;width: 127px;}
li a.zavod:hover, li a.zavod.select {background: url(images/menu_zavod.gif) no-repeat left -53px; }
li a.propozice {background: url(images/menu_propozice.gif) no-repeat left -3px;width: 134px;}
li a.propozice:hover, li a.propozice.select {background: url(images/menu_propozice.gif) no-repeat left -53px; }
li a.prihlasky {background: url(images/menu_prihlasky.gif) no-repeat left -3px;width: 132px;}
li a.prihlasky:hover, li a.prihlasky.select {background: url(images/menu_prihlasky.gif) no-repeat left -53px; }
li a.historie {background: url(images/menu_historie.gif) no-repeat left -3px;width: 113px;}
li a.historie:hover, li a.historie.select {background: url(images/menu_historie.gif) no-repeat left -53px; }
li a.diskuze {background: url(images/menu_diskuze.gif) no-repeat left -3px;width: 112px;}
li a.diskuze:hover, li a.diskuze.select {background: url(images/menu_diskuze.gif) no-repeat left -53px; }
li a.partneri {background: url(images/menu_partneri.gif) no-repeat left -3px;width: 123px;}
li a.partneri:hover, li a.partneri.select {background: url(images/menu_partneri.gif) no-repeat left -53px; }
li a.kontakt {background: url(images/menu_kontakt.gif) no-repeat left -3px;width: 132px;}
li a.kontakt:hover, li a.kontakt.select {background: url(images/menu_kontakt.gif) no-repeat left -53px; }

.blok {
	float:left;
	margin-right: 15px;
	border-right: 1px dashed #CCC;
	padding-right: 15px;
}

.box {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 600px;
}
.pravy {
  margin-left: 25px;
  width: 325px;
}


.oddelovac {
  border-top: 1px dashed #CCC;
  margin-top: 10px;
}

/* -- IS --- */
#is {
	background:#FFF;
	border-color: #AAA;
	text-align: left;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
}

#is_container {
	position:relative;
	width:100%;
	padding: 0px;
	text-align: left;
	top: 0px;
}

#is_logo {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	border-bottom: 1px solid #D3D3D3;
	padding-left: 0px;
	height: 100px;
	top: 0px;
	left: 0px;
}

#is_logo_aa {
	background: url(images/logo-is.png) no-repeat center center;
	color: #8B1913;
	display: block;
	width: 150px;
	height: 95px;
	float:left;
	top: 5px;
	left: 5px;
}
.is_menu {
	display: block;
	width: auto;
	height: 65px;
	margin-top: 35px;
	text-decoration: none;
	float: left;
}
#is_menu_user {
	position: absolute;
	line-height: 17px;
	font-weight: normal;
	color: #8B1913;
	width: 300px;
	height: 35px;
	text-align: right;
	font-size: 0.8em;
	float:right;
	right: 0px;
	margin-right: 5px;
}
#is_main {
	position:relative;
	float:left;
	clear: left;
	width:100%;
}

.is_menu a {
	float: left;
	width: 80px;
	height: 64px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: none;
}
.is_menu a.select,.is_menu a:hover  {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
a.napoveda {background: url(images/is_menu_napoveda.gif) no-repeat center top;}
a.uvod {background: url(images/is_menu_uvod.gif) no-repeat center top;}
a.novinky {background: url(images/is_menu_novinky.gif) no-repeat center top;}
a.prihlasky {background: url(images/is_menu_prihlasky.gif) no-repeat center top;}
a.obsah-webu {background: url(images/is_menu_web.gif) no-repeat center top;}

.is_box_content {
	margin: 10px;
}

form#login_form {
  margin: 150px auto 0 auto; 
  display: block;
  position: relative;
  padding: 20px;
  background: #991E17;
  color: #FFF;
}
#login_form table {
  margin-left: auto;
  margin-right: auto;
  border: none;
  
}
#login_form table td {
	border: none;
	padding: 5px;
}
/* -- konec IS --- */

/* -- TinyMCE --- */
body.mceContentBody {
	background: #FFF;
	text-align: left;
}

.clear {
	clear:both;
}
.text_maly {
	font-size: 0.8em;
}
.odsazeni img {
	padding: 5px;
}
.fialova {
	background: #F3C7C7;
}
.cerveny {
	color: #CC0000;
}

