body {
  margin:0px;
  padding:0px;
  background: #000024 url(../images/back.png) no-repeat 0% 0%;
  font-family: "Trebuchet MS",Tahoma;
  font-size: 15px;
  color: white;
}

img {
  border:0px;
}

#main_container {
  width:1200px;
  border:0px solid red;
}

#left_container {
  border:0px solid white;
  width:300px;
  height: 600px;
  float:left;
}
#navigation_container {
  border:0px solid red;
  clear:right;
  width:600px;
  height: 150px;
  float:left;
}

#navigation_container ul {
  margin-left:120px;
  margin-top: 100px;  
}


#navigation_container ul li {
  margin-left: 20px;
  font-size: 16px;
  display:inline;
}

#navigation_container a {
  color:white;
  text-decoration:none;
}

#navigation_container a:hover {
  color:white;
  text-decoration:none;
}

#content_container {
  float:left;
  width:800px;
  margin-left:13px;
  margin-top:42px;
  border:0px solid #ff6600;
  min-height: 500px;
  text-align:left;
  overflow:hidden;
}


#tabulka div {
  float:left;
  margin: 5px;
  border:2px solid #ff6600;
	width: 180px;
	background: white ;
	height: 160px;
}

#cont td {
   font-size: 15px;
}



#footer {
  position:relative;
  bottom:0px;
  left:0px;
  width:100%;
  height: 50px;
  background: #111;
  border-top: 3px double #ff6600;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  clear:both;
  float:left;
}

#footer div {
  font-size:10px;
  color:white;
  width:400px;
  margin-left: 30px;

}
#footer a {
  font-size:12px;
  color:white;
  text-decoration:none;
}
#footer a:hover {
  color:#ff6600;
  text-decoration:none;
}

.contact_1 {
  width:70px;
}
#consulting, #trade, #advertising, #contact {
  width:600px;
  border:0px solid red;
}
.newrow {
  width:100%;
  height:1px;
  clear:both;
}

