/* CSS Document */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #FFF;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#eaeaea url(../images/bg.gif) top center repeat-y;
}


img {
    border:0;
    vertical-align: middle;
}

/* the hyperlinks */
a {
	color: rgb(222,102,5);
	text-decoration: underline;
}
a:hover {
	color: rgb(253,171,1);
}


/* site specific styling */

.button{
	 background-image: url(../images/buttstripe.gif);
	 border: 1px; 
    border-color: #C4C4C4;
    border-style: solid;
	 padding: 2px;
}

/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: rgb(255,204,0);
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 740px;
	height: 180px;
	background: rgb(229,147,45) url(../images/header.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		text-transform: uppercase;
		color: #5E4D46;
	}
	#navbar a:hover {
		background: rgb(246,159,0);
		color: #FFF;
	}
	
	#navbar2 {
	position: absolute;
	bottom: 4px;
	right: 450px;
}

/* the links in the navigationbar are an unordered list */
	#navbar2 ul {
	}
	
	#navbar2 li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar2 a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		text-transform: uppercase;
		color: #5E4D46;
	}
	#navbar2 a:hover {
		background: rgb(246,159,0);
		color: #FFF;
	}
	
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 5px;
/*	background: #FFF url(../images/coreback.gif) top left repeat-y; */ 
}

/* the coreleft contains the left part of the core */


/* the links in coreleft are another unordered list */

/*	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #325d19;
		background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 0;
	}
/*
	#coreleft a:hover {
		background: #458023 url(../images/readmore_over.gif) 97% center no-repeat;
		color: #FFF;
	}
	*/
	#coreleft h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
	}
	#coreleft h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: rgb(134,46,0);
		padding: 10px 0 0 10px;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */


  #corecenter h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 34px;
		color: rgb(134,46,0);
		padding: 10px 0 0 10px;
		font-weight:bold;
		font-style: italic;
	}
	
	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: rgb(134,46,0);
		padding: 10px 0 0 10px;
	}
	#corecenter h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 16px;
		color: 0;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #545455;
		text-align: justify;
	}
	
	#corecenter ul {
	   margin-left:30px;
	/*	padding: 20px;  */
		width: auto;
	}
	#corecenter li {
	
		line-height: 20px;
	
	}
	#corecenter li a {
		text-decoration: none;
		color: #a6c384;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: 30px;
	background: rgb(204,72,0);
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}

/* leve menu s vyrobky */

a.main_menu:link, a.main_menu:visited, a.main_menu:active {
	font-size: 12px;
	border-left: 7px solid rgb(211,92,36);
	border-bottom: 1px solid rgb(211,92,36);
	border-top: 1px solid rgb(251,194,1);
	color: rgb(44,46,53);
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
	margin: 0px;
/*	background: rgb(251,194,1); */
	background:rgb(251,194,1) url(../images/butback.gif) top center repeat-y;
	display: block;
	text-decoration: none
}
a.main_menu:hover {
	font-size: 12px;
	border-left: 7px solid rgb(53,64,71);
	border-bottom: 1px solid rgb(53,64,71);
	border-top: 1px solid rgb(251,194,1);
	color: black;
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
	margin: 0px;
	background: rgb(252,172,1);
	display: block;
	text-decoration: none
}

a.main_menu_dark:link, a.main_menu_dark:visited, a.main_menu_dark:active  {
	font-size: 12px;
	border-left: 7px solid rgb(211,92,36);
	border-bottom: 1px solid rgb(211,92,36);
	border-top: 1px solid rgb(251,194,1);
	color: rgb(44,46,53);
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
	margin: 0px;
	background: rgb(252,172,1);
	display: block;
	text-decoration: none
}





a.sub_menu:link, a.sub_menu:visited, a.sub_menu:active{
	font-size: 10px;
	border-left: 7px solid rgb(211,92,36);
	border-bottom: 1px solid rgb(211,92,36);
	border-top: 1px solid rgb(251,194,1);
	color: rgb(44,46,53);
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
	margin: 0px;
	margin-left: 20px;
	background:rgb(251,194,1) url(../images/butback.gif) top center repeat-y;
	display: block;
	text-decoration: none
}
a.sub_menu:hover {
	font-size: 10px;
	border-left: 7px solid rgb(53,64,71);
	border-bottom: 1px solid rgb(53,64,71);
	border-top: 1px solid rgb(251,194,1);
	color: black;
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
	margin: 0px;
	margin-left: 20px;
	background: rgb(252,172,1);
	display: block;
	text-decoration: none
}
a.sub_menu_dark:link, a.sub_menu_dark:visited, a.sub_menu_dark:active  {
	font-size: 10px;
	border-left: 7px solid rgb(211,92,36);
	border-bottom: 1px solid rgb(211,92,36);
	border-top: 1px solid rgb(251,194,1);
	color: rgb(44,46,53);
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
	margin: 0px;
	margin-left: 20px;
	background: rgb(252,172,1);
	display: block;
	text-decoration: none
}

a.sub_menu_dark:hover {
	font-size: 10px;
	border-left: 7px solid rgb(53,64,71);
	border-bottom: 1px solid rgb(53,64,71);
	border-top: 1px solid rgb(251,194,1);
	color: black;
	font-weight: bold;
	padding: 2px;
	padding-left: 9px;
	margin: 0px;
	margin-left: 20px;
	background: rgb(252,172,1);
	display: block;
	text-decoration: none
}


#paramtable {
   	border-spacing: 1px;
		border-collapse: separate;
		margin-left:0px
	}
#paramtable td{
		background-color: #ddd;
		text-align: center;
		font-family: Tahoma, Arial, Trebuchet MS, Verdana;
	font-size: 8pt;
	line-height: 16pt;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	color: #666;
	}
	
.seznamhead {
	font-weight: bold; 
	color: #0; 
	text-decoration: none;
	background: rgb(252,172,1);
	border-bottom: 1px solid #cbcbcb;
	font-size: 10pt;
}

.seznamtable {
	border: 1px solid #d4d0c8;
	font-weight: bold; 
	line-height: 16pt;
}
	
	
	
.textar{
	 background-color: rgb(244,226,178);
	 border: 1px; 
	 border-color: #C4C4C4;
  border-style: solid;
}

.regTEXT{
	font-size: 12px;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   margin-left:120px;
}

.kontakt_info{
	font-size: 12px;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   margin:auto;
   width:700px;
}


.button{
	 background-image: url("../images/buttstripe.gif");
	 border: 1px; 
    border-color: #C4C4C4;
    border-style: solid;
	 padding: 2px;
}

.inputbox110{
 /*border-bottom: 1px solid;*/
	 width: 110px;
	 background-image: url("../images/buttstripe.gif");
	 border: 1px; 
    border-color: #C4C4C4;
    border-style: solid;
}

 /* styly tabulky s kontakty */
 
  table  { border-collapse: collapse; border-spacing: 1px; }
  td, th { padding: 1px; }

td.kont-header-1,
th.kont-header-1
{ 
text-align: left;
padding-left:6px;
padding-top:3px; 
padding-bottom:4px; 
 font-family: Verdana, "Geneva CE", sans-serif;
  font-size: 13px;
	font-weight: bold;
}
 

td.kont-header-1,
th.kont-header-1{ color:#fff; background:rgb(69,83,110); }


table.gray-table-border{ border:1px solid #ccc; border-top:0px; text-align: left; }
table.gray-table-border p{ padding:5px 5px 5px 5px; text-align: left; }
table.gray-table-border table{ margin-left:5px; margin-right:5px; text-align: left;  }

 /* KONEC stylu tabulky s kontakty */

}

