body {
  padding: 0;
  margin: 0;
  font-family: Courier, Serif;
  font-size:1em;
}

a{
  text-decoration: none;
  color: #990000;
}

#header{
  width: 900px;
  height: 100px;
  border: 1px solid #000;
  background: url(../images/header.jpg);
  text-align: center;
}

#header h1{
  margin: auto;
  margin-top: 30px;
  color: #FFF;
  font-size: 2.7em;
}

#content{
  min-height: 626px; 
}

#left{
  padding-top: 10px;
  float: left;
  width: 200px;
  border-right: 1px dashed #999;
  background-color: #DDD;
}

.leftbox{
  position: relative;
  width: 180px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 0.8em;
}

.leftboxheader{
  height: 15px;
  background: url(../images/boxheader.jpg) no-repeat;
  padding-left: 2px;
}

.leftboxheader p{
  padding: 0;
  margin: 0;
  color: #FFF;
}

.leftboxcontent{
  background-color: #999;
  padding: 5px 5px;
  text-align: center;
}

.leftboxcontent ul{
  font-size: 0.8em;
  line-height: 1em;
  text-align: left;
  padding-left: 0;
  list-style-type: disc;
  list-style-position: inside;
}

.leftboxcontent ul li{
  line-height: 2em;
}

*html .leftboxcontent ul{
  margin-left: 0;
}


#right{
  float: left;
  width: 685px;
  min-height: 600px;
  margin: 0;
  padding: 5px 10px;
  text-align: justify;
  border-left: 1px dashed #999;
  line-height: 1.1em;
}

#right p,#right .signo{
  font-size: 10pt;
}

#right h2{
  text-align: center;
  line-height: 1.5em;
}

#right .signo{
  text-align: right;
}

#right table{
  margin: auto;
}

#right .idezet{
  text-align: right;
  font-size: 0.6em;
}

#right table tr td a img{
  text-decoration: none;
  border: 1px solid #999;
}

a.labjegyzet{
  border-bottom: 1px dashed #990000;
  color: #000; 
}

a.labjegyzet span{
  display: none;
}

a.labjegyzet:hover{
  position: relative;
}

a.labjegyzet:hover span{
  position: absolute;
  top:20px;
  left:-25px;
  width: 500px;
  padding: 2px 4px;
  color: #FFF;
  border: 1px solid #999;
  background-color: #990000;
  display: block;
  z-index: 10;
}

#dir{
  float: left;
  width: 685px;
  margin: auto;
  padding: 5px 10px;
  text-align: center;
}

#dir ul{
  list-style-type: none;
  padding: 0;
}

#dir ul li{
  display: inline;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 2px 5px;
  border: 1px solid #999;
}

#dir ul li:hover{
  display: inline;
  background-color: #990000;
  color: #FFF;
  border: 1px solid #999;
}

#dir ul li a:hover{
  color: #FFF;
}

.cim{
  display: none;
  border: 1px solid #990000;
  margin-bottom: 20px;
}

#footer{
  top: 680px;
  width: 900px;
  height: 18px;
  padding-top: 7px;
  background: url(../images/footer.jpg);
  text-align: right;
  float: left;
  color: #FFF;
  text-align: center;
  font-size: 0.5em;
}

#footer a{
  color: #FFF;
}

* html #opa{
  position: absolute;
  filter:alpha(opacity=80);
  display: none;
}

#opa{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  display: none;
  z-index: 20;
}

* html #pic{
  position: absolute;
  display: none;
}

#pic{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #990000;
  display: none;
  z-index: 40;
}

#pic a{
}

* html #pic a img{
  filter: alpha(opacity=100);
  background-color: #FFF;
  z-index: 50;
}

#pic a img{
  opacity: 1;
  background-color: #FFF;
  z-index: 50;
}