body {
  scrollbar-base-color: #0D0D0D;
  scrollbar-arrow-color: #B2B2B2;
  font-family:verdana, helvetica, sans serif;
  background: black;
  color: #B2B2B2;
  font-size:13px;
  background-image: url(../image/background.png);
  }
#outer {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 30%;
  left: 0px;
  }
#menu {
  height: 200px;
  width: 800px;
  position: absolute;
  top: -135px;
	left: 179px;
  }
#nadpis {
  height: 30px;
  width: 490px;
  position: absolute;
  top: 70px;
	left: 179px;
	font-size: 30px;
	  word-spacing: -5px;
  }
#content {
  height: 400px;
  width: 490px;
  position: absolute;
  top: 105px;
	left: 179px;

  }
#text {

  height: 350px;
  width: 490px;
  background: black;
	overflow:auto;
  
	background-image: url(../image/tech.jpg);
	background-repeat: no-repeat;
	border: 1px solid #242424;
  }
#text a {
color: #ff7c11;
  }
p.odkazy {
text-align: right;
  }
#pozadi {
  height: 416px;
  width: 100%;
  position: absolute;
  background-image: url(../image/base.png);
  top: -250px;
  }
p {
  margin-top: 3px;
    margin-right: 8px;
      margin-left: 8px;
 text-align: justify;
 text-indent: 40px;
  }
div#nadpis span.aktiv {
  color:#ff7c11;
  }
div#nadpis a {
  color:#2D2D2D;
  text-decoration: none;
  }
  div#nadpis a:hover {
  color:#ff7c11;
  text-decoration: none;
  }
div#content img {
  border: 8px solid black;
  margin-top: 12px;
  }
h1{
  font-size: 16px;
  margin-top:14px;
  margin-left:8px;
  color: #ff7c11;
  }
h2{
  font-size: 13px;
  margin-top:14px;
  margin-left:0px;
  margin-bottom: 0px;
  color: #ff7c11;

  }  
table.odkazy {
  float: right;
  margin-right: 8px;
  text-align:left;
  }
em, strong {
color: white;
  }
#levykontakt {
width:220px;
float:left;
margin-left:8px;
  }
#pravykontakt {
width:220px;
float: right;
margin-right:8px;
  }
.k_pravy{
float: right;
  }
.k_levy{
float: left;
margin-left: 8px;
  }
.jm_pravy{
float: right;
color: white;
  }
.k_post {
color: white;
  }
th {
  font-weight: normal;
  }
  .curvy {
  position:relative;
  width:490px;
  height: 18px;
  background:#ff7c11;
  color:#000;
  border-top:5px solid black;
  }
#cbl, #cbr {
  position:absolute;
  width:10px;
  height:10px;
  color:#9caf9c;
  background:black;
  overflow:hidden;
  font-style:normal;
}
#cbl {bottom:0; left:0;}
#cbr {bottom:0; right:0;}
.curvy b {position:absolute; font-size:100px; font-family:arial; color:#ff7c11; line-height:0px; font-weight:normal;}
#cbl b {left:-6px; top:-1px;}
#cbr b {left:-21px; top:-1px;}


/* menu hovery */
div#menu a {
  text-decoration: none;
  color:#E6E6E6;
  }

div#menu span.aktiv {
  color:#ff7c11;
  }
div#menu a:hover {
  background: none;
  cursor:crosshair;
  text-decoration:none;
  color:#ff7c11;
  }

div#menu a span {
  display: block;
  position:relative;
  font-size:13px;
  color:#242424;
  top: -2px
  }
div#menu span.info {
  display: block;
  position:relative;
  font-size:13px;
  color:#ff7c11;
  top: -2px;
  }
div#menu a:hover span {
  display: block;
  position:relative;
  font-size:13px;
  color:#ff7c11;
  top: -2px;
  }

/* menu pozicovani */
div#menu1, div#menu2, div#menu3, div#menu4, div#menu5, div#menu6, div#motto
         {
		  position:absolute;}
div#aktiv1, div#aktiv2, div#aktiv3, div#aktiv4, div#aktiv5, div#aktiv6
         {
		  position:absolute;}
/* motto */	
div#motto {font-size:12px;
font-variant:small-caps;
  color:#2D2D2D;
  background: #ff7c11;
  font-weight: bold;
		top:-40px;
		left:0px;
		text-align: center;
    width: 490px;
    border: 1px solid #ff7c11;}	  
/* o nas */
div#menu1 {font-size:17px;
		top:25px;
		left:35px;
    width: 200px;
    text-align: right;}
/* nabidka */
div#menu2 {font-size:30px;
		top:40px;
		left:315px;}
/* reference */		
div#menu3 {font-size:20px;
		top:12px;
		left:300px;
    width: 400px;
    text-align: right;}
/* home */	
div#menu4 {font-size:17px;
		top:151px;
		left:495px;}
/* projekce */	
div#menu5 {font-size:20px;
		top:-5px;
		left:270px;}
/* kontakty */
div#menu6 {font-size:17px;
		top:120px;
		left:495px;}

.treeview {
padding-left: 8px;}
.treeview ul{ /*CSS for Simple Tree Menu*/
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: pointer;
cursor: hand;
color:#ff7c11; 
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: auto;
color: #B2B2B2;

}


