/* div { border: solid 1px red; } */

body {
  margin: 0px;
  padding: 0px;
  background: #EBEDF1;
  }

  #mainFrame {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
    background: url(images/background.png) repeat-y;
    }

  #printHeader {
    display: none;
    }
  
  #bodyHeader {
    position: relative;
    float: left;
    text-align: left;
    background: url(images/background-header.png) repeat-x;
    width: 1000px;
    height: 175px;
    }
  
  #headerFlash {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 580px;
    height: 120px;
    background: url(/flash/header-intro.jpg) no-repeat;
    }
    
  #headerInfo {
  	position: absolute;
  	left: 160px;	
    top: 128px;
    width: 824px;
    height: 20px;
    overflow: hidden;
	  z-index: 200;
    }

  #bodyMain {
    position: relative;
    float: right;    
    width: 885px;
    margin: 0px;
    padding: 20px 20px 10px 20px;
    }
    
  #introRed {
    position: relative;
    float: left;    
    width: 288px;
    height: 300px;
    margin-right: 10px;
    background: url(images/intro-red.jpg) no-repeat;
    background-position: 0px -2px;
    }
    
  #introBraun {
    position: relative;
    float: left;    
    width: 288px;
    height: 300px;
    margin-right: 10px;
    background: url(images/intro-braun.jpg) no-repeat;
    background-position: 0px -2px;
    }    
    
  #introGreen {
    position: relative;
    float: left;    
    width: 288px;
    height: 300px;
    background: url(images/intro-green.jpg) no-repeat;
    background-position: 0px -2px;
    }
    
  #introText {
    position: relative;
    float: left;    
    width: 600px;
    margin-top: 30px;
    background: url(images/intro-bg.png) repeat-y;
    }
    
  #textSlovo {
    position: relative;
    width: 515px;
    min-height: 100px;
    height: 100px;
    padding: 15px 40px 20px 25px;
    background: white;
    border: solid 1px #D7DBDF; border-style: solid none none solid;
    }    
  #textSlovo[id] {
    height: auto;
  }  
  
  #textAktualne {
    position: relative;
    width: 515px;
    min-height: 100px;
    height: 100px;
    padding: 15px 40px 20px 25px;
    background: lightyellow;
    border: solid 1px #D7DBDF; border-style: solid none none solid;    
    }     
  #textAktualne[id] {
    height: auto;
  }  
  #bodyRight {
    position: relative;
    float: left;  
    width: 280px;
    padding: 0px 0px 15px 0px;
    margin: 0px;
    }

  #rightNews {

    }
