html *{
  padding:0;
  margin:0;
  text-decoration:none;
  border:0;
}

body{
  background:#fff;
}

#container{
  width:763px;
  margin:0 auto;
  position:relative;
}

#welcome{
  text-align:center;
}

#found_management, #founds{
  width:50%;
  text-align:center;
  position:absolute;
  top:320px;
}

#found_management a img, #founds a img{
  margin-top:20px;
}

#found_management{
  /*left:0;*/
	left:190px;
}

#founds{
  right:0;
}

#left_menu{
  float:left;
  width:190px;
}

#left_menu ul{
  float:left;
  list-style-type:none;
  margin:10px 0 0 0;
  padding:0;
}

#left_menu ul li{
  float:left;
  border-bottom:1px solid #ff6767;
  padding:7px 0 10px 0;
}

#left_menu ul li div{
  float:left;
  height:12px;
  width:190px;
  position:relative;
  overflow:hidden;
}

#left_menu ul li a{
  position:absolute;
  display:block;
  line-height:12px;
  width:100%;
  height:24px;
  top:0;
  left:0;
}

#left_menu ul li a:hover{
  top:-12px;
  background:transparent;
}

/*#left_menu ul li a:active{
  top:-24px;
  left:15px;
  background:transparent;
}*/

#left_menu ul li a img{
  float:left;
}

#content{
  float:right;
  width:540px;
  margin-top:17px;
}

#content h1{
  font:bold 14px Times;
  color:#F25555;
  letter-spacing:2px;
  margin-bottom:10px;
  text-transform:uppercase;
}

#content p, #content li{
  font:normal 12px Verdana;
  color:#7f7f7f;
  line-height:20px;
  margin-bottom:5px;
}
#content li{
	margin-left:20px;
}

#content a{
  color:#ee2222;
}

.csapat{
  float:left;
  width:540px;
  margin-top:20px;
}

.csapat p{
  float:right;
  width:380px;
  font-size:10px !important;
}

.csapat img{
  float:left;
}

/*LN*/

#left_menu ul li.jelentkezes {
  float:left;
  border-bottom:1px solid #ff6767;
  padding:7px 0 10px 0;
}

#left_menu ul li.jelentkezes div{
  float:left;
  height:27px;
  width:190px;
  position:relative;
  overflow:hidden;
}

#left_menu ul li.jelentkezes a{
  position:absolute;
  display:block;
  line-height:27px;
  width:100%;
  height:24px;
  top:0;
  left:0;
}

#left_menu ul li.jelentkezes a:hover{
  top:-27px;
  background:transparent;
}
