/* CSS Document */


/*  ID  */
#page{
  width: 930px;
  text-align: left;
  margin: 0 auto ;
  padding: 0  ;
  }


#header{
  height: 150px ;
  position: relative;
  background: #bce2f5 url(../img/theme.jpg) no-repeat ;
}
#header h1{
  margin: 0 ;
  padding: 0 ;
  border: none;
   
 }
#header h1 a{
  display: block;
  text-decoration: none;
  color: black;
  width: 240px;
  line-height: 125px;
  height: 125px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background:none;
}
#header h1 a span{
  display: block;
  width: 100% ;
  height: 100% ;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  cursor: hand;
  background: url(../img/logotype_fr.gif) no-repeat ;
 }

#sidebar p.doplnek{
margin:0;
padding:0;
position:relative;
top:-15px;
margin-bottom:-13px;
left:50px;
color:#e90990;
font-weight:bold;
}

.banner1{
	position:relative;
	margin-top:10px;
  text-align: center;
  background-image: url(../img/banner1_fr.jpg) ;
  background-repeat: no-repeat;
  background-position: 15px 0px; 
  height:90px;
}


