body, .detalii {
  background: #ccc;
}

/*
.hide {
    position: absolute;
    display: block;
    top: -9999em;
    left: -9999em;
}
*/


.clear { clear: both; }



.half {
    float: left;
    width: 50%;
}

.header, .informatii, .detalii {
    padding: 20px;    
}

.header {
  background: #222;
  color: white;
  top: 155;
  left: 25;
  right: 25;
  position: fixed;
  height: 140px;

    /* rgba is a different way of expressing color in
     terms of its RGB components with Alpha (transparency) */
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  text-shadow: 2px 1px 0 #000;
}

.header .name {
    float: left;
    width: 400px;
}

.header h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.header h2 {
  font-family: "Georgia", Serif;      
  font-weight: normal;
  font-style: italic;
  color: #666;
}

.header dl {
    float: right;
    margin: 0;
}


.header .lucru {
    float: left;
    width: 350px;
	position: fixed;
	height: 100px;
	background: gray;
  top: 5;
  left: 115;
}
.header  .lucru h1 {
	color: teal;
	font-size: 20px;
	margin-bottom: 5px;
}
.header .lucru h2 {
	font-size: 15px; 
	color: yellow;
}








.informatii {
  background: #eee;
  margin-top: 390px;
}

.informatii h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 -20px 20px -20px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #ccc;
}

.informatii h4 {
    float: left;
	 margin: 10px 10px 10px 10px;
}

.informatii h5,
.informatii h6 {
    float: left;
	margin: 10px 10px 10px 10px;
}


.informatii h6 {
    clear: left;
}

.informatii ul {
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}

.orar h3, .despre h3 {
  font-family: Georgia, Serif;
  font-weight: normal;
  font-size: 24px;
}

.orar ul {
    list-style-type: none;
    margin: 0 0 10px 0;
}

.orar ul li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 90%;
    background: #b3b3b3;
    padding: 4px;
  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.orar h6 {
    clear: left;
}

dl dt {
  color: #555;
}

dl dd {
    margin: 0 0 10px 0;
	}

.despre dl dd:first-of-type {
  font-weight: bold;
  font-size: 16px;      
}

.despre dl dd:not(:first-of-type) {
  color: #666;
  float: left;
}    

.despre dl dt:not(:first-of-type) {
  float: left;
  clear: left;
  width: 70px;
}