body { 
      background-color: #000000;
	  width: 980px;
	  height: auto;
	  margin-left:auto;
	  margin-right: auto;
	  position: relative;
}
div#intro {
              text-align:center;
              margin-top: 10%;
 		  	  position: relative;
			  padding: 10px;
			  margin-bottom: 50px;
}
div#intro div#nadpis {
                      text-align:center;
					  font-family: Arial, Helvetica, sans-serif;
					  font-size: 30px;
					  color: #FFFFFF;
					  margin-bottom: 25px;
             
}
div#patka {
                   width: 980px;
				   height: auto;
				   margin-left: auto;
				   margin-right:auto;
				   position: relative;
                   color: #FFFFFF;
			       font-family:Arial, Helvetica, sans-serif;
				   text-align: center;
				   padding: 10px;
				   font-size: 80%;
				   border-top: 1px dashed #FFFFFF;
          
}
div#intro div#intro_left {
                         width: 250px;
						 height: 250px;
						 border: 1px solid red;
						 position: absolute;
						 margin-left: 200px;
						 background-image:url(obr_intro/einszett.png);
						 background-repeat: no-repeat;
}
div#intro div#intro_left img {
                              margin-top: 260px;
							  border: none;
}
div#intro div#intro_left a:hover {
                             border-bottom: 2px solid red;
}
div#intro div#intro_right {
                         width: 250px;
						 height: 250px;
						 border: 1px solid red;
						 position: relative;
						 margin-left: 500px;
						 background-image:url(obr_intro/kiehl.png);
						 background-repeat: no-repeat;						 
}
div#intro div#intro_right img {
                              margin-top: 260px;
							  border: none;
}
div#intro div#intro_right a:hover {
                             border-bottom: 2px solid red;
}
