/* ---------------------hlavni */
  body {
   margin: 0px 0px 0px 100px;
   background-color: #cccccc;
   font-size: 14px;
   font-family: "Andale Mono", Monaco, monospace;
   color:  #333333;
   width: 600px;
   background-image: url("br/codemode_logo.png");
   background-repeat: no-repeat;
   
  }
 /*--- background*/
 
 #background{
    position:absolute;
    z-index:2; 
    width:100%;
    margin: 250px auto auto auto;
    background-repeat: repeat-none;
    background-attachment: fixed;
    
 }
 
/* odkazy --------------------*/
 
 a{
   text-decoration: underline;
   color: #333333;
   border: none;
  }
  
 a:hover{
  text-decoration: line-through;
 } 
 
 
 img {
  margin-top: 5px;
 }
 
 /*  foto info kontakt -------*/
 
 
 #obsah{
  position: relative;
  top: 40px;
 }
 
 .slide1 {
  background-color: cccccc;
  text-decoration:  none;
  font-weight: 600;
  width: 100px;
 }
 
 .slide1:hover {
  text-decoration: overline;
  color: white;
 }
 
 .view1 {
  background-color: cccccc;
 }


 .slide2 {
  background-color: cccccc;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 0 0 0;
  width: 100px;
 }
 
 .slide2:hover {
  text-decoration: overline;
  color: white;
 }
 
  .view2 {
  background-color: cccccc;
 }
 
 .slide3 {
  background-color: cccccc;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 0 0 0;
  width: 150px;
 }
 
 .slide3:hover {
  text-decoration: overline;
  color: white;
 }
 
  .view3 {
  background-color: cccccc;
 }
 
 .slide4 {
  background-color: cccccc;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 0 0 0;
  width: 100px;
 }
 
 .slide4:hover {
  text-decoration: overline;
  color: white;
 }
 
 .view4 {
  background-color: cccccc;
 
 }
 
 #fotky_nadpis {
  width: 600px;
  border-top: dashed;
  border-color: black;
  background-color: fuchsia;
 }
 
 #news{
  position: relative;
  margin:  10px 0 15px -5px;
  }
  
  
 #logo_CM{
  z-index: -1;
  position: absolute;
  top: 50px;
  left: 600px;
  border: none;
 } 
 
 #logo_CM a{
  border: none;
 }
 
 #logo_CM a img{
  border: none;
 }
 
 /* kontakt footer -------*/
 
 #footer{
   position: relative;
   top: 50px;
   background-color: #cccccc;
   font-size: smaller;
   text-align: right;
   padding-right: 24px;
   margin-top: 2em;
 }
 
 #fb{
  text-align: right;
  padding-right: 24px;
  position: relative;
  top: 10px;
 }
 
 
  
 
